@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: 281px;
	width: 452px;
	position: absolute;
	z-index: 1;
	margin-top: 232px;
	margin-left: 0px;
	background-color: #464542;
	background-image: url(../images/investigacion/fondo_noticias.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	
}

#zona_central .noticias_interior h3{
	margin: 0px;
	padding: 0px;
}
#zona_central .noticias_interior p{
	margin: 0px;
	padding: 0px;
}
#zona_central .noticias_interior .ver_mas{
	float: right;
	background-image: url(../images/estudiantes/ver_mas.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 29px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#zona_central .noticias_interior .ver_mas a{
	text-decoration: none;
	color: #000000;
}
#zona_central .noticias_interior .ver_mas a:hover{
	text-decoration: none;
	color: #FFFFFF;
}


/*NOTICIAS INTERIOR DE LOS DIVS*/

#zona_central .noticias_interior .cont_noticias, #zona_central .noticias_interior .cont_noticias2{
	padding: 20px;
	float: right;
	width: 379px;

}
#zona_central .noticias_interior .cont_noticias{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #737270;

}

#zona_central .noticias_interior .cont_noticias .imagen1, #zona_central .noticias_interior .cont_noticias2 .imagen1{
border: 1px solid #af062b;
	float: left;
	height: 82px;
	width: 82px;
	margin-right: 5px;
}

#zona_central .noticias_interior .cont_noticias .imagen2, #zona_central .noticias_interior .cont_noticias2 .imagen2{
	border: 1px solid #ffffff;

}
#zona_central .noticias_interior .cont_noticias .textos, #zona_central .noticias_interior .cont_noticias2 .textos{
	float: left;	
	width: 285px;
}
#zona_central .noticias_interior .cont_noticias p.fecha, #zona_central .noticias_interior .cont_noticias2 p.fecha{
	font-size: 10px;
	color: #c8c8c7;
	
}
#zona_central .noticias_interior .cont_noticias h3, #zona_central .noticias_interior .cont_noticias2 h3	{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	line-height:14px;
	
}
#zona_central .noticias_interior .cont_noticias p, #zona_central .noticias_interior .cont_noticias2 p	{
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
	line-height:14px;

}
#zona_central .noticias_interior a{
	color:#FFFFFF;
	text-decoration:none;
}
#zona_central .noticias_interior a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#zona_central .noticias_interior .cont_noticias .ver_mas2, #zona_central .noticias_interior .cont_noticias2 .ver_mas2	{
	float: right;
	margin-top: 1px;
	margin-right: 3px;
}
#contenedor   #zona_central   #banners {
	position: absolute;
	margin-top: 340px;
	margin-left: 457px;
}


/*FONDO DE PAGINA PARA PROLOGNAR MENU LATERAL*/


.fondo_pagina{
	background-image: url(../images/futuros_estudiantes/fondo_pagina.gif); /*ESTA  SE CAMBIA*/
	background-repeat: repeat-y;
}

