form.icalendar input
{
 font-size: 11px;
 font-family: verdana;
 background-color: #fffffF;
 color: #999999;
 border: 1px solid #999999;
 cursor:pointer;
 background-image: url(../img/ico/calendar.png);
 background-repeat:no-repeat;
 padding: 1px 5px 1px 20px; 
 width: 90px;  
}

form.icalendar input:hover
{
 color: #af0a38;
 border: 1px solid #af0a38;
}

div.bloqueEvento{
background-image:url(../img/fondo-listas.gif);
background-repeat:repeat-x;
padding-left:1em;
padding-bottom:2em;
width:100%;
}


div.bloqueEventoGris{
background-image:none;
background-color: #EEEEEE;
border-bottom: 1px solid white;

}

div.bloqueEvento .colDetalle{
	color:#000000;	
	font-size:95%;	
	padding-right: 15px;
	padding-left:100px;
	text-align: left;

	
}

div.bloqueEvento .colDetalle span{
 font-weight: bold;
 padding-right: 20px;
}

div.bloqueEvento .colDetalle a {
 font-weight: bold;
 font-size: 11px;
 color: #4c7aa1;
 padding:2px;
}

div.bloqueEvento .colDetalle li.adjunto a {
 background-image:  url("../img/ico/download.png");
 background-repeat: no-repeat;
 background-position: top left; 
 padding-left: 20px;
}

div.bloqueEvento .colDetalle li.enlace a {
 background-image:  url("../img/ico/link.png");
 background-repeat: no-repeat;
 background-position: top left; 
 padding-left: 20px;
} 

div.bloqueEvento .colDetalle a:hover{
 font-weight: bold;
 font-size: 11px;
 color: black;
}

div.bloqueEvento .colDetalle ul{
	list-style-image:url(../img/flecha.gif);
	padding-right: 15px;	
}

div.bloqueEvento .colFecha{
	color:#000000;
	font-size:90%;
	float:left;
	position:relative;
	top:0;
}
div.bloqueEvento .colFecha p{padding: 0; margin: 0;}



table.cal td.eventoTipo1,div.eventoTipo1{background-color: #f1d3d4}
table.cal td.eventoTipo2,div.eventoTipo2{background-color: #ffce70}
table.cal td.eventoTipo3,div.eventoTipo3{background-color: #fcf1c0}
table.cal a.eventoTipo1{background-color: #f1d3d4}
table.cal a.eventoTipo2{background-color: #ffce70}
table.cal a.eventoTipo3{background-color: #fcf1c0}

div.eventoTipo1,div.eventoTipo2,div.eventoTipo3{
 margin-top: 1em;
}


div.eventoTipo1, ul#eventoTipoLeyenda li.eventoTipo1{
 background-image: url(../img/eventos/tipo1.png);
 background-position: top right;
 background-repeat: no-repeat;
 border-top: 1px solid #f1d3d4;
 
}

div.eventoTipo2, ul#eventoTipoLeyenda li.eventoTipo2{
 background-image: url(../img/eventos/tipo2.png);
 background-position: top right;
 background-repeat: no-repeat;
 border-top: 1px solid #ffce70;
}

div.eventoTipo3, ul#eventoTipoLeyenda li.eventoTipo3{
 background-image: url(../img/eventos/tipo3.png);
 background-position: top right;
 background-repeat: no-repeat;
 border-top: 1px solid #fcf1c0;
}

ul#eventoTipoLeyenda {
	font-size:11px;	
	list-style: none; 
	margin: 20px 0px 0px 0px; 
	padding: 0px;
	padding-left: 20px;
		
}
ul#eventoTipoLeyenda li.eventoTipo1,
ul#eventoTipoLeyenda li.eventoTipo2,
ul#eventoTipoLeyenda li.eventoTipo3
{
	padding-left: 20px;
	background-position: top left;
 	margin-bottom: 15px;
 	width: 180px;
}

/*SOBREESCRITURA*/
div#navegacion {float:none; width: 100%;}
div#columnaIzquierda{ padding-top:15px; width: auto; float: left; }
div#columnaDerecha{ float: left; margin-bottom:20px; width: 500px; }






