/* CAMPUS NUEVO */
@charset "utf-8";



#contenedor{
	width:992px;
	padding:0px 11px;
	margin:0px auto;
	background:url(img/bg_sombra.png) repeat-y;
}

#page{
	width:936px;
	padding:0px 17px 0px 17px;
	background:url(img/bg_page.jpg) repeat-x;
}

#cabecera{
}

#cuerpo{
	z-index:0px;
}

#pie{
	background:url(img/bg_pie.jpg) no-repeat;
	height:90px;
	padding:0px 30px;
}

.popup{
	width:645px; 
	height:423px; 
	background:url(img/bg_preguntafrecuente.png) no-repeat top left; 
	margin:150px 160px 100px 160px;
	padding:40px 25px;
}

object, embed{
	z-index:-1;
}
/* CLASES DE CABECERA */
#cabecera .menu{
	height:63px;
	padding-top:10px;
	margin:0px auto;	
}
#cabecera .subcabecera{
	background: url(img/bg_subCabecera.jpg) no-repeat;
	width:936px;
	height:180px;
	margin:0px auto;

}

/* CLASES DE CUERPO */
.menuBottom {
	/*background:url(img/bg_linea.jpg) no-repeat;*/
	padding-top:30px;
	margin:0px auto;
	text-align:center;
}

.menuBottom ul {
	width:450px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.menuBottom li {
	height: 30px;
	display: block;
	float: left;
	padding: 10px 25px 0px 15px;
}

.menuBottom a {
	display: block;
	float: left;
	text-decoration: none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.menuBottom a:hover { text-decoration: underline; 	color:#FFFFFF; }

.menuBottom .separador {
	background: url(img/bg_separador.png) no-repeat left 8px;
}


/* CLASES MISELANIA */
.aling_Derecha{
	float:right;
	position:relative;
}

.aling_Izquierda{
	float:left;
	position:relative;
}
.clear{
	clear:both;
}

img{
	border:0px solid;
}

#cuerpo a:link, #cuerpo a:visited, #cuerpo a:active {
	color: #333333;
	text-decoration: underline;
}

#cuerpo a:hover {
	text-decoration: none;
	color: #333333;
}

.login a:link, .login a:visited, .login a:active {
	color: #333333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.login a:hover {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.combo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
}
.text-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
}
.textoAzul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01568B;
	}
	
.pregunta{
	width:400px;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
.respuesta{
	height:250px;
	margin-top:20px;
	overflow: auto;
}

/*
Agregar
*/

div#ventanaenmantenimiento{
	z-index:9999;
	border:#000 double 5px;
	background-color:#FFF;
	padding:25pt 25pt 25pt 25pt;
	color:#000;
	font-weight:bold;
	font-size:12pt;
	position:absolute;
	
	width:640px;
	height:480px;
	
	margin-left:150px;
	margin-top:50px;
	cursor:pointer;
}
