/**********
 Hoja de estilos subportada agenda y eventos
*****************/

.contenidoEventosMain {
	width: 100%;
	text-align: left;
}

.fotoCalendarioMain{
	width: 10%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.fechaCalendarioMain{
	width: 10%;
	float: left;
	width: 154px;
	/*margin-left: 20px;
	margin-top: 10px;*/	
	letter-spacing: 0.0125em;		
	/*font-weight: bold;*/
	color: #013F70;
	margin-top: 10px;	 
}

.textoCalendarioMain{
	float: right;
	width: 58%;
	margin-left: 20px;
	letter-spacing: 0.0125em;
	
	color: #013F70;
	margin-top: 10px;		
}

.titularCalendarioMain{
 	/*width: 154px;*/
	/*margin-left: 20px;
	margin-left: 350px;*/
	margin-top: 10px;			
	letter-spacing: 0.0125em;		
	font-weight: bold;	
	color: #013F70;
	text-align: left;
	
	
}

.titularCalendarioMain2{
 	/*width: 154px;*/
	/*margin-left: 20px;
	margin-left: 350px;*/
	margin-top: 10px;			
	margin-left: 30px;
	letter-spacing: 0.0125em;	
	
	color: #013F70;
	text-align: left;
	/*text-decoration: none;*/
	
	
}

.detalleTitularCalendario{
 	/*width: 154px;*/
	/*margin-left: 20px;
	margin-left: 350px;*/
	margin-top: 10px;			
	/*margin-left: 30px;*/
	letter-spacing: 0.0125em;	
	
	color: #013F70;
	text-align: left;
	/*text-decoration: none;*/
	
	
}


.textoCalendarioMain a, .textoCalendarioMain a:link, .textoCalendarioMain a:visited, .titularCalendarioMain a, .titularCalendarioMain a:link, .titularCalendarioMain a:visited {	
	/*color: #540505; */
	color: #013F70;
	text-decoration: none;
}

.textoCalendarioMain a:hover{
	color: #013F70;
}

.titularCalendarioMain a:hover{
	color: #013F70;
	text-decoration:underline;
}

.descCalendario{
 
}

.SeparadorCalendarioMain{
 width: 100%;
}

.ContenidoCalendarioMain{
 width: 30%;
 float: left; 
}

.ContenidoBusquedaMain{
 width: 60%;
 float: right;
}





/** ### Side month element styles ### */

/** The calendar table */
table.cal_month_table {
	text-align: center;
	width: 184px;	
}

/** Global styles for the calendar table cells */
table.cal_month_table td {
	color: #013F70;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	padding: 1px 2px;
	width: 14%;
}

/** Global styles for the calendar table cells */
table.cal_month_table td a span, table.cal_month_table td span {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

/** The month navigation row */
td.cal_mon_nav {
	border: 1px solid #FFFFFF;
	background-color: #B0CBD8;
}

td.cal_mon_nav a.cal_mon_nav, td.cal_mon_nav a.cal_mon_nav:hover {
	color: #013F70;
	text-decoration: none;
}

/** The week day names rows */
td.cal_mon_weekday {
	border: 1px solid #FFFFFF;
	background-color: #B0CBD8;
}

/** A common calendar day */
.cal_mon_day {
	color: #013F70;
}

td.cal_mon_day {
	border: 1px solid #FFFFFF;
	background-color: #D5E4EB;
}

/** The current calendar day */
td.cal_mon_day_current {
	background-color: #DDDDDD;
	border: 1px solid #013F70;
}

/** An empty cell displaying no calendar day */
td.cal_mon_day_empty {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/** Font color of a real holiday day */
span.cal_mon_day_holiday {
	/*color: #013F70;
	font-weight: bold;*/	
	color: #ff0000;
}

/** Font color of a maybe a holiday day */
span.cal_mon_day_maybeholiday {
	color: #888888;
}

/** The link for calendar days with entries */
a.cal_mon_day_event, a.cal_mon_day_event:hover {
	font-weight: bold;
	text-decoration: none;
}

/** ### Overview entries styles ### */

/** Element around complete overview block */
div.cal_wrapper {}

/** Element around "time" navigation */
div.cal_nav_time {}

/** Element around "switch view" links */
div.cal_nav_switch {
	margin-top: 5px;
}

span.cal_entry_date {}

a.cal_entry_link {
	font-weight: bold;
}

span.cal_entry_type {}

span.cal_entry_description {
	font-size: 0.9em;
}

/** ### Month list styles ### */

table.cal_monthlist {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	width: 100%;
}

table.cal_monthlist tr td {
	background-color: #DDD;
	padding: 3px;
}

table.cal_monthlist tr.holiday td {
	background-color: #DDD;
}

table.cal_monthlist tr.maybeholiday td {
	background-color: #DDD;
}

table.cal_monthlist tr td.day {
	vertical-align: top;
	padding-right: 6px;
	width: 1%;
	white-space: nowrap;
	color: #000000;
}

table.cal_monthlist tr td.entries div {
	margin-bottom: 8px;
	color: #000000;
}

table.cal_monthlist tr td.entries div.lastentry {
	margin-bottom: 0;
}

table.cal_monthlist tr.holiday td.day, table.cal_monthlist tr.holiday td.entries div {
	color: #013F70;
}

table.cal_monthlist tr.maybeholiday td.day, table.cal_monthlist tr.maybeholiday td.entries div {
	color: #888888;
}

/** Link style of a common entry link */
table.cal_monthlist tr td.entries a {

}

/** Link style of a holiday entry link */
table.cal_monthlist tr.holiday td.entries a {

}

/** Link style of a maybe a holiday entry link */
table.cal_monthlist tr.maybeholiday td.entries a {

}

/** ### Side list styles ### */

/** Encloses the listed entries */
div.cal_side_entry_list {

}

/** Wrapper around a listed entry */
div.cal_side_entry_wrapper {
	margin-top: 8px;
}

/** Headline of a listed entry */
div.cal_side_entry_head {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 2px;
}

/** Descriptive teaser text of a listed entry */
div.cal_side_entry_teaser {

}

/** Date of a listed entry */
span.cal_side_entry_date {
	font-style: italic;
}

/** ### Detail view styles ### */

h1.cal_detail_headline {}

p.cal_detail_date {
	
}

p.cal_detail_location {

}

div.cal_detail_text {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links ul {}

span.cal_detail_label {
	font-weight: bold;
}

.separadorTextoCalendario{
	background-image: url(../imagenes/separador-noticias.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 12px;
	/*margin-left: 36px;
	margin-left: 0px; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.fotoCalendarioDetalle{
	width: 30%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.textoCalendarioDetalle{
	float: right;
	width: 58%;
	margin-left: 20px;
	letter-spacing: 0.0125em;
	
	color: #013F70;
	margin-top: 10px;		
}
.textoCalendarioDetalleIzquierda{
	float: left;
	width: 58%;
	margin-left: 20px;
	letter-spacing: 0.0125em;
	
	color: #013F70;
	margin-top: 10px;		
}
.textoDetalleTitularCalendario{
 	/*width: 154px;*/
	/*margin-left: 20px;
	margin-left: 350px;*/
	margin-top: 10px;			
	/*margin-left: 30px;*/
	letter-spacing: 0.0125em;	
	
	color: #013F70;
	text-align: left;
	/*text-decoration: none;*/
	font-size: 15px;	
	
}

