@charset "utf-8";
/* CSS Document */


/*MENU LATERAL*/

.menu_lateral{
	width: 225px;
	margin-top: 68px;
	background-color: #262624; /*ESTE FONDO SE CAMBIA*/
	float: left;
	background-image: url(../images/estudiantes/lateral_estudiantes.jpg); /*ESTA IMAGEN SE CAMBIA*/
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-style: none;
}
.menu_lateral div{
	font-size:13px;
	background-image: url(../images/estudiantes/bullet_lateral.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #393937; /*ESTA COLOR SE CAMBIA*/
	
}
.menu_lateral div a{
	color: #9d9d9c; /*ESTA COLOR SE CAMBIA*/
	text-decoration: none;
}
.menu_lateral div a:hover{
	color: #e5e5e5; /*ESTA COLOR SE CAMBIA*/
	text-decoration: none;
}
/*SELECCION primer nivel*/
.menu_lateral div.selec a{
	color: #e5e5e5;
	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: #e5e5e5;
	text-decoration: none;
	font-weight: bold;
}
.menu_lateral div.consubmenu_selec {
	border-top-style: none;
}

/*---------------------------------------------------*/


.menu_lateral div.linea_sup{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #393937; /*ESTA COLOR SE CAMBIA*/
}
.menu_lateral div.consubmenu{
/*	background-image: url(../images/estudiantes/bullet_lateral.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/estudiantes/bullet_lateral_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;
	font-size: 11px;
}

/*Seleccion Submenu*/

.menu_lateral div.secundario_selec{
	background-image: url(../images/estudiantes/bullet_lateral_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: #e5e5e5;
	text-decoration: none;
}
/*--------------------------------*/

.menu_lateral .lateral_banner{
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;	
}


/*NOTICIAS ESTA ZONA CAMBIA*/



#zona_central .noticias_interior{
	height: 247px;
	width: 744px;
	position: absolute;
	z-index: 1;
	margin-top: 266px;
	margin-left: 1px;
	background-color: #666666;
}

#zona_central .noticias_interior .destacados {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	width:185px;
	height:247px;
	position: relative;
}
#zona_central .noticias_interior .destacados h3 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#zona_central .noticias_interior .destacados h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#zona_central .noticias_interior .destacados a:hover {
	color: #000000;
	text-decoration: none;
}
#zona_central .noticias_interior .destacados p {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#zona_central .noticias_interior .destacados .plus {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
#zona_central .noticias_interior #dest1 {
	background-image: url(../images/vinculos/fondo_dest1.gif);
	background-repeat: repeat-x;
	background-color: #ba7d1a;
}
#zona_central .noticias_interior #dest2 {
	background-image: url(../images/vinculos/fondo_dest2.gif);
	background-repeat: repeat-x;
	background-color: #ba5020;
}
#zona_central .noticias_interior #dest3 {
	background-image: url(../images/vinculos/fondo_des3.gif);
	background-repeat: repeat-x;
	background-color: #b91735;
}
#zona_central .noticias_interior #dest4 {
	background-image: url(../images/vinculos/fondo_dest4.gif);
	background-repeat: repeat-x;
	background-color: #bb3525;
}



#contenedor #zona_central #banners {
	position: absolute;
	margin-top: 137px;
	background-color: #FFFFFF;
	right: 14px;
}
#todo #envoltorio #contenedor #zona_central #banners img {
	margin-top: 5px;
	margin-left: 5px;
}



/*FONDO DE PAGINA PARA PROLOGNAR MENU LATERAL*/


.fondo_pagina{
	background-image: url(../images/vinculos/fondo_pagina.gif); /*ESTA  SE CAMBIA*/
	background-repeat: repeat-y;
}

