
html {
	min-height:100%;
	margin-bottom:1px;
	font-size:10pt;
}
html,
body,
form,
fieldset {
	font: Arial, Helvetica, sans-serif;
	
	margin:0;
	padding:0;
}
body {
	background:#bfb70a url(imagenes/fondo-bg.jpg) repeat;
	font: arial;
	color: #fff;
	text-align:center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ul,
ol,
dl {
	margin:1em 0;
	padding:0;
}
li,
dd,
blockquote {
	margin-left: 1em;
}
input,
select,
textarea {
	font-size: 100%;
	font-family:inherit;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a:active,
a:focus {
	outline: none;
}
hr {
	display:none;
}
.clear {
	clear:both;
}



/*****************************/

.input1 {
   background-color: #FFFFFF;

    text-align: center;
  }


#vensob {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 3;
    visibility: visible;
    left: -500px;
  }


.caltr {
    color: #000000;
    text-decoration: none;
    font: bold 12px "lucida sans unicode", arial, "times new roman", sans-serif;
    text-align: center;
  }


.caltds {
    color: #993300;
    font: bold 12px "lucida sans unicode", arial, "times new roman", sans-serif;
    width: 25px;
    text-align: center;
  }


.caltn {
    color: #333333;
    text-decoration: none;
    font: bold 12px "lucida sans unicode", arial, "times new roman", sans-serif;
  }


.caltd {
    color: #0000CC;
    text-decoration: none;
    font: bold 12px "lucida sans unicode", arial, "times new roman", sans-serif;
  }


.calth {
    color: #FF0000;
    text-decoration: none;
    font: bold 12px "lucida sans unicode", arial, "times new roman", sans-serif;
  }


.titulo_casa {
    font-family: Arial, Helvetica, sans-serif;
    font-size:11pt;
    font-weight:bold;
  }


.mensaje_por {
    font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
  }


.mensaje_texto {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: 000000;
    font-size: 9pt;
  }


.mensaje_fecha {
    font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    color:51764B;
  }


.mensaje_titulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
  }




/*
////////// TYPOGRAPHY //////////
*/




p,ul,ol,li,dt,dl,dd,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
  }


h1,h2,h3,h4,h5,h6 {
    font: 100% Arial Black, verdana, tahoma, sans-serif;
  }


h1 {
    font-size: 18pt;
  }


p {
    margin-bottom: 9px;
  }


h3 span {
    display: none;
    visibility: hidden;
  }


a {
    color: #fff;
    text-decoration: none;

  }


a:active {
    color: #a83020;
    border-bottom: 1px dotted #000;
  }


a:visited {
    color: #fff;
  }


a:hover {
    color: #a83020;

  }


h3 {
    height: 20px;
    width: 240px;
    margin: 20px 0 7px 0;
  }


.tit {
    color: #000000;
    font-weight: bold;
  }


.altn {
    color: #ffffff;
    background-color: #666666;
  }


#fuente {
    font: small/1.8em Palatino, Comic Sans MS, Helvetica, Arial, georgia, tahoma, verdana, tahoma, sans-serif;
  }


.p1,.p2,.p3,.p4,.p5 {
    padding: 0 30px 0 20px;
  }


#cabecera h1 {
    width: 100%;
    height: 100%;
    z-index: 4;
  }

/*
////////// CONTAINERS //////////
*/




* { padding: 0; margin: 0; }

/**************************************************************************
--------------------------- MAIN STRUCTURE --------------------------------
**************************************************************************/
#wrapper1 {
	width:100%;
	min-width:960px;
	background: url(imagenes/bg-top.jpg) repeat-x top; 
}
#wrapper2 {
	width:100%;
	background:url(imagenes/bg-center.png) no-repeat top;
}
#wrapper3 {
	width:100%;
	background:url(imagenes/header-bg.jpg) no-repeat top center;
	text-align:center;
	z-index:1;
	position:relative;
}
#wrapper4 {
	width:100%;
	background: url(imagenes/bg-bottom.jpg) no-repeat bottom;
	min-width:960px;
	min-height:300px;
	padding:0 0 0 0;
}
#container {
	margin:0 auto;
	width:960px;
	text-align:left;
	text-align:center;
}
#header {
	width:959px;
	height:185px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#page {
	width:960px;
	margin:0 auto;
}
#content {
	width:960px;
	min-height:706px;
	margin:0 0 auto;
	padding:0 0px 0px 0px;
	text-align:left;
	background: #A19C00 url(imagenes/content-bottom.jpg) no-repeat bottom;
	position:relative;
}
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**************************************************************************
------------------------------ MAIN COLUMN -----------------------------------
**************************************************************************/

/** -------------  Title  ---------- **/
#title {
	width:960px;
	margin:0 auto;
	padding:25px 20px 15px 20px;
	height:36px;
	text-align:left;
}
#title h1 {
	margin:0;
	color:#fff;
}

/**************************************************************************
------------------------------- FOOTER ------------------------------------
**************************************************************************/
#footer {
	width:960px;
	height:110px;
	margin:0 auto 8px auto;
	color: #000;
	font:normal 13px/40px Arial, Helvetica, sans-serif;
	
	text-align:center;
}
#footer p {
	margin:0;
}
#footer span {
	margin:0 4px;
}
#footer a {
	color:#6f5139;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}



/******************************/


#wrapper { 
 background-color: #FFFFFF;
 margin: 0 auto;
 width: 922px;
}
#faux {
 background-color: #FFFFFF;
 margin-bottom: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#navigation {
 color: #333;
 padding: 10px;
 margin: 0px 0px 5px 0px;
/* background: #8D860B; */
}
#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 120px;
 float: right; background-color: #FFFFFF;
}
#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 758px;
 display: inline;
 position: relative;background-color: #FFFFFF;
}
.clear { clear: both; background: none;}

#Cleft {  background-color: #bfb70a; height: 50px; text-align: center;z-index: 10; }

/************************/






#imagemovil {
    margin: 0 0 0 190px;
    height: 65px;
  }







/*
////////// LISTS //////////
*/





#menu {
    position: absolute;
    top: 165px;
    margin-left: 10px;
    background: url(imagenes/left_bg3.jpg) repeat-y top left;
    width: 150px;
    z-index: 5;
  }


#menu2 {
    font: 9px/12px georgia, tahoma, verdana, arial, helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;
    width: 145px;
  }


#menu ul {
    list-style: none;
  }


#menu li {
    margin: 0 15px;
    border-top: 4px dotted #cede3d;
    padding: 8px 0;
    text-transform: uppercase;
  }


#menu li a {
    display: block;
    color: #136742;
    font: bold 11px/16px georgia, tahoma, verdana, arial, helvetica, sans-serif;
    text-transform: none;
  }


#menu li a:hover {
    color: #a83020;
    border: none;
  }


#menu li a.c {
    color: #333;
    font-size: 9px;
    font-weight: normal;
    display: inline;
    padding: 0;
    text-transform: uppercase;
  }


#menu li a.c:hover {
    color: #888;
  }


#lascasuchas .link, #elcastell .link {
    display: inline;
    font-weight: normal;
    font-size: 9px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }


#ltarifas li a {
    display : inline;
    font-size : 9px;
    font-weight : normal;
    line-height : 15px;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-transform : capitalize;
  }


#lmenu h3, #lcasucha1 h3, #lcasucha2 h3, #lidiomas h3 {
    width: 150px;
    height: 30px;
    margin: 0 0 0 0;
  }


#lmenu h3 {
    background: transparent url(imagenes/menu.jpg) no-repeat;
  }


#lascasuchas h3 {
    background: transparent url(imagenes/lascasuchas.jpg) no-repeat;
  }


#elcastell h3 {
    background: transparent url(imagenes/elcastell.jpg) no-repeat;
  }

#cuadroBase h3 {
    background: transparent url(imagenes/masinfo.jpg) no-repeat;
  }

#lidiomas h3 {
    background: transparent url(i2mg/cuadro_idiomas.jpg) no-repeat;
  }


#menu_der {
    top: 0px;
    position: relative;
    width: 10px;
    background-image: url(img/marcos/menu_der.gif);
  }

/*********************************(
(* LAVALAMP
/***********************************/

/* Styles for the entire LavaLamp menu */
.lavaLamp {
            position: relative;
            height: 18px;
            width: 800px;
          
            padding: 4px;
            margin: 1px 0;
            overflow: hidden;
        
}
    /* Force the list to flow horizontally */
.lavaLamp li {
        float: left;
        list-style: none;
 }
        /* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
                        border: 1px solid #bfb70a;
                        background-color: #bfb70a;
                        width: 10px;
                        height: 20px;
                        z-index: 8;
                        position: absolute;
        }


        /* Styles for each menu-item. */
.lavaLamp li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 20px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 8px;
        }

.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }

/******************************/
/* S3SLIDER */


#s3slider {
width: 960px; /* mismo ancho que las imagenes */
height: 400px; /* misma altura que las imagenes */
position: relative; /* importante */
overflow: hidden; /* importante */
}

#s3sliderContent {
width: 960px; /* mismo ancho que las imagenes */
position: absolute; /* importante */
top: 0; /* importante */
margin-left: 0; /* importante */
}

.s3sliderImage {
float: left; /* importante */
position: relative; /* importante */
display: none; /* importante */
}

.s3sliderImage span {
position: absolute; /* importante */
left: 0;
font: 10px/15px Arial, Helvetica, sans-serif;
padding: 10px 13px;
width: 374px;
background-color: #000;
filter: alpha(opacity=70); /* here you can set the opacity of box with text */
-moz-opacity: 0.7; /* here you can set the opacity of box with text */
-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
opacity: 0.7; /* here you can set the opacity of box with text */
color: #fff;
display: none; /* important */
top: 0;

/*
si pones
top: 0; -> la caja de texto se mostrará en la parte superior
si pones
bottom: 0; -> la caja de texto se mostrará en la parte inferior
*/
}

.clear2 {
clear: both;
}

/*******************
 GALERY 

**********************/

.caption{font-style:italic; font-size: bold; color:#fff;}
.demo{position:relative;margin-top:2em;}

.ra_gallery{width:702px;margin:0 auto;}
.ra_gallery li{width:90px;height:90px;border:3px double #111; margin: 0 2px;background:#000; }
.ra_gallery li div{left:240px}
.ra_gallery li div .caption{font:italic 0.7em/1.4 georgia,serif; color:#000;}


#main_image{margin:0 auto 0px auto;min-height:820px;width:960px;background:#A19C00; }
#main_image img{margin-bottom:10px; margin-top:80px;}

.galleria{list-style:none;width:900px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:80;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


	
.nav{padding-top:15px;clear:both;letter-spacing:3px;text-align: justify; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;	font-size:90%;}

/************************++
* DATE PICKER
***************************/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

fieldset {
	margin: 1em 0;
	padding: 0 10px;
	width: 900px;
}
label {
	width: 208px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
#chooseDateForm li {
	list-style: none;
	padding: 5px;
	clear: both;
}
select {
	width: 100px;
}
input {
	width: 170px;
	margin: 5px 0;
}
input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(imagenes/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
pre.sourcecode {
	border: 2px dashed #ccc;
	padding: 10px;
	width: 734px;
	overflow: auto;
	margin: 0 0 20px;
}

/* END OF PAGE --> */
