body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	font-size:12px;
	background-color:#fff;/* CAMBIA AQUÍ EL COLOR DEL FONDO. */
	
}

/* ESTOS SON LOS TÍTULOS. */
h1 {
	color:#333333;  /* CAMBIA AQUÍ EL COLOR DEL TITULO. */
}
 h2 {
	color:#996600;  /* CAMBIA AQUÍ EL COLOR DEL TITULO. */
}
/* ESTE TAMBIÉN HAY QUE CAMBIARLO PARA LOS TITULOS*/
.twoColFixRtHdr #mainContent h1 {
	margin: 0; 
	padding: 0px 0; 
	color:#333333;
	font-size:14px;
	padding-bottom:5px;
	
}

h1 {
	color:#333333;  /* CAMBIA AQUÍ EL COLOR DEL TITULO. */
}
h1 {
	margin: 0; 
	padding: 0px 0; 
	color:#006600;
	font-size:14px;
	padding-bottom:5px;
}
h2 {
	margin: 0; 
	padding: 0px 0; 
	font-size:16px;
	padding-bottom:5px;
	font-weight:normal;
}
/* ****************************** */
/* DE AQUÍ PARA ABAJO NO DEBERÍAS TOCAR NADA A MENOS QUE SEPAS LO QUE ESTÁS HACIENDO */

h3 {
     margin: 0; 
	padding: 0px 0;
	padding-top:2px; 
	padding-left:2px; 
	color:#333;
	height:19px;
	font-size:15px;
}


p {
margin-top:0;
padding-top:0;
color:#333;
}

.verde {
color:#999900;
}
.rojin {
color:#990000	
}
.azul {
color:#0033CC;
}
.gris {
 color:#333333;
}
.gris_99 {
 color:#999;
}

#container { 
	width: 980px;  
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
	margin-top:10px;
	padding-left:20px;
	position:relative;
} 

.twoColFixRtHdr #container { 
	/*width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	margin-top:10px;*/
	margin-top:0px;
} 
.logo_cont {
	float:left;
	margin-bottom:10px;
	margin-top:5px;
}
.twoColFixRtHdr #header { 
	height:95px;
	padding:3px 20px 0 0px;
}
.twoColFixRtHdr #subheader { 
	border-top: solid 1px #CCCCCC;
	width:975px;
	clear:both;
	padding-top:5px;
} 
.twoColFixRtHdr #header-left h1 {
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	margin: 0; 
	padding: 0px 0; 
/*	color:#0033CC;*/
	font-size:19px;
	letter-spacing:3pt;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	border-left: solid 0px #ccc;
	text-align:right;
	height: 100%;
}
#sidebar1 p {
	text-transform: uppercase;
	 color:#333333;
	 font-size:12px;
}
.twoColFixRtHdr #mainContent { 
	width:797px;
	/*margin: 0 190px 0 0; */
	padding: 0 0px; 
	overflow:visible;
	position:relative;
	border-right: solid 1px #ccc;
	padding-right:2px;
} 

.twoColFixRtHdr #seach-box {
	padding:3px;
	padding-left:0px;

}

#buscame_box {
	background-color:#FAFAF7;
	background: -moz-linear-gradient(top, #BBBB98 0%, #FAFAF7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BBBB98), color-stop(100%,#FAFAF7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBBB98', endColorstr='#FAFAF7',GradientType=0 ); /* ie */
	border:1px #999 solid;
	height:200px;
	padding-top:9px;
	/* -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 0px;*/
}
.blanco {
	color:#FFF;
	font-size:11px;
}
.negrito {
	font-size:11px;
}
.srch {
/*	padding: 2px 10px 2px 20px; 
	width:170px;*/
	
}
.twoColFixRtHdr #seach-box h4 {
	margin: 0; 
	padding: 0px 0; 
	color:#FFF;
	font-size:14px;
}
.twoColFixRtHdr #footer { 
background-color:#fff;
width:850px;
margin:auto;
margin-top:45px;
clear:both;
	border-top: dotted 1px #CCCCCC;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subsidebar {
font-weight:bold;
background-color:#E5E5D9;
padding:3px;
padding-top:7px;
}
.vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 163px;
padding: 0px;
margin: 0px;
margin-bottom:20px;
font-weight:bold;
background-color:#E5E5D9;
}
.vertmenu h3{
font-weight:lighter;
font-size:11px;
background-color:#999966;
padding:0px;
margin-top:-1px;
height:11px;
color:#FFF;
}

.vertmenu ul {
list-style: none;
margin: 0px;
margin-left:0px;
padding: 0px;
border: none;
}
.vertmenu ul li {
margin: 0px;
padding: 0px;
}
.vertmenu ul li {
margin: 0px;
padding: 0px;
padding-left: 0em;
}

.vertmenu ul li a {
display: block;
/*border-bottom: 1px dotted #C39C4E;*/
padding: 7px 5px 2px 0px;
text-decoration: none;
color: #333;
width:160px;
font-weight:lighter;
font-size:12px;
}

.vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

.vertmenu h3 {
padding:5px;
}
a:link {
	color: #666666;
	text-decoration:none;
	
}
a:visited {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #0033CC;
}
.lnk_azul a{
color:blue;
text-decoration:none;
}
.lnk_azul a:hover{
color:blue;
text-decoration:none;
}
.lnk_azul a:visited{
color:blue;
text-decoration:none;
}


.lnk_verde a{
color:#0033CC;
text-decoration:none;
}
.lnk_verde a:hover{
color:#0033CC;
text-decoration:underline;
}
.style1 {
	color: #4F75B6;
	font-weight: bold;
}
.boxy {
background-color:#E7E6E4;
padding:3px;
}
.style2 {
padding: 3px; 
color:#666666;}

.apt-box h2 {
font-size:14px;
color:#333;
padding-bottom:0px;
margin:0px;
height:20px;
font-weight:bold;
}
.apt-box2 h2 {
font-size:14px;
color:#333;
padding-bottom:0px;
margin:0px;
height:20px;
font-weight:bold;
}
.apt-box h3 {
font-size:12px;
color:#996633;
padding-bottom:10px;
padding-top:10px;
margin:0px;
height:30px;
font-weight:lighter;
text-transform: uppercase;
}
.apt-boxX h3 {
font-size:12px;
color:#996633;
padding-left:5px;
margin:0px;
text-transform: uppercase; 
}
.otro-box h3 {
font-size:12px;
color:#996633;
padding-bottom:10px;
padding-top:10px;
margin:0px;
height:30px;
font-weight:lighter;
text-transform: uppercase;
}
.otro-box {
	width:840px;
	padding:5px;	
	margin-top:20px;
	margin-bottom:40px;
}
.apt-box {
	width:780px;
	padding:5px;	
	margin-top:10px;
	margin-bottom:30px;
	border:1px #F7F2EE solid;
	color:
}
.apt-boxX {
 width:630px;
	padding:5px;	
	margin-top:10px;
	margin-bottom:30px;
}

.apt-box2 {
	width:630px;
	padding:5px;	
	margin-top:10px;
	padding-bottom:20px;
	margin-bottom:30px;
}
.apt-box2 a:link, .apt-box a:link, {
	text-decoration:none;
}



.titulo_apt {
	position:RELATIVE;
	height:23px; background-image:url(../img/lookandfeel/fondo_apt1.png); background-repeat:no-repeat; padding:0; margin:0;
	left:-6px;
	top:-29px;
	width:230px;
	height:24px;
	margin-bottom:-24px;
	padding-left:8px;
}
.titulo_apt2 {
	position:RELATIVE;
	height:23px; background-image:url(../img/lookandfeel/fondo_apt2.png); background-repeat:no-repeat; padding:0; margin:0;
	left:-6px;
	top:-29px;
	width:230px;
	height:24px;
	margin-bottom:-24px;
	padding-left:8px;
}
.style3 {
	font-size: 11px;
	color: #333333;
}
 .calendario {
 width:189px;
 float:left;
 }
 
 /*CALENDARIO */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000;
		background-color: #ffffff;
	        opacity:.98 !important;           
        filter:alpha(opacity=98);  
	border: 1px solid #AAAAAA;
	padding:5px;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
background: #006600;
color:#fff;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #fff;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #fff;
	border: 1px solid #888888;
	cursor: pointer;
	color: gray;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #fff;
	border: 1px solid #fff;
	color: gray;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color:#fff;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #000;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #006600;
	padding: 0px;
	border:0px;
	 cursor:pointer;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-size: 10px;
	color: white;
	background: #99cc00;
	padding: 0px;
	border:0px;
	 cursor:pointer;
	}
	
input {
font-size:11px;
border:1px solid #333333;
}
select {
font-size:11px;
}
label
{
width: 120px;
float: left;
text-align: right;
margin-right: 10px;
display: block;
padding-top:5px;
}
.boton {
	background-color: #999900;
	cursor: pointer;
	color: white;
	padding:3px;
	height:18px;
	border:1px dotted #FFFFFF;
	}
.boton a:link, .boton a:visited, .boton a:active, .boton a:focus {
color: #FFF;
}	
 .boton a:hover {
color: #ccc;
}	

	
.fade-box {
		width: 330px;
		text-align:center;
	}

	#image-container {
	width: 330px;
	height: 150px;
	background: url(images/fade-image-bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;						
	}
	
	.resaltado {
	color: #0033CC;
	font-weight: bold;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	background-color:#006600;

}

a.button span {
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
}
a.button:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
		background-color:#009900;
}

a.button:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 10px; /* push text down 1px */
}

a.button2 {
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	background-color:#006600;
	-moz-border-radius: 3px;
border-radius: 3px; 
}

a.button2 span {
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
}
a.button2:hover {
    background-position: bottom right;
     color: #fff;
    outline: none; /* hide dotted outline in Firefox */
	background-color:#009900;
}

a.button2:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 10px; /* push text down 1px */
}
a.button:active { 
 color: #fff;
}
a.button2:active { 
 color: #fff;
}
a.button2:visited {
	color: #fff;
}
a.button:visited {
	color: #fff;
}

.lastminute {
background-color:#cc0000; padding-top:3px; padding-bottom:3px; margin-top:5px; margin-bottom:5px;
margin-left:-3px;
padding-left:5px;
}
.lastminute a:link, .lastminute a:visited, .lastminute a:active, .lastminute a:hover{
color:#FFFFFF;
}
.error {
display: inline;
	color: #CC3333;
	font-size:10px;
	font-weight:bold;
}
#texto_fijo{
margin-top:45px;
}
.cheat_top {
height:55px;
}
.verde2 {
color:#006600;
}
.rojo {
background-color:#CC0000;
width:98%;
padding:2px;
}
.verde3 {
	background: #999966; /* old browsers */
background: -moz-linear-gradient(left, #999966 1%, #CACAC8 50%, #999966 100%); /* firefox */

background: -webkit-gradient(linear, left top, right top, color-stop(1%,#999966), color-stop(50%,#CACAC8), color-stop(100%,#999966)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999966', endColorstr='#999966',GradientType=1 ); /* ie */
width:98%;
padding:2px;
}

#cargando {
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0%;
  background-color:#fff;
  z-index: 99;
  text-align: center;
  width: 100%;
  padding-top: 25px;
  opacity:0.8;filter:alpha(opacity=80);
  padding-top:300px;
  color:#000;
  font-size:20px;
  
}
.inpy {
	width:70px;
	height:20px;
	border:0px;
}
.inpy2{
	width:50px;
	height:20px;
	border:0px;
}
.tit_gris{
	color:#333;
	padding:5px;
	font-size:15px;
	width:785px;
	background: #999966; /* old browsers */
	background: -moz-linear-gradient(left, #999966 1%, #CACAC8 50%, #999966 100%); /* firefox */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#999966), color-stop(50%,#CACAC8), color-stop(100%,#999966)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999966', endColorstr='#CACAC8',GradientType=0 ); /* ie */
}
.offer {
 color:#990000;
}
a.under{
	text-decoration:underline;
}
.price {
	-moz-border-radius: 8px;
border-radius: 8px;
background-color:#999966;
padding:8px;
padding-bottom:3px;
}
.price2 {
	-moz-border-radius: 8px;
border-radius: 8px;
background-color:#999966;
padding:8px;
padding-bottom:3px;
}
.small {
	font-size:10px;
}
.grisborde{
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 background-color:#ccc;
}
a.buttond {
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
	background-color:#006600;
	-moz-border-radius: 3px;
border-radius: 3px; 
}

a.buttond span {
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
}
a.buttond:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
		background-color:#009900;
}

a.buttond:hover span {
    background-position: bottom left;
    padding: 3px 0 3px 10px; /* push text down 1px */
}
