@charset "utf-8";
/* CSS Document */


/*MENU LATERAL*/

.menu_lateral{
	width: 225px;
	
	margin-top: 68px;
	
	float: left;
	
}

/*.menu_lateral div{
	background-image: url(../images/general/bullet_lateral.gif);
	background-repeat: no-repeat;
	background-position: 9px center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb; 
	
}
.menu_lateral div a{
	color: #4c4c4c; 
	text-decoration: none;
}
.menu_lateral div a:hover{
	color: #171717; 
	text-decoration: none;
}*/



/*SELECCION primer nivel
.menu_lateral div.selec a{
	color: #b50128;
	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: #b50128;
	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: #dbdbdb; /*ESTA COLOR SE CAMBIA*/
}
.menu_lateral div.consubmenu{
	background-image: url(../images/general/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: 10px;
}

/*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: #b50128;
	text-decoration: none;
}

/*-------------------------------------------------*/

.menu_lateral .lateral_banner{
	margin: 0px;
	padding: 0px;
	border-bottom-style: none;	
}
.menu_lateral .hoy {
	display: block;
	height: 16px;
	padding-right: 19px;
	text-align: right;
}



/*NOTICIAS ESTA ZONA CAMBIA*/



#zona_central .noticias_interior{
	
	height: 379px;
	width: 330px;
	position: absolute;
	z-index: 1;
	margin-top: 134px;
	margin-left: 349px;
	background-image: url(../images/estudiantes/fondo_noticias.jpg);
	background-repeat: no-repeat;
}
#zona_central .noticias_interior .textos{
	float: left;
	
	display: block;
	width: 218px;
}


#zona_central .noticias_interior .cabecera{
	padding-left: 10px;
	height: 24px;
	background-image: url(../images/estudiantes/flecha_not.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#zona_central .noticias_interior .titulo{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#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{
	float: left;
	width: 308px;
	
	margin-left: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #343434;
	padding-bottom: 5px;
}

#zona_central .noticias_interior .cont_noticias .imagen1{
border: 1px solid #af062b;
	float: left;
	height: 82px;
	width: 82px;
	margin-right: 5px;
}

#zona_central .noticias_interior .cont_noticias .imagen2{
	border: 1px solid #ffffff;

}
#zona_central .noticias_interior .cont_noticias .textos{
	float: left;	

}
#zona_central .noticias_interior .cont_noticias .fecha{
	font-size: 10px;
	color: #464645;
	
}
#zona_central .noticias_interior .cont_noticias .titulo	{
	font-size: 12px;
	color: #262624;
	font-weight: bold;
	line-height:14px;
	
}
#zona_central .noticias_interior .cont_noticias .bajada	{
	font-size: 11px;
	color: #262624;
	clear: both;
	line-height:14px;	

}
#zona_central .noticias_interior .cont_noticias .ver_mas2	{
	float: right;
	margin-top: 1px;
	margin-right: 3px;
}


/*NOTICIAS INTERIOR DE LOS DIVS(duplicado de la uno/ Lado derecho)*/



#zona_central .noticias_interior .cont_noticias2{
	float: left;
	width: 308px;
	
	
	margin-top: 11px;
	margin-left: 11px;
}
#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_noticias2 .imagen2{
	border: 1px solid #ffffff;

}
#zona_central .noticias_interior .cont_noticias2 .textos{
	float: left;	

}
#zona_central .noticias_interior .cont_noticias2 .fecha{
	font-size: 10px;
	color: #464645;
	
}
#zona_central .noticias_interior .cont_noticias2 .titulo	{
	font-size: 12px;
	color: #262624;
	font-weight: bold;
	line-height:14px;
	
}
#zona_central .noticias_interior .cont_noticias2 .bajada	{
	font-size: 11px;
	color: #262624;
	clear: both;
	line-height:14px;	

}
#zona_central .noticias_interior .cont_noticias2 .ver_mas2	{
	float: right;
	margin-top: 1px;
	margin-right: 3px;
}

/*BANNER BAJO NOTICIAS*/


#zona_central .banner_bajo_noticias{
	margin-top: 281px;
	margin-left: 197px;
	position: absolute;
	z-index: 1;
	width:152px;


}

/*ZONA CENTRAL_INTERIOR*/

#contenedor #zona_central_interior{
	width: 745px;
	float: right;
	background-image: url(../images/general/fondo_interior_generico.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#contenedor #zona_central_interior h1{
	font-size: 30px;
	color: #3f3f3f;
	margin-top: 80px;
	padding-top: 0px;
	padding-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#contenedor #zona_central_interior  h2{
	font-size: 20px;
	color: #a50628;
	clear: both;
	padding-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contenedor #zona_central_interior h3{
	font-size: 12px;
	color: #a50628;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-weight: bold;
}




#contenedor .cierre{
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #7f686d;
	
}

#contenedor .cierre_home_inter{
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #fe9901;
	margin-top: 0px;
}


/*MENUS EN PORTADA*/

#zona_central .menu_en_home{
	position: absolute;
	z-index: 1;
	width:405px;
	height:48px;
	margin-top: 86px;
	margin-left: 339px;
	
}
#zona_central .menu_en_home .menu_en_home_1{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #868a70;
	clear: both;
	height:19px;
}
#zona_central .menu_en_home .menu_en_home_1 .reglamentos a{
	background-image: url(../images/estudiantes/reglamento.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 65px;
	font-size: 10px;
	color: #FFFFFF;
	
}
#zona_central .menu_en_home .menu_en_home_1 .reglamentos a:hover{
	background-image: url(../images/estudiantes/reglamento.gif);
	background-repeat: no-repeat;
	background-position: left -13px;
	padding-left: 25px;
	display: block;
	float: left;
	font-size: 10px;
	color: #a6a6a6;
}

#zona_central .menu_en_home .menu_en_home_1 .boletines a{
	background-image: url(../images/estudiantes/boletines.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 20px;
	font-size: 10px;
	color: #FFFFFF;
}
#zona_central .menu_en_home .menu_en_home_1 .boletines a:hover{
	background-image: url(../images/estudiantes/boletines.gif);
	background-repeat: no-repeat;
	background-position: left -14px;
	padding-left: 25px;
	display: block;
	float: left;
	
	font-size: 10px;
	color: #a6a6a6;
}

#zona_central .menu_en_home .menu_en_home_1 .login_alunos a{
	background-image: url(../images/estudiantes/login.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 30px;
	font-size: 10px;
	color: #FFFFFF;
}
#zona_central .menu_en_home .menu_en_home_1 .login_alunos a:hover{
	background-image: url(../images/estudiantes/login.gif);
	background-repeat: no-repeat;
	background-position: left -12px;
	padding-left: 25px;
	display: block;
	float: left;
	padding-right: 30px;
	font-size: 10px;
	color: #a6a6a6;
}
/*------------------------------------*/

#zona_central .menu_en_home .menu_en_home_2{
	clear: both;
	margin-top: 3px;
}
#zona_central .menu_en_home .menu_en_home_2 .preguntas a{
	background-image: url(../images/estudiantes/p_frecuentes.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	display: block;
	float: left;
	padding-right: 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#zona_central .menu_en_home .menu_en_home_2 .preguntas a:hover{
	background-image: url(../images/estudiantes/p_frecuentes.gif);
	background-repeat: no-repeat;
	background-position: left -9px;
	padding-left: 25px;
	display: block;
	float: left;
	
	font-size: 10px;
	color: #a6a6a6;
	text-decoration: none;
}


#zona_central .menu_en_home .menu_en_home_2 .email a{
	background-image: url(../images/estudiantes/email.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	display: block;
	float: left;
	padding-right: 37px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#zona_central .menu_en_home .menu_en_home_2 .email a:hover{
	background-image: url(../images/estudiantes/email.gif);
	background-repeat: no-repeat;
	background-position: left -12px;
	padding-left: 25px;
	display: block;
	float: left;
	
	font-size: 10px;
	color: #a6a6a6;
	text-decoration: none;
}
#zona_central .menu_en_home .menu_en_home_2 .contacto_a a{
	background-image: url(../images/estudiantes/contac_alumnos.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	
	float: left;
	padding-right: 30px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#zona_central .menu_en_home .menu_en_home_2 .contacto_a a:hover{
	background-image: url(../images/estudiantes/contac_alumnos.gif);
	background-repeat: no-repeat;
	background-position: left -13px;
	padding-left: 25px;
	
	float: left;
	padding-right: 30px;
	font-size: 10px;
	color: #a6a6a6;
	text-decoration: none;
}


/*FONDO DE PAGINA PARA PROLOGNAR MENU LATERAL*/



.fondo_pagina{
	background-image: url(../images/agenda/fondo_lateral.gif); /*ESTA  SE CAMBIA*/
	background-repeat: repeat-y;
	background-position: left;
}
.fondo_pagina_detalle{
	background-image: url(../images/agenda/fondo_lateral_detalle.gif); /*ESTA  SE CAMBIA*/
	background-repeat: repeat-y;
	background-position: left;
}


/*AGENDA*/

#contenedor #zona_central_agenda{
	width: 745px;
	float: right;
	background-image: url(../images/agenda/fondo_pagina.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#contenedor #zona_central_agenda .buscador {
	position: absolute;
	z-index: 1;
	padding-top: 43px;
	padding-left: 570px;
}
#contenedor #zona_central_agenda .buscador form {
	margin: 0px;
	padding: 0px;
}
#contenedor #zona_central_agenda .buscador .bloque {
	width: 133px;
}

/*CONTENIDOS*/

#contenedor #zona_central_agenda .contenidos_agenda{
	margin-top: 140px;
		
}
#contenedor #zona_central_agenda .contenidos_agenda .listado_imagen{
	float: left;
	width:51px;
}
#contenedor #zona_central_agenda .listado_actividades{
	
	float: left;
	width: 694px;
}





#contenedor #zona_central_agenda .listado_actividades .encabesado{
	background-color: #ad062a;
	background-image: url(../images/agenda/bullet_categoria.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ad062a;
	border-right-color: #ad062a;
	border-bottom-color: #ad062a;
}

#contenedor #zona_central_agenda .listado_actividades .encabesado .categoria{
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}





#contenedor #zona_central_agenda .listado_actividades .encabesado .meses{
	margin-left: 15px;

}
#contenedor #zona_central_agenda .listado_actividades .encabesado .meses div{
	float: left;
	padding-right: 5px;
}
#contenedor #zona_central_agenda .listado_actividades .encabesado .meses div a{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/agenda/bullet_meses.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 7px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contenedor #zona_central_agenda .listado_actividades .encabesado .meses div a:hover{
	color: #efba20;
	background-image: url(../images/agenda/bullet_meses.gif);
	background-repeat: no-repeat;
	background-position: left -7px;
}
#contenedor #paginas {
	background-color: #000000;
	font-size:11px;
	color: #FFFFFF;
	text-align:center;
	clear: both;
	padding-left: 276px;
	background-image: url(../images/agenda/fondo_paginacion.gif);
	background-repeat: repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}
#contenedor #paginas a {
	color: #fff;
	text-decoration: none;
}
#contenedor #paginas a:hover {
	color: #a50628;
	text-decoration: none;
}
#contenedor #paginas a.selec {
	color: #e5af12;
	font-weight: bold;
	text-decoration: none;
}
#contenedor #paginas a:hover.selec {
	color: #a50628;
	text-decoration: none;
}



/*TABLA AGENDA*/

#listado{
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#listado th{
	background-color: #394047;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
}
#listado td{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #67747f;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909aa2;
}
#listado td a{
	color: #FFFFFF;
	text-decoration: none;
}
#listado td a:hover{
	color: #efba20;
	text-decoration: none;
}
#listado td.fech{
	background-color: #818c93;
	width: 10px;
}


/*FECHA*/


#listado td.fech .fecha {
	text-align: center;
	width: 22px;
	float: left;
	
	margin-top: 3px;
}
#listado td.fech .mes {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ff0000;
	height: 9px;
	margin: 0px;
	padding: 0px;
	line-height: 8px;
}
#listado td.fech .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;
}



#listado_detalle{

	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#listado_detalle caption{
	font-size: 18px;
	color: #e5af12;
	background-color: #394047;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e5af12;
	text-align:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#listado_detalle td{
	background-color: #67747f;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #869099;
	vertical-align:top;
}
#listado_detalle td a{
	color: #FFFFFF;
	text-decoration: none;
}
#listado_detalle td p{
	margin: 0px;
	padding: 0px;
}
#listado_detalle td a:hover{
	color: #e5af12;
	text-decoration: none;
}
#listado_detalle th{
	background-color: #74808a;
	width: 123px;
	text-align: left;
	padding-left: 15px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #869099;
	vertical-align:top;
}








/*--------------------------------------
*/



#listado td.hora{
	background-color: #74808a;
	background-image: url(../images/agenda/icon_relog.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 70px;
}
#listado td.hora span.hora{
	padding-left: 35px;
	color: #FFFFFF;
}
#listado td.facultad{
	width: 133px;
}
#listado td.mas{
	width: 10px;
}
#listado td.mas .icon_mas a{
	background-image: url(../images/agenda/mas.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	display: block;
	height: 10px;
	width: 10px;
}
#listado td.mas .icon_mas a:hover{
	background-image: url(../images/agenda/mas.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	display: block;
	height: 10px;
	width: 10px;
}


/*MENU CALENDARIO*/

.menu_lateral .calendario{
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.menu_lateral .buscar{
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c7566e;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left:10px;
}
.menu_lateral .categoria{
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}
.menu_lateral .categoria form{
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu_lateral .categoria form .buscar{
	float: right;
	padding-right: 19px;
	border-bottom-style: none;
}

.menu_lateral .categoria form label{
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	clear: both;
}

/*OPCIONES*/

/*En Index*/
#contenedor #zona_central_agenda .opciones1{
	position: absolute;
	z-index: 1;
	display: block;
	background-image: url(../images/agenda/f_boton.jpg);
	background-repeat: repeat-x;
	height:23px;
	margin-top: 117px;
	margin-left: 530px;
	width: 167px;
}
#contenedor #zona_central_agenda .opciones1 .enviar{
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-left: 20px;
	border-right-color: #dd98a7;
}
#contenedor #zona_central_agenda .opciones1 .enviar a{
	color: #FFFFFF;
	background-image: url(../images/agenda/enviar_amigo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 3px;
	padding-right: 28px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	font-size: 9px;
	
}
#contenedor #zona_central_agenda .opciones1 .enviar a:hover{
	color: #efba20;

	
}

#contenedor #zona_central_agenda .opciones1 .imprimir{
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#contenedor #zona_central_agenda .opciones1 .imprimir a{
	color: #FFFFFF;
	background-image: url(../images/agenda/imprimir.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 3px;
	padding-right: 28px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	font-size: 9px;
	
}

#contenedor #zona_central_agenda .opciones1 .imprimir a:hover{
	color: #efba20;

}


/* En detalle -----------------*/

#contenedor #zona_central_agenda .opciones{
	position: absolute;
	z-index: 1;
	display: block;
	background-image: url(../images/agenda/f_boton.jpg);
	background-repeat: repeat-x;
	height:23px;
	margin-top: 117px;
	margin-left: 438px;
	width: 267px;
}
#contenedor #zona_central_agenda .opciones .enviar{
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-left: 20px;
	border-right-color: #dd98a7;
}
#contenedor #zona_central_agenda .opciones .enviar a{
	color: #FFFFFF;
	background-image: url(../images/agenda/enviar_amigo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 3px;
	padding-right: 28px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	font-size: 9px;
	
}
#contenedor #zona_central_agenda .opciones .enviar a:hover{
	color: #efba20;

	
}

#contenedor #zona_central_agenda .opciones .imprimir{
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#contenedor #zona_central_agenda .opciones .imprimir a{
	color: #FFFFFF;
	background-image: url(../images/agenda/imprimir.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 3px;
	padding-right: 28px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
	font-size: 9px;
	
}

#contenedor #zona_central_agenda .opciones .imprimir a:hover{
	color: #efba20;

}
.boton_volver{
	text-align: center;
	width: 66px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.boton_volver a{
	background-image: url(../images/agenda/volver.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 16px;
	width: 66px;
}
.boton_volver a:hover{
	background-image: url(../images/agenda/volver.gif);
	background-repeat: no-repeat;
	background-position: left -18px;
	display: block;
	height: 16px;
	width: 66px;
}

