/********************************************************
****************** CABECERA *****************************
*********************************************************/
#cabecera_calendario p{
	margin-bottom: 0;
}

.imagen_logo01{
	width: 26%;
	border-bottom: 10px solid grey;
	float: left;
}

.imagen_logo02{
	width: 36%;
	*width: 35.8%;
	border-bottom: 10px solid blue;
	float: left;
}

.imagen_logo03{
	width: 38%;
	*width: 37.7%;
	border-bottom: 10px solid blue;
	float: left;
}

/********************************************************
************************* MENU ************************** 
*********************************************************/
#menu_calendario{
	clear: both;
	width: 26%;
	background-image:url('imgs/fondo_calendario.png');
	background-repeat:repeat-x;
	float: left;	
}

/********************************************************
****************** CALENDARIO ***************************
*********************************************************/
#calendario {
	float: left;
	width: 88%;
	padding: 0.4em;
	background-color:#D5C2BB;
	margin-top: 2em;
	margin-left: 5%;
	font-size: 0.9em;	
}

#calendario table {
	background-color: #D5C2BB;
	border-collapse: collapse;
	width: 100%;
	margin:0;
	margin-bottom: 1em;
}

#calendario #mesActual {
   font-size: 1.3em;
   padding: 0.2em;
}

#calendario td {
	background-color: #D5C2BB;
	border-bottom: 1px solid #CCC;
}

#calendario th {
	background-color: #0082D6;
	color: #FFF;
}

#calendario tbody td {
	border: 1px solid #FFF;
	padding: 0;
}

#calendario thead th, #calendario thead td {
	background-color: #B61030;
	text-align:center;
	border: 0;
}

#calendario tr.semana th {
	background-color: #D5C2BB;
}

#calendario td.domingo {
	color: #B61030;
}

#calendario tbody a, #calendario tbody span {
	display: block;
	text-align:right;
}

#calendario tbody a {
	background-color: #A87747;
	color: #E2C9B1;
	font-weight: bold;
}

#calendario tbody .hoy {
	font-weight: bold;
	color: #FFF;
}

#calendario p {
	text-align:center;
}

#calendario p a {
	color: #B61030;
	font-weight: bold
}

#calendario p a:hover {
	text-decoration:underline;
}

#calendario a {
	text-decoration: none;
	color: #0082D6;
}

#calendario a:hover {
	text-decoration: underline;
}

#calendario img {
	border: 0;
}

/********************************************************
**************** CONGRESOS PROXIMOS *********************
*********************************************************/

#congresos_proximos table{
	border-spacing:  0px 1px;
	width:96%;
	margin-left: 5%;
}

#congresos_proximos table th.pestania {
	padding:0;
	vertical-align:top;
	-moz-border-radius:1em 1em 0 0;
	-webkit-border-radius:1em 1em 0 0;
        font-size: 1.2em;
}


#congresos_proximos table th.pestania span {
	font-size: 0.8em;
	padding-top: 8px;
	display:block;
	-moz-border-radius:1em 1em 0 0;
	-webkit-border-radius:1em 1em 0 0;
	background: #C33A53;
}

#congresos_proximos table th.inverso {
	background-color:transparent;
}

#congresos_proximos table td a {
	color:#7B4B15;
	text-decoration:none;
	font-size: 1em;

}
#congresos_proximos table th {
	background: #C33A53;
}
#congresos_proximos table td {
	background-color:#EEDDC7;
	border-color:#FFFFFF;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
}

#congresos_proximos table span.fecha{
	font-weight: bold;
	font-size: 0.8em;
}

#congresos_proximos{
	float: left;
}

#congresos_dia{	
	background:url("imgs/separacion-menu.png") repeat-y scroll 0 0 transparent;
	float: left;
	margin-top:0;
	padding-left:2em;
	width: 71%;
	*width: 70%;	
}

/********************************************************
******************** CONGRESOS_DIA **********************
*********************************************************/

#congresos_dia p.nombre {
	background:url("imgs/fondo_titulos.png") repeat-y;
	font-size:0.9em;
	font-weight:bold;
	margin-top:0;
	padding:4px;
	width:100%;
}

#congresos_dia p.lugar {
	color:#B61030;
	font-weight:bold;
	font-size:1em;
	margin-top: 2em;
}

#congresos_dia ul{
	clear:both;
}

#congresos_dia li.item_congresos_dia_pares{
	width: 42%;
	margin-left: 7%;
	float: left;
}
#congresos_dia li.item_congresos_dia_impares{
	width: 42%;
	margin-left: 5%;
	float: left;
	clear:left
}

#congresos_dia p.icono {
	float:right;
	margin:1em 0 0;
}

#congresos_dia li li {
	width: 100%;
	overflow:visible;
}

#congresos_dia li ul.Borde {
	border-left:5px solid #0082D6;
	padding-left:2.5em;
}

#congresos_dia .imagen_calendario {
	float: right;
	width:20%;
	margin-top: 0px;
	margin-left: 5px;
}

#congresos_dia li div ul {
	border-left:5px solid #0082D6;
	padding-left:2.5em;
}

h2{
	color: #C6435C;
	font-weight: bold; 
	font-size: 2em;
}

.imagen_titulo_calendario{
	width: 7%;
	float: left;
	margin-bottom:1em;
	margin-right:1em;
	margin-top:2em;

}

.titulo_calendario{
	margin-left: 2%;
	margin-bottom: 2%;
}

.paginador {
	clear:both;
}

