@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;	
}


/*DESTACADOS*/
#zona_central #grupo {
	position: absolute;
	margin-left: 60px;
	margin-top: 100px;
	z-index: 5;
	width: 500px;
}
#zona_central #grupo #titulo {
	background-color: #000000;
	position: absolute;
	height: 120px;
	width: 510px;
	left: 160px;
	top: 40px;
}

#zona_central #grupo .destacado {
	height: 140px;
	width: 140px;
	padding: 10px;
	position: absolute;
}
#zona_central #grupo .plus {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#zona_central #grupo h2 {
	font-size: 42px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#zona_central #grupo h3 {
	text-transform: uppercase;
	margin: 0px;
	font-size: 13px;
	line-height: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#zona_central #grupo p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#zona_central #grupo a {
	color: #FFFFFF;
	text-decoration: none;
}
#zona_central #grupo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#zona_central #grupo #dest1 {
	background-color: #c40830;
	position: absolute;
	left: 0px;
	top: 0px;
}
#zona_central #grupo #dest2 {
	background-color: #50305d;
	position: absolute;
	left: 0px;
	top: 160px;
}
#zona_central #grupo #dest3 {
	background-color: #F0A904;
	position: absolute;
	left: 160px;
	top: 160px;
}
#zona_central #grupo #dest4 {
	background-color: #2f6997;
	position: absolute;
	left: 320px;
	top: 160px;
}



#contenedor .cierre{
	margin-top: 5px;
	background-color: #434343;
	height: 20px;
}

