/* ========================================================================== */
/* ============================================================= AGENDA ===== */
/* ========================================================================== */

/* -------------------------- LIST VIEW :: BIG DATE BOX --- */

#agenda_list{
	width: 100%;
}
#agenda_list img{
	margin: 5px 3px 1px 0;
}
#agenda_list td{
	vertical-align: top;
}
#agenda_list a{
	text-decoration: none;
}
#agenda_list a:hover{
	text-decoration: underline;
}
#agenda_list h1{
	font-size: 13pt;
	line-height: 14pt;
}
#agenda_list h2{
	margin: 3px 0;
}
#agenda_list .date{
	font-size: 10px;
}
#agenda_list .view_more_link a{
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
#hoy_tbl{
	color: white;
}
#hoy_tbl td{
	background-color: #B79E7F;
	text-align: center;
	font-size: 12pt;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
/* -------------------------- LIST VIEW :: CALENDAR ------ */
#este_mes{
	font-size: 7pt;
}
#este_mes td{
	text-align: center;
	border: 1px solid #eee;
}
#este_mes a{
	display: block;
	color: #F43405;
}
#este_mes a:hover{
	text-decoration: none;
	background-color: #F63300;
	color: #EEEEEE;
}
#este_mes th{
	background-color: #6E2A21;
	color: white;
}
#este_mes th.t{
	background-color: #eee;
	color: #6E2A21;
	font-weight: bold;
}
#este_mes th a{
	color: white;
}
#este_mes td.mark{
	border: 1px solid #C93E27;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E2A21;
}

#volver_a_hoy{
	color: #666666;
	padding: 2px 0;
	display: block;
}

/* ----------- LIST VIEW :: INDIVIDUAL EVENT BOXES --- */

.one_event_tbl{
	margin-bottom:10px;
}
.one_event_tbl .ev_body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.one_event_tbl .date{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6E2A21;
	text-decoration: none;
	font-weight: bold;
}
.one_event_tbl .ver_evento_link{
	font-size: 10px;
	color: #6E2A21;
	font-weight: bold;
}
.one_event_tbl .ev_title{
	color: #6E2A21;
	font-size:10pt;
	font-weight:bold;
}
.one_event_tbl .ev_bullet_td{
	background-repeat: repeat;
}



/* ---------------------------------- SELECTED EVENT VIEW */

.selected_event{
	background-color: #E6DCD0;
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
	border-top: 1px dotted gray;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.selected_event h1{
	color: #6E2A21;
}
.selected_event .ev_title{
	font-size: 9pt;
	color: #333333;
}
.rest_of_events{
	padding: 0 10px;
}
.marcolateral {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.fondonoticias {
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;

}
.fondonoticias .ev_texto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E2A21;
	text-decoration: none;
	margin-bottom: 10px;
}
.general11claro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
