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

/** The calendar table */
table.cal_month_table {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

/** Global styles for the calendar table cells */
table.cal_month_table td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	padding: 10px 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;
}

/* ---- Tabla Mes Detalle ---- */

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

/** The calendar table */
table.cal_month_table_detail {
	text-align: center;
	width: 530px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

table.cal_month_table_detail td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	padding: 10px 2px;
	width: 14%;
	vertical-align: top;
}

table.cal_month_table_detail td.cal_mon_day_empty {
	border-bottom: 1px solid #e2e2e2;
}

/** Global styles for the calendar table cells */

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

table.cal_month_table_detail td.cal_mon_nav {
	background: #efefef;
	font-size: 16px;
	padding: 10px 0;
	border: 0;
}

table.cal_month_table_detail td.cal_mon_nav a {
	color: #333;
}

/*-------*/

/** The month navigation row */
td.cal_mon_nav {
	background-color: #efefef;
	font-size: 14px;
	font-weight: bold;
	border: 0;
}

table.cal_month_table td.cal_mon_nav a {
	color: #333;
}

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

/** The week day names rows */
td.cal_mon_weekday {
	height: 3em;
	border-bottom: 1px solid #fe4819;
	color: #fe4819;
}

/** The week day names rows */
td.cal_mon_weekday_detail {
	/*padding: 10px !important;*/
	font-size: 16px;
	border-bottom: 1px solid #e2e2e2;
	color: #fe4819;
}

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

td.cal_mon_day {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

table.cal_month_table_detail .cal_mon_day, table.cal_month_table_detail .cal_mon_day_varios {
	background: #fff;
	border: 0;
	padding: 5px 7px 5px 0;
	border: 1px solid #e1e1e1;
	border-top: 1px solid #fff;
	text-align: right;
	height: 1em;
}

table.cal_month_table_detail .cal_mon_day_current .cal_mon_day {
	background: #535353;
    border: 0 none;
    border-radius: 15px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
}

table.cal_month_table .cal_mon_day_current .cal_mon_day {
	background: #535353;
    border: 0 none;
    border-radius: 15px;
    color: #FFF;
    padding: 2px;
}

/** A common calendar day detail */
.cal_mon_day_detail {
	color: #666;
	border: 0;
	text-align: left;
	padding: 10px 5px !important;
	line-height: 1.1em;
	font-size: 11px;
}

.cal_mon_day_detail a {
	color: #666;
}

td.cal_mon_day_detail {
	height: 5em;
}

/** The current calendar day */
td.cal_mon_day_current {
	background-color: #fff;
	font-weight: bold;
}

td.cal_mon_day_current_detail {
	background: #fff;
	border: 0;
	padding: 10px 5px !important;
	line-height: 1.1em;
	font-size: 11px;
	color: #666;
	text-align: left;
}

td.cal_mon_day_current_detail a {
	color: #666;
}

table.cal_month_table_detail td.cal_mon_day_current {
	border: 1px solid #e1e1e1;
	border-top: 1px solid #fff;
	background: #fff;
	padding: 5px 7px 5px 0;
	text-align: right;
}

/** The current calendar day */
td.cal_mon_day_current_detail {
	background: #fff;
	border: 0;
}

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

/** An empty cell displaying no calendar day detail */
td.cal_mon_day_empty_detail {
	border: 0;
}

/** Font color of a real holiday day */
span.cal_mon_day_holiday {
	color: #D07361;
}

table.cal_month_table_detail span.cal_mon_day_holiday {
	color: #D07361;
}

/** 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 {
	text-decoration: none;
}

a.cal_mon_day_event:hover {
	text-decoration: none;
	color: #bd0926;
}

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

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

/** Element around "time" navigation */
div.cal_nav_time {
	text-align: center;
	padding: 7px 0;
	background: #efefef;
	border-radius: 4px;
	margin-top: 50px;
	font-size:11px;
}

/** Element around "switch view" links */
div.cal_nav_switch {
	margin-top: 5px;
	padding: 7px 0;
	border-bottom: 1px solid #dedede;
	text-align: center;
	font-size:11px;
}

span.cal_entry_date {}

a.cal_entry_link {
	font-weight: bold;
	line-height: 2em;
}

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: #FF0000;
}

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 {
	color: #666;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

p.cal_detail_date {
	color: #999898;
}

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;
}

.conferencias {
	border-bottom: 2px solid #4ec301 !important;
	background: url(../img/ico-conferencias.png) #fff 5px center no-repeat !important;
}
.charlas {
	border-bottom: 2px solid #ff9900 !important;
	background: url(../img/ico-charlas.png) #fff 5px center no-repeat !important;
}

.congresos {
	border-bottom: 2px solid #99cdff !important;
	background: url(../img/ico-congresos.png) #fff 5px center no-repeat !important;
}

.inauguraciones {
	border-bottom: 2px solid #fe4819 !important;
	background: url(../img/ico-inauguraciones.png) #fff 5px center no-repeat !important;
}

.entradas-operacion {
	border-bottom: 2px solid #5895c4 !important;
	background: url(../img/ico-entradas-operacion.png) #fff 5px center no-repeat !important;
}

.visitas {
	border-bottom: 2px solid #c593b1 !important;
	background: url(../img/ico-visitas.png) #fff 5px center no-repeat !important;
}

table.cal_month_table_detail .cal_mon_day_varios.conferencias {
	background: url(../img/ico-conferencias-mas.png) #fff 5px center no-repeat !important;
}

table.cal_month_table_detail .cal_mon_day_varios.charlas {
	background: url(../img/ico-charlas-mas.png) #fff 5px center no-repeat !important;
}

table.cal_month_table_detail .cal_mon_day_varios.congresos {
	background: url(../img/ico-congresos-mas.png) #fff 5px center no-repeat !important;
}

table.cal_month_table_detail .cal_mon_day_varios.inauguraciones {
	background: url(../img/ico-inauguraciones-mas.png) #fff 5px center no-repeat !important;
}

table.cal_month_table_detail .cal_mon_day_varios.entradas-operacion {
	background: url(../img/ico-entradas-operacion-mas.png) #fff 5px center no-repeat !important;
}

table.cal_month_table_detail .cal_mon_day_varios.visitas {
	background: url(../img/ico-visitas-mas.png) #fff 5px center no-repeat !important;
}

table.cal_month_table .conferencias {
	border-bottom: 0 !important;
	background: url(../img/punto-verde-mini.png) #fff bottom center no-repeat !important;
}
table.cal_month_table .charlas {
	border-bottom: 0 !important;
	background: url(../img/punto-amarillo-mini.png) #fff bottom center no-repeat !important;
}

table.cal_month_table .congresos {
	border-bottom: 0 !important;
	background: url(../img/punto-celeste-mini.png) #fff bottom center no-repeat !important;
}

table.cal_month_table .inauguraciones {
	border-bottom: 0 !important;
	background: url(../img/punto-naranja-mini.png) #fff bottom center no-repeat !important;
}

table.cal_month_table .entradas-operacion {
	border-bottom: 0 !important;
	background: url(../img/punto-azul-mini.png) #fff bottom center no-repeat !important;
}

table.cal_month_table .visitas {
	border-bottom: 0 !important;
	background: url(../img/punto-violeta-mini.png) #fff bottom center no-repeat !important;
}

.listado_eventos {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.listado_eventos li {
	font-size: 13px !important;
    font-weight: normal !important;
    line-height: 1.3em;
    margin-bottom: 25px;
    padding-left: 35px;
}

.cal_entry_date {
	padding: 0 0 0 16px;
	color: #999898;
	line-height: 1em;
	font-size: 11px;
	background: url(../img/ico-reloj.png) #fff 0 0 no-repeat;
}

.h4-calendario {
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px !important;
	background: url(../img/ico-flecha-abajo.png) #fff 0 8px no-repeat !important;
	color: #808080 !important;
	padding-left: 30px !important;
}

#entradas-eventos-horizontal {
	margin: 20px 0;
}

#entradas-eventos-horizontal ul li {
	display: inline;
	width: 20px;
	margin: 0 12px;
}