#CruzRoja_Agenda_Linea {
	width: 100%;
	background: url("../img/lingristituenfermeras.png") repeat-x scroll 0 0 transparent;
}

.CruzRoja_Agenda_Titular {
	clear: both; background-color : #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
	margin-right: 4px;
	padding-left: 5px;
	background-color: #fff;
}

#CruzRoja_Agenda_Caja {
	width: 100%;
	height: 100%;
	min-height: 184px;
	/*border: 1px solid #e1e3e5;*/
	float: right;
	margin-top: 0px;
}

#CruzRoja_Agenda_botonTodosLosEventos {
	display: block;
	background-image: url("../img/todos_eventos.png");
	background-repeat: no-repeat;
	width: 82px;
	height: 33px;
	margin-top: 18px;
	margin-right: 11px;
    float:right;
}

#CruzRoja_Agenda_botonUltimosEventos {
	display: block;
	background-image: url("../img/ultimos_eventos.png");
	background-repeat: no-repeat;
	width: 91px;
	height: 33px;
	margin-top: 15px;
}

.CruzRoja_Agenda_cajaEventoCalendario {
	border: 1px solid;
	border-color: #CC0404;
	padding: 5px;
	margin-bottom: 5px
}

.CruzRoja_Agenda_cajaEventoCalendarioTitulo {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}

.CruzRoja_Agenda_cajaEventoCalendarioContenido {
	font-size: 12px;	
}