@charset "utf-8";
/*MENU LATERAL*/

.menu_lateral{
	width: 225px;
	margin-top: 68px;
	background-color: #c69710; /*ESTE FONDO SE CAMBIA*/
	float: left;
	background-image: url(../images/internacionalizacion/fondo_lateral.gif); /*ESTA IMAGEN SE CAMBIA*/
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: none;
}
.menu_lateral div{
	font-size:13px;
	background-image: url(../images/internacionalizacion/bullet_lateral.gif);
	background-repeat: no-repeat;
	background-position: 9px 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 23px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efc64d; /*ESTA COLOR SE CAMBIA*/
	
}
.menu_lateral div a{
	color: #000000; /*ESTA COLOR SE CAMBIA*/
	text-decoration: none;
}
.menu_lateral div a:hover{
	color: #FFFFFF; /*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;	
}







/*FONDO DE PAGINA PARA PROLOGNAR MENU LATERAL*/


.fondo_pagina{
	background-image: url(../images/internacionalizacion/fondo_pagina.gif); /*ESTA  SE CAMBIA*/
	background-repeat: repeat-y;
}

