/* Start of CMSMS style sheet 'las_moreras' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
html {
  background: #000 url(images/cms/fd_html.jpg) no-repeat fixed top center;   


}
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
{
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}
a:active {
color: #fff;

}
a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #284106;
   color: #fff;
}



/*****************
basic layout 
*****************/
body {
   color: #333;
    margin:1em 3em 1em 3em;  gives some air for the pagewrapper */

}

/* center wrapper, min max width */
div#pagewrapper {
   border: 1px solid #000;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color: black;

 

}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 100px; /* adjust according your image size */
   background: #fff url(images/cms/fd_header.jpg) no-repeat right 0;
      
}

div#header h1 a {
/* you can set your own image here */
   background: transparent url(images/cms/logo.gif) no-repeat 0 0; 
   display: block; 
   height: 90px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
      background: #fff;

}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div#content {
   /* some air abobe and under menu and content */
   padding-top: 10px;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/cms/white.png');
background: url(images/cms/white.png);
*background-image: none;

}

div#main {
   margin-left: 8%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 8%; /* and some air on the right */
   min-height: 370px;
   overflow:hidden;
   height:expression(
    this.scrollHeight < 370? "370px" : "auto" );
   text-align: justify;


}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 2%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
 padding: 0 1%;
   width: 1px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   clear:both;       /* keep footer below content and menu */
   color: #89A366;
   border-top: 1px solid #89A366;
   width: 100%;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src="images/cms/black.png");
   background: url(images/cms/black.png);
    *background-image: none;
 }

div#footer p {
   font-size: 0.8em;
   padding: 1em 1.8em 1em 1.8em;      /* some air for footer */
   text-align: left; /* centered text */
   margin:0;
   line-height: 16px;
}

div#footer .cmsmade {
    width: 85px;
height: 30px;
   float: right; 
   clear: both;
   margin: 0.4em 15px 0 0;
   text-align: right;
}
div#footer .cmsmade a{
font-size: 0.8em;
color: #89A366;
line-height: 20px;
}
div#footer .cmsmade a:hover{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

div#footer p a {
   color: #89A366; /* needed becouse footer link would be same color as background otherwise */
}
div#footer p a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {
width: 100%;
}
div#content p {
margin-top: 5px;
margin-bottom: 5px;

}
.corrido {
margin-left: 20px;
text-align: justify;
line-height: 15px;
}

/********************
IMAGENES
*********************/
div#supletorio {
display: block;


}
div#supletorio .container_p {
   width: 100%;
}

div#supletorio .image_left {
float: left;
margin: 15px 15px 10px 0;
}
div#supletorio .textoder_car{
display: block;
}
div#supletorio .texto_der {
margin: 0 24px 0 0;
float: right;
line-height: 16px;
}
div#supletorio .spacer {
clear: both;
}
div#supletorio .image_left img{
border: 3px solid #395412;

}
div#supletorio .image_right {
float: right;
margin: 15px 0 10px 15px;
}

div#supletorio .image_right img{
border: 3px solid #395412;

}
div#supletorio .image_right .noborder{
border: 0px;

}
div#supletorio .image_left .noborder{
border: 0px;

}
div#supletorio .extra {
display: block;
}
div#supletorio .image_hotel3 {
height: 100px;
float: left;
margin-right: 10px;
}
div#supletorio a {
background-color: transparent;
}
div#supletorio a:link img{
border: 3px solid #395412;
}
div#supletorio a:hover img{
border: 3px solid #7C1C20;
}

*/

/********************
FIN DE IMAGENES
*********************/

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   background: transparent url(images/cms/lm.gif) no-repeat right;
   color: #7C1C20; 
   font-size: 1.4em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0px;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #7C1C20; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
   font-weight: bold;
}
div#content h3 {
   background: transparent url(images/cms/star.gif) no-repeat left;
   padding-left:18px;
   color: #7C1C20; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 11px 0 8px 0;
   font-weight: bold;
}
div#content h4 {
   background: transparent url(images/cms/star.gif) no-repeat left;
   padding-left:18px;
   color: #7C1C20; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 11px 0 8px 269px;
   font-weight: bold;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   color: #284106;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
   color: #7C1C20;
}
em, i {
/* explicit setting for these */
color: #7C1C20;
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'las_moreras' */

/* Start of CMSMS style sheet 'slimbox' */
/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #3F0004;
}

.lbLoading {
	background: #3A4974 url(images/cms/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #3F0004;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #3F0004;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/cms/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* End of 'slimbox' */

/* Start of CMSMS style sheet 'Tablas' */
#supletorio table { 
font:0.9em Verdana, Arial, Helvetica, sans-serif; 
background-color:#E6E6E6; 
}

#supletorio thead th { 
background:#7C1C20; 
color:#fff; 
padding:4px; 
border-top:1px solid #F8E0E1; 
border-left:1px solid #F8E0E1; 
border-bottom:1px solid #4F0000; 
border-right:1px solid #4F0000;
text-align: center;
}

#supletorio tfoot th { 
background:#F29601; 
color:#724809; 
padding:2px; 
font-size:0.8em; }

#supletorio tfoot td { 
background:#FC0; 
color:#724809; 
font-weight:bold;  
font-size:1.2em; 
padding:0px 5px; }

#supletorio .odd {  
}

#supletorio tbody td { 
background:#DCE3D2; 
color:#000; 
padding:2px; 
text-align:center; 
border-top:1px solid #FFF; 
border-left:1px solid #FFF; 
border-bottom:1px solid #AFB5B8; 
border-right:1px solid #AFB5B8;  
}

#supletorio tbody th {
	background:#89A366;
	color:#DCE3D2;
	padding:2px;
	text-align:center;
	border-top:1px solid #DCE3D2;
	border-left:1px solid #DCE3D2;
	border-bottom:1px solid #52633A;
	border-right:1px solid #52633A;
}
#supletorio .observ {
width: 655px;
margin: 5px 0 0 0;
font-size:0.9em;
font-variant: small-caps;
color: #284106;
text-align: right;



}

/* End of 'Tablas' */

/* Start of CMSMS style sheet 'formulario' */
div#content .container_f {
   width: 504px;
}
div#content .derecha {
width: 192px;
float: right;
display:block;
}

.form_contacto {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   width: 100%;
   min-height: 370px;
   overflow:hidden;
   height:expression(
    this.scrollHeight < 370? "370px" : "auto" );
      filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/cms/fd_lasmorerasie.png');
background: url(images/cms/fd_lasmoreras.png) no-repeat 550px top;
*background-image: none;
}
.label_contacto {
   height: 15px;
   margin: 8px 0 0px 0;
   color: #89A366;
   font-weight: bold;
   font-size: 0.9em;

}
.aclaraciones {
   height: 15px;
   margin: 18px 0 0px 0;
   font-weight: normal;
   font-size: 0.9em;
   color: #284106;
}
div#content .form_contacto input {
margin-left:0;
_margin-left: -63px;
width: 63%;
border: 1px solid #89A366;
padding: 2px 0 2px 5px;
   color: #284106;
   font-size: 0.9em;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/cms/fd_form.png');
background: url(images/cms/fd_form.png);
*background-image: none;
}

div#content .form_contacto textarea{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
height: 170px;
width: 63%;
margin-left:0;
_margin-left: -63px;
border: 1px solid #89A366;
padding: 2px 0 2px 5px;
   color: #284106;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/cms/fd_formarea.png');
background: url(images/cms/fd_formarea.png);
*background-image: none;
overflow: auto;
}
div#content .form_contacto .ffsubmit {
             text-align: left;
             font-size: 1.1em;
             color:#284106;
             margin: -20px 290px 25px 0;
             _margin: -20px 223px 25px 0;
             background:url(images/cms/go.gif) no-repeat 50px 2px; 
             height: 28px;
             float: right;
             width: 80px;
             border: 0;
             

}
div#content .form_contacto select {
color: #284106;
border: 1px solid #89A366;
background: #E1E8D4;
min-width: 45px;
}
div#content .exito {
line-height:16px;
width: 500px;

}

a.reservas {
color:#000;
font-weight:bold;
text-align:left;
font-size: 14px;
width: 220px;
margin: -32px 0 20px 315px;
display:block;
}
a.reservas:hover {
color:#fff;
}
/* End of 'formulario' */

