/* ESTILOS DEL CALENDARIO */

#contenedor_principal #contenedor form.center{
	font-family:Verdana, Arial, Helvetica, "San Serif";
	font-size:0.70em;
	border-color: #FFFFFF;
	border-style: none;
	border-width: 0px;
	border-bottom:1px solid #E3E3E3;
	border-top:1px solid #E3E3E3;
    font-weight:normal;
	background-color: #ffffff;
	text-align: center;
	padding: 0pt 5pt 0pt 5pt;
	margin: 5pt 0pt 0pt 5pt;
}

#contenedor_principal #contenedor #select_anyos{
	font-family:Verdana, Arial, Helvetica, "San Serif";
	font-size:0.70em;
        font-weight:normal;
	background-color: #ffffff;
	padding: 0pt 0pt 0pt 5pt;
	margin: 10pt 0pt 0pt 5pt;
	line-height: 140%;
}

#contenedor_principal #contenedor #select_anyos a{
	text-decoration:none;
}

#contenedor_principal #contenedor a{
	color:#035A78;
}

#contenedor_principal #contenedor form.center select { font-size:1.2em; }

.mes-boja {
	float: left;
	padding: 15px 8px 15px 8px;
}

.mes-boja TABLE {
	width: 167px;
	height: 8em;
	text-align: center;
	border: 1px solid #E8E8E8;
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show
}

.mes-boja TD {
	border: 1px #E5E4D7 solid;
	font-size:0.70em;
	text-align: center;
	width: 23px;
	color: #383D44;
}

.mes-boja TD.dia-actual {
	border: 2px #087807 solid;
	background: #f6f7e3
}

.mes-boja TD.dia-actual A {
	color: #087807;
	text-decoration: none;
	font-weight: bold
}

.mes-boja TD.dia-actual A:hover {
	background: #f6f7e3;
	color: #087807;
	text-decoration: underline;
	font-weight: bold
}

.mes-boja TD.dia-boja {
	background: #DDDFCA;
}

.mes-boja TD.dia-boja A {
	color: #303030;
	text-decoration: none;
	font-weight: bold
}

.mes-boja TD.dia-boja A:hover {
	text-decoration: underline;
}

.mes-boja TD.dia-boja A:visited { 
	color: #303030;
	font-weight: normal !important;
	text-decoration: underline;
}

.mes-boja TD.dia-sumario-boja {
	background: #F3E49F;
	color: #000000;
	text-decoration: underline
}

.mes-boja TD.dia-extra-boja {
	background: #C6DFF7;
	font-weight: bold;
	color: #000000
}

.mes-boja TD.domingo-boja {
	background: #ffffff;
	color: #FF0000;
	font-weight: bold
}

.mes-boja CAPTION {
	color: #1B1F1D;
	background: #F4F4F4;
	border-top: 1px #E8E8E8 solid;
	border-left: 1px #E8E8E8 solid;
	border-right: 1px #E8E8E8 solid;
	border-bottom: 1px #E8E8E8 solid;
	font-weight: bold;
	font-size:0.70em;
	padding: 3px
}
