/*Agenda Londres*/

/*esenciales*/

.agendatitulo {
    background: url("../images/bg_titagenda.png") no-repeat scroll 0 0 transparent;
    color: #61727F;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0 5px 0;
    padding: 4px 6px 4px 28px;
}



.agenda {
   position:relative
}


.agenda h2 {
	background-color: #BCBEC0;
    border-radius: 2px 2px 0 0;
    clear: both;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 4px 6px;
    text-align:center 
}



.agenda a {
color: #006699;
text-decoration:none;
}

.agenda a:hover {
text-decoration:underline;
}

.agenda table {
	position:relative;
	border-collapse:collapse;
	background-color: #F6F7F7;
}

.agenda table th{
	font-size: 10px;
	padding: 0 0 1px 0;
	text-align:center;
	font-weight: normal
}

.agenda table td{
	font-size: 11px;
	border: 1px solid #E7EAF0;
	text-align: center;
	padding: 2px
}

.agenda table td br{
display:none
}

.agenda .dia {
	display : none;
	position: absolute;
	z-index:200;
}
.agenda .eventos {
	height: 200px;
	overflow: auto;
}
.agenda .btncerrar {
	float: right;
	text-decoration: none;
	line-height: 0.6em;
}
.agenda .dia-con-eventos {
	cursor: pointer;
}

/*  decoracion */
.agenda .dia {
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 170px;
	padding: 3px;
	text-align: left;
}
.agenda .eventos {
	width: 100%;
}
.agenda .evento {
	margin: 0 10px 10px;
}
.agenda .btncerrar {
	border: solid 1px #AAAAAA;
	padding: 3px;
}

.agenda .dia-con-eventos {
	color: #006699;
	background-color: #ffcc00;
}

.agenda a.anterior {
    background: url("../images/atras-portada.png") top center no-repeat;
    display: block;
	top: 8px;
    left: 10px;
    position: absolute;
    text-decoration: none;
    text-indent: -999%;
    width: 15px;
	height: 15px;
}
.agenda .siguiente {
    background: url("../images/adelante-portada.png")  top center no-repeat ;
    display: block;
    position: absolute;
	text-decoration: none;
    right: 10px;
    text-indent: -999%;
    top: 8px;
    width: 15px;
	height: 15px;
}