@charset "utf-8";
/* CSS Document */

.calendario_lista{
	width:37px;
	height:54px;
	background-image: url(../img/fondos_interiores/agenda/agenda.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
.calendario_lista p.mes{
	font-size:9px !important;
	color:#FFFFFF !important;
	padding-left:14px;
	padding-top:2px;
	padding-bottom:0px !important;
}
.calendario_lista p.dia{
	font-size:18px !important;
	color:#59727d !important;
	padding-left:9px;
	padding-top:0px !important;
	line-height: 12px !important;
}



.hora_lista {
	height:54px;
	background-image: url(../img/fondos_interiores/agenda/hora.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 48px;
	
	padding-right:10px;
}


.hora_lista p{
	font-size:12px !important;
	color:#59727d !important;
	padding-top:8px;

}

/*-----------------------------------*/

.calendario_inter{
	width:126px;
	height:172px;
	background-image: url(../img/fondos_interiores/agenda/agenda_big.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:18px;
}
.calendario_inter p.mes{
	font-size:20px !important;
	color:#FFFFFF !important;
	padding-left:50px;
	padding-top:30px;
	padding-bottom:0px !important;
}
.calendario_inter p.dia{
	font-size:45px !important;
	color:#59727d !important;
	padding-left:40px;
	padding-top:25px !important;
	line-height: 20px !important;
}
.titulo_actividad{
	width:650px;
	
	color:#2b75a3 !important;
	font-size:20px !important;
	padding-bottom:5px !important;
	font-weight: bold;
}

/*-------------------*/
.solicitante{
	width:286px;
	height: 35px;
	
}
.solicitante img{
	float:left;
	margin-right:5px;
}
.solicitante p{
	width:241px;
	float:left;
	font-size:12px;
	color:#929292;
	padding:0px !important;
	line-height: 12px !important;
	margin-top:7px;
}
.solicitante p strong{
	padding-right:10px;


}




/*-------------------*/
.hora_inter{
	
	height: 35px;
	width: 286px;
	
}
.hora_inter img{
	float:left;
	margin-right:5px;
}
.hora_inter p{
	float:left;
	font-size:12px;
	color:#929292;
	line-height: 12px !important;
	padding:0px !important;
	margin-top:7px;
}
/*-------------------*/
.asistente{
	
	height: 35px;
	width: 360px;
	
}
.asistente img{
	float:left;
	margin-right:5px;
}
.asistente p{
	width:310px;
	float:left;
	font-size:12px;
	color:#929292;
	line-height: 12px !important;
	padding:0px !important;
	margin-top:7px;
}
.asistente p strong{
	padding-right:10px;

}
/*-------------------*/

.institucion{
	width:360px;
	height: 35px;

}

.institucion img{
	float:left;
	margin-right:5px;
}
.institucion p {
	width:310px;
	float:left;
	font-size:12px;
	color:#929292;
	line-height: 12px !important;
	padding:0px !important;
	margin-top:7px;
}
.institucion p strong{
	padding-right:10px;
}

/*
-----------------BUEQUEDA----------------------*/

.busqueda_agenda{
	width:840px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d7d6d6;
}
.busqueda_agenda .cont_busqueda{
	width:436px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	padding-top:20px;
}


.busqueda_agenda label.fecha{
	width:150px;
	height:27px;
	background-image: url(../img/fondos_interiores/fecha_calen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	float:left;
	margin-right:4px;
}
.busqueda_agenda label.fecha input{
	width:73px;
	height:13px;
	margin-top:7px;
	margin-left:13px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
	float:left;
	margin-right:20px;
}
.busqueda_agenda label.fecha img{
	float:left;
	padding-left:5px;
}
.busqueda_agenda label.lista {
	width:176px;
	display:block;
	float:left;
	margin-top:3px;
}
.busqueda_agenda label.lista select{
	width:176px;
	color:#666666

}
.busqueda_agenda label.lista select option{

	color:#666666

}


.busqueda_agenda label.buscar_agenda input{
	height: 24px;
	width: 84px;
	display:block;
	margin-left:10px;
	margin-top:0px;
	float:left;

}
.busqueda_agenda label.buscar_agenda input{
	background-image: url(../img/fondos_interiores/botones/buscar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 84px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.busqueda_agenda label.buscar_agenda input:hover{
	background-image: url(../img/fondos_interiores/botones/buscar.gif);
	background-repeat: no-repeat;
	background-position: left -25px;
	height: 25px;
	width: 84px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
