/*
	Características generales de la pàgina
	
	COLORES #
	
*/
	
	
	
body {
	background-color: #808066;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font: 12px/14px Arial;
	text-align: center;
}

img {
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
}

div#contenedor {
	border: 0px solid #000;
	background-color:#fff;
	/*background-image: url(../imagenes/sombra.jpg);
	background-position	: right top;
	background-repeat	: repeat-y;*/

	margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	
	position:relative;
	display: block;
	width: 760px;
    z-index: 0;
	text-align: left;
}

div#banner {
	width: 100%;
	height: 191px;
	background-color: #fff;
	z-index: 1;
	/*border:1px solid #f00;*/
}

div#contenido {
	width: 100%;
	background-color: #fff;
	margin-top: -2px;
	z-index: 1;
	margin-left:30%;
	border: 0px solid #f00;
	*margin-top: 0px; !important;
}

html>body #contenido {
	width: 70%;
}


div#menuTop {
	position:relative;
	bottom:0px;
	margin-top:-20px;
	left:270px;
	width:65%;
	z-index:2;
}


div#menuTop a {
	color: #a5c502;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial;
	margin-right:50px;
}

div#menuTop a:hover {
	text-decoration: underline;
}

#menuAbsoluto {
	width:41.5%;
	border:0px solid #f00;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 191px;
	left: 0px;
}


html>body #menuAbsoluto {
	width: 29%;
}

#enlaces {
	width: 97%;
	margin-top: -3px;
	*margin-top: -3px !important;
	*width: 97.3% !important;
}

html>body #enlaces {
	margin-top: 0px;
}

.submenu {
	background-color: #cbcaac;
	height:auto;
	border-bottom: 1px solid #727153;
	text-align:right;
}

.submenu a {
	padding: 0.5em 5% 0.5em 0px;
	display:block;
	text-decoration:none;
	color: #727153;
	font-weight:bold;
}

.submenu a:hover {
	text-decoration:underline;
}

#submenuAgroturismo {
	position: absolute;
	top: 190px;
	z-index:11;
	width: 100px;
	background-color: #33331b;
	/*height: 50px;*/
	left:477px;
	text-align:center;
	display:none;
}

div#submenuAgroturismo a {
	color: #a5c502;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial;
	margin-right:50px;
	width:100%;
	display:block;
	margin:3px 0px 3px 0px;
}

div#submenuAgroturismo a:hover {
	text-decoration: underline;
}

#titular {
	position: absolute;
	top: 15px;
	left: 0px;
	text-align:right;
	width: 93%;
	font-weight:bold;
	color: #a5c502;
	font-size: 12px;
}

.activado {
	background-color: #a5c502;
}


#tituloApartado {
	font-size: 30pt;
	font-weight: bold;
	color: #5b7a05;
	border-bottom: 1px solid #a5c502;
	padding-bottom: 0px;
	width: 91%;
	line-height: 120%;
	margin-left: 20px;
}

.texto {
	padding: 20px 27px 20px 20px;
	color: #504E53;
	text-align: justify;
	font-size: 12px;
	text-indent: 15px;
}

.textoFoto {
	padding: 0px 0px 20px 20px;
	color: #504E53;
	text-align: justify;
	font-size: 12px;
	text-indent: 15px;
}


.subtituloApartado {
	color: #a5c502;
	font-size: 15pt;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	line-height: 130%;
}


#imagenGrande {
	width: 100%;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#imagenGrande img {
	width: 507px;
}

/*CALENDARIO*/
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #fff;
	text-align: center;
	margin-top: 25px;
	margin-left:25px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #c9c9aa;
	color: #fff;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-family: Times New Roman;
	font-size: 10px;
	background-color: #ffffff;
	color: #fff;
	border-bottom: 1px solid #627b8b;
	display: none;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000000;
	background-color: #ffffff;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
	border: 0px solid #b2cf0e;
}

.monthday a {
	color: #000;
}

.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #b2cf0e;
	color: #fff;
	height:20px;
	width:20px;
}

.today a {
	color: #fff;
}


.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #b2cf0e;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height:20px;
	width:20px;
	border: 0px solid #b2cf0e;
}
.sunday a {
	color: #000;
	background-color: #b2cf0e;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	height:20px;
	width:20px;
	border: 0px solid #b2cf0e;
}
.saturday a {
	color: #000;
	background-color: #b2cf0e;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #b2cf0e;
	height:20px;
	width:20px;
}
.event a {
	background-color: #b2cf0e;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #b2cf0e;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #b2cf0e;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #b2cf0e;
	background-color: #b2cf0e;
	color: #fff;
	height:20px;
	width:20px;
}
.todayevent a {
	color: #fff;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	background-color: #b2cf0e;
	border-width: 1px;
	width: 100%;
}


.negrita {
	font-weight: bold;
}
