@charset "utf-8";
/* CSS Document */


/*MENU LATERAL*/

.menu_lateral{
	width: 225px;
	margin-top: 68px;
	background-color: #fff; /*ESTE FONDO SE CAMBIA*/
	float: left;
	background-image: url(../images/universidad/lateral_univ.gif); /*ESTA IMAGEN SE CAMBIA*/
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.menu_lateral div{
	font-size:13px;
	background-image: url(../images/facultades-carreras/bullet_arq-art-dis.gif);
	background-repeat: no-repeat;
	background-position: 9px 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 23px; /*ESTA COLOR SE CAMBIA*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;	
}
.menu_lateral div a{
	color: #000000; /*ESTA COLOR SE CAMBIA*/
	text-decoration: none;
}
.menu_lateral div a:hover{
	color: #613a00; /*ESTA COLOR SE CAMBIA*/
	text-decoration: none;
}
/*SELECCION primer nivel*/
.menu_lateral div.selec a{
	color: #a60629;
	text-decoration: none;
	font-weight: bold;
}


/*SELECCION alternativa para menu con subnivel (debido a que borra borde de abajo)*/

.menu_lateral div.consubmenu_selec a{
	color: #a60629;
	text-decoration: none;
	font-weight: bold;
}
.menu_lateral div.consubmenu_selec {
	border-bottom-style: none;
}

/*---------------------------------------------------*/


.menu_lateral div.linea_sup{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #feaf38; /*ESTA COLOR SE CAMBIA*/
}
.menu_lateral div.consubmenu{
	/*background-image: url(../images/facultades-carreras/bullet_arq-art-dis.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;*/
	border-bottom-style: none;
}
.menu_lateral div.secundario{
	background-image: url(../images/facultades-carreras/bullet_arq-art-dis_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 20px;
	font-size: 11px;
	border-top-style: none;
}

/*Seleccion Submenu*/

.menu_lateral div.secundario_selec{
	background-image: url(../images/facultades-carreras/bullet_arq-art-dis_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-style: none;
	margin-left: 20px;
	
}
.menu_lateral div.secundario_selec a{
	font-size: 10px;
	color: #a60629;
	text-decoration: none;
}

/*--------------------------------------------*/

.menu_lateral .lateral_banner{
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;	
}
/*--------------------------------------------*/

/*ZONA LINKS PADRES*/


#contenedor #zona_central ul.links_padres{
	margin: 0px;
	padding: 0px;
}
#contenedor #zona_central ul.links_padres li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#contenedor #zona_central ul.links_padres li a{
	display: block;
}



#contenedor #zona_central ul.links_padres li.catalogo a{
	height: 181px;
	width: 116px;
	background-image: url(../images/padres/catalogo.jpg);
	background-repeat: no-repeat;
	background-position: left -181px;
}
#contenedor #zona_central ul.links_padres li.catalogo a:hover{
	height: 181px;
	width: 116px;
	background-image: url(../images/padres/catalogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#contenedor #zona_central ul.links_padres li.solicitud a{
	height: 181px;
	width: 110px;
	background-image: url(../images/padres/solicitud.jpg);
	background-repeat: no-repeat;
	background-position: left -181px;
}
#contenedor #zona_central ul.links_padres li.solicitud a:hover{
	height: 181px;
	width: 110px;
	background-image: url(../images/padres/solicitud.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#contenedor #zona_central ul.links_padres li.directorio a{
	height: 181px;
	width: 109px;
	background-image: url(../images/padres/directorio.jpg);
	background-repeat: no-repeat;
	background-position: left -181px;
}
#contenedor #zona_central ul.links_padres li.directorio a:hover{
	height: 181px;
	width: 109px;
	background-image: url(../images/padres/directorio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



#contenedor #zona_central ul.links_padres li.pagos a{
	height: 181px;
	width: 83px;
	background-image: url(../images/padres/pagos.jpg);
	background-repeat: no-repeat;
	background-position: left -181px;
}
#contenedor #zona_central ul.links_padres li.pagos a:hover{
	height: 181px;
	width: 83px;
	background-image: url(../images/padres/pagos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contenedor #zona_central ul.links_padres li.latin {
	height: 181px;
	width: 327px;
	background-image: url(../images/padres/latin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}




/*--------------------------------------------*/

#contenedor .cierre{
	margin-top: 5px;
	background-color: #434343;
	height: 20px;
}

