@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;
}
#lat_agenda {
	background-image: url(../images/extension/fondo_agenda.gif);
	background-position: center bottom;
	padding-bottom: 40px;
	position: relative;
}


#lat_agenda .actividad {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #898989;
	padding-top: 13px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
}
#lat_agenda .detalle {
	float: right;
	width: 175px;
}

#lat_agenda h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#lat_agenda p.hora {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #d9d9d9;
}
#lat_agenda a {
	color: #d9d9d9;
	text-decoration: none;
}
#lat_agenda a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#lat_agenda .fecha {
	text-align: center;
	width: 22px;
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}
#lat_agenda .mes {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ff0000;
	height: 9px;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
}
#lat_agenda .dia {
	font-size: 13px;
	font-weight: bold;
	color: #323232;
	background-image: url(../images/portada/fondo_fecha.gif);
	background-repeat: no-repeat;
	height: 15px;
	line-height: 15px;
}
#lat_agenda .todas {
	position: absolute;
	bottom: 0px;
	right: 48px;
}
#zona_central #eventos {
	margin: 0px;
	padding: 0px;
	position: absolute;
}





/*NOTICIAS ESTA ZONA CAMBIA*/



#zona_central .noticias_interior{
	height: 281px;
	width: 745px;
	position: absolute;
	z-index: 1;
	margin-top: 232px;
	margin-left: 0px;
	background-color: #000000;
	
}
#zona_central .noticias_interior #noticias {
	background-color: #aa062a;
	background-image: url(../images/extension/fondo_noticias.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 401px;
	height: 281px;
	float: left;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	position: relative;
}
#zona_central .noticias_interior h2 {
	text-transform: uppercase;
	color: #aaaaaa;
	padding-left: 15px;
	font-size: 12px;
	line-height: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}



#zona_central .noticias_interior h3{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#zona_central .noticias_interior p{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#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: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}
#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{
	/*float: left;*/
	width: 361px;
	padding: 20px;

}
#zona_central .noticias_interior .cont_noticias{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #be455e;

}

#zona_central .noticias_interior .cont_noticias .imagen1, #zona_central .noticias_interior .cont_noticias2 .imagen1{
	float: left;
	height: 82px;
	width: 82px;
	margin-right: 10px;
}

#zona_central .noticias_interior .cont_noticias .imagen2,#zona_central .noticias_interior .cont_noticias2 .imagen2{
	border: 2px solid #ffffff;

}
#zona_central .noticias_interior .cont_noticias .textos,#zona_central .noticias_interior .cont_noticias2 .textos{
	float: left;	
	width: 266px;
}
#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;
	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;
	padding-top: 5px;
	padding-right: 3px;
	/*margin-bottom: 5px;*/
}
#zona_central #noticias .todas {
	position: absolute;
	bottom: 0px;
	text-align: right;
	line-height: 20px;
	left: 0px;
	height: 20px;
	width: 374px;
	background-color: #AA062A;
	background-image: url(../images/extension/mas.gif);
	background-repeat: no-repeat;
	background-position: 380px 3px;
	padding-right: 27px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B0A11;
}

#zona_central .noticias_interior #listado {
	float: right;
	height: 281px;
	width: 289px;
	background-color: #CCCCCC;
	text-align: right;
	/*background-image: url(../images/extension/fondo_listado.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 11px;*/
}
#zona_central .noticias_interior #listado .lista {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8181a2;
}
#zona_central .noticias_interior #listado p.fecha {
	font-size: 10px;
	color: #bebdce;
	padding-left: 8px;
}
#zona_central .noticias_interior #listado h3 {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/extension/bullet_listado.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 8px;
	line-height: 14px;
}





/*FONDO DE PAGINA PARA PROLOGNAR MENU LATERAL*/


.fondo_pagina{
	background-image: url(../images/extension/fondo_pagina.gif); /*ESTA  SE CAMBIA*/
	background-repeat: repeat-y;
}

