
body {
	margin: 0;
	padding: 30px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: small;
	background: #f1f8f0 url(../imagenes/fondo.gif) repeat-x top;
}

img {
	border: 0;
}
a {
	outline: none;
}
a img {
	border: 0;
}

#logo {
	float: left;
}

div.centrado {
	width: 100%;
	text-align: center;
}

#controles {
	display: block;
	margin: auto;
	width: 500px;
	font-size: 140%;
	text-align: left;
	color: #343434;
}

#controles td {
	margin-top: 10px;
	margin-right: 30px;
	font-weight: bold;
}

#selectProvincias {
	margin-left: 40px;
	font-size: 90%;
	font-weight: normal;
	color: #323232;
}

#selectProvincias td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#etiqueta_mes {
	margin-top: 40px;
	font-size: 150%;
	font-weight: bold;
	color: #009400;
}

.sombra {
	background: #919191;
}

#calendario {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	background: #FFF;
}

#calendario th {
	color: #323232;
	font-size: 120%;
}

#calendario th, #calendario td {
	width: 14%;
	margin: 0;
	padding: 5px;
	text-align: center;
}

#calendario td {
	height: 60px;
	border: 1px solid #DDD;
	text-align: left;
	font-weight: bold;
}


td.celda_hoy {
	background: #d0fed0;
}

td.celda_fin_de_semana {
	background: #DEDEDE;
}

td.celda_vacia {
	background: #CDCDCD;
}

div.cuadro_dia {
	width: 100%;
	height: 100%;
	padding: 8px 5px;
	overflow:auto;
	text-align: left;
	font-weight: normal;
}

#cuadro_suscripciones {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto; 
	vertical-align: middle;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #04378E;
}
#cuadro_suscripciones a {
	color: #04378E;
	font-size: 90%;
	font-weight: bold;
}
#cuadro_suscripciones a:hover {
	color: #343434;
	font-weight: bold;
}
#cuadro_suscripciones span {
	display: inline-block;
	vertical-align: middle;
}

#cuadro_rss {
	margin-left: 10px;
	line-height: 23px;
	font-size: 80%;
	text-align: left;
}
#cuadro_rss a {
	color: #04378E;
	font-weight: bold;
}
#cuadro_rss a:hover {
	color: #343434;
	font-weight: bold;
}

#pie {
	width: 100%;
	margin-top: 60px;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	color: #004433;
}
#pie span {
	margin-left: 20px;
	margin-right: 20px;
}
#pie a {
	color: #004433;
}
#pie a:hover {
	color: #343434;
}

p.parrafo_popup {
	line-height: 25px;
	font-size: 110%;
	text-align: justify;
	color: #343434;
}

#form_sugerir_festivo {
	font-size: 110%;
	font-weight: bold;
}

input.boton {
	font-size: 120%;
	font-weight: bold;
}

.texto_error {
	font-size: 140%;
	text-align: left;
	color: #red;
}

a.enlace_grande {
	font-size: 140%;
	font-weight: bold;
	color: #004433;
}
a.enlace_grande:hover {
	font-size: 140%;
	color: #343434;
}


