@charset "utf-8";
/* CSS RESETEO DE ESTILOS */
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* para preservar line-height y apariencia de selectores */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*permitir escalado en IE*/
input, textarea, select {
*font-size:100%;
}
/*porque legend no hereda en ID */
legend {
	color:#000;
}
/* ----------------- FIN RESETEO ----------------------- */
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* ----------------- TOP ----------------------- */
#top {
	width: 960px;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/albergue-cerezos.gif);
	background-repeat: no-repeat;
	height: 165px;
}
/* ----------------- PRINCIPAL ----------------------- */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
	background-image: url(images/bg4.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#menu ul {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	width: 250px;
}
#menu li {
	width: 250px;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE3BE;
}
#menu li a {
	text-decoration: none;
	color: #7E9F20;
	display: block;
	width: 205px;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-left: 45px;
	background-image: url(images/pin2.gif);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}
#menu li a:hover {
	color: #5E7517;
	text-decoration: none;
	background-color: #F3F6EA;
	background-image: url(images/pin2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu p {
	font-size: 12px;
	padding-left: 10px;
	background-color: #A80000;
	height: 20px;
	width: 240px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
}
/* ----------------------- CONTENIDO ------------------------------ */
#contenido {
	width: 690px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	left: 20px;
	clear: none;
	float: right;
	padding-right: 20px;
}
#contenido strong {
	color: #990000;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
	color: #0000FF;
	text-decoration: underline;
}
#contenido a:hover {
	color: #000099;
	text-decoration: underline;
}
#contenido h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
#contenido h1 {
	font-size: 26px;
	color: #D70202;
}
#contenido h2 {
	font-size: 22px;
	color: #CC0000;
	background-color: #fff1f1;
}
#contenido h3 {
	font-size: 20px;
	color: #7e9f20;
}
#contenido h4 {
	font-size: 16px;
	color: #669900;
	background-color: #f8fff1;
}
#contenido p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 16px;
}
#contenido .imgizq {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: none;
	float: left;
	margin-right: 10px;
}
#contenido .imgborde {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	clear: none;
	float: right;
}
#detalle {
}
#detalle ul {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;
}
#detalle li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
/* ---------------- S3SLIDER ------------------------ */
#slider {
	width: 690px; /* important to be same as image width */
	height: 290px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-bottom: 15px;
}
#sliderContent {
    width: 690px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
	position: absolute;
	padding: 10px 13px;
	width: 690px;
	background-color: #003300;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #fff;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 18px;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider ul { list-style-type: none;}
/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
	width: 99%;
}
label {
	display:block;
	font-weight:bold;
	color: #7e9f20;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #D70202;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	color: #D70202;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #D70202;
}
select {
	border: 1px solid #666666;
}
input:focus, textarea:focus {
	background-color: #FFFFCC;
}
/* *************** MAPA GOOGLE **************** */
#map {
	height: 300px;
	width: 684px;
	margin-top: 10px;
	border: 3px solid #d70202;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {  
    border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
}  
.info {  
    color: #00529B;  
    background-color: #BDE5F8;  
    background-image: url('images/info.png');  
}  
.ok {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/ok.png');  
}  
.atencion {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/atencion.png');  
}  
.nok {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/nok.png');  
}
/* ********************** PIE ********************** */
#pie {
	width: 100%;
	height: 123px;
	overflow: visible;
	clear: both;
	margin-top: 10px;
	padding-top: 40px;
	background-image: url(images/bg3.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #F4F7EE;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E7ECDB;
}
#pie p{
	font-size: 12px;
	color: #7E9F20;
	text-align: center;
}
/* ********************* GALERIA ******************************* */
#galeria{
	padding-top: 10px;
	padding-bottom: 10px;
}
#galeria .marco {
	text-align: center;
	border: 1px solid #7e9f20;
	padding: 5px;
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#galeria img {
	background-color: #FFFFFF;
	border: 1px solid #DFEFAD;
	clear: both;
	padding: 4px;
}
#galeria p {
	font-size: 10px;
	color: #666666;
}
/* ****************** CALENDARIO ******************** */
#calendario{
	border-collapse: collapse;
	width: 220px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #7e9f20;
	border-left-color: #7e9f20;
	font-size: 14px;
	color: #7e9f20;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#calendario a:link, #calendario a:visited, #calendario a:active {
	color: #000000;
	text-decoration: none;
}
#calendario a:hover {
	color: #000066;
	text-decoration: underline;
}
#calendario #navegacion{
	background-color: #7e9f20;
	font-weight: bold;
	color: #FFFFFF;
}
#calendario #semana{
	background-color: #f3f6ea;
	font-weight: bold;
}
#calendario td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7e9f20;
	border-bottom-color: #7e9f20;
	text-align: center;
	color: #000000;
}
#calendario #diahoy{
	background-color: #fffb88;
}
#calendario #hoyevento{
	background-image: url(../images/hayeventohoy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fffb88;
}
#calendario #evento{
	background-image: url(../images/hayevento.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
