@charset "utf-8";
body{
	padding: 0px;
	margin: 5px;
	background-color: #ffffff;
	color: black;
	font: 70% Verdana,Arial,sans-serif;
}

div#container{
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

div#header{
	height: 150px;
	width: 100%;
	background: url('../images/estudiantes_top.gif') repeat-x;
}

div#header.prof{
	background: url('../images/profesores_top.gif') repeat-x;
}

div#header_logo{
	position: absolute;
	height: 150px;
	width: 374px;
	top: 43px;
	left: 0;
	background: url('../images/estudiantes_logo.jpg') no-repeat;
}

div#header_logo.prof{
	background: url('../images/profesores_logo.jpg') no-repeat;
}

div#header_left{
	position: absolute;
	width: 250px;
	height: 150px;
	top: 43px;
	left: 374px;
	background: url('../images/estudiantes_left.jpg') no-repeat;
}

div#header_left.prof{
	background: url('../images/profesores_left.jpg') no-repeat;
}

div#header_right{
	position: absolute;
	width: 196px;
	height: 150px;
	top: 0;
	right: 0;
	background: url('../images/estudiantes_right.jpg') no-repeat;
}

div#header_right.prof{
	background: url('../images/profesores_right.jpg') no-repeat;
}

div#header_menu{
	position: absolute;
	height: 19px;
	padding-right: 19px;
	top: 127px;
	left: 374px;
	right: 33px;
	background-color: #EAEAEA;
	color: black;
	text-align:left;
}

div#main_bar{
	float: left;
	width: 250px;
	margin: 0px;
	background-color: #FFC85E;
	color: black;
}

div#main_bar img{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: inherit;
	color: black;
	border: none;
}

div#main_bar.prof{
	background-color: #B9CEFF;
	color: black;
}

div#main_content{
	margin-right: 33px;
	margin-bottom: 5px;
	margin-left: 257px;
	padding: 5px;
	border: 1px solid #FFA800;
	background-color: #FFF7E6;
	color: black;
	text-align: left;
}

div#main_content.prof{
	border: 1px solid #8FB2FF;
	background-color: #F6F8FF;
	color: black;
}

div#main{
	position: relative;
	margin-top: 5px;
	top: 0px;
	right: 0px;
	left: 0px;
}

div#footer{
	background: #FFA800 url('../images/footer.gif') no-repeat;
	height: 20px;
	position: relative;
	left: 257px;
	margin-right: 290px;
	margin-bottom: 5px;
	color: black;
}

div#footer.prof{
	background-color: #8FB2FF;
	color: black;
}

a:visited, a:link{
	color: black;
	text-decoration: none;
	background-color: inherit;
}

a:hover, a:focus{
	text-decoration: underline overline;
	color: red;
	background-color: inherit;
}

h1{
	font-size: 120%;
	color: #FF8700;
	background-color: inherit;
}


h1.prof{
	color: #8AA4FF;
	background-color: inherit;
}