@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #C2BEB5;
	background-image: url(../img/bgGen2.jpg);
	background-repeat: repeat-x;	
}
.twoColFixRtHdr #wrap { 
	background-image: url(../img/bgGen1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRtHdr #container {
	width: 966px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/bgGen1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #CBC6C0;
} 
.twoColFixRtHdr #header { 
	height:460px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* 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 */
	padding: 15px 35px 15px 0px;
}
.twoColFixRtHdr #sidebar1 img{
	margin:10px 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 10px 310px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
.twoColFixRtHdr #promosContent { 
	margin: 10px 310px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
.twoColFixRtHdr #mainContent .leftContent{
	color:#4B4A46;
	padding:30px 35px;
	margin:15px 0;
	line-height:18px;
	background-image: url(../img/bgContent1.png);	
}
.twoColFixRtHdr #promosContent .leftContent{
	color:#4B4A46;
	padding:30px 35px;
	margin:15px auto;
	line-height:18px;
	background-image: url(../img/bgContent1.png);
	width:830px;
}
.twoColFixRtHdr #promosContent .leftContent table.promoItem{
	border-bottom:1px solid #999;
	margin-bottom:30px;
}
.twoColFixRtHdr #promosContent .leftContent table.promoItem td.description{
	padding-right:10px;
}
.twoColFixRtHdr #promosContent .leftContent table.promoItem td.description img{
	padding-right:10px;
	padding-bottom:10px;
}
.twoColFixRtHdr #promosContent .leftContent h3{
	font-size:20px;
	margin-bottom:5px;
}
.twoColFixRtHdr #promosContent .leftContent table.promoItem td.details{
	padding-left:10px;
	width:200px;
	border-left:1px solid #999;
}
.twoColFixRtHdr #promosContent .leftContent table.promoItem td.details strong{
	font-weight:bold;
	font-size:15px;
}
.twoColFixRtHdr #promosContent .leftContent table.promoItem td.details li{
	list-style:circle;
	margin-left:15px;
	font-size:11px;
}
.twoColFixRtHdr #promosContent .leftContent table.promoItem td.details .price{
	font-size:20px;
}
.twoColFixRtHdr #mainContent h1{ 
	font-size:30px;
	padding-bottom:10px;
}
.twoColFixRtHdr #mainContent h2{ 
	font-size:20px;
	padding:10px 0;
}
.twoColFixRtHdr #mainContent h3{ 
	font-size:17px;
	font-weight:bold;
	padding:10px 0;
}
.twoColFixRtHdr #mainContent a{ 
	color:black;
}
.twoColFixRtHdr #mainContent p{ 
	padding:10px 0;
}
.twoColFixRtHdr #mainContent p strong{ 
	font-weight:bold;
}
.twoColFixRtHdr #mainContent .tour{ 
	display:none;
}
#pp_full_res h1{ 
	font-size:30px;
	padding-bottom:10px;
}
#pp_full_res h2{ 
	font-size:20px;
	padding:10px 0;
}
#pp_full_res h3{ 
	font-size:17px;
	font-weight:bold;
	padding:10px 0;
}
#pp_full_res a{ 
	color:black;
}
#pp_full_res p{ 
	padding:10px 0;
}
#pp_full_res p strong{ 
	font-weight:bold;
}

.twoColFixRtHdr #mainContent .separator{
	padding:10px 0;
	background-image: url(../img/line-gray.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#242424; 
	color:white;
	font-size:13px;
}
.twoColFixRtHdr #footer .bottomNav{
	height:135px;
	padding-top:15px;
	width:850px;
	margin:0 auto;
	padding-left:50px;
}
.twoColFixRtHdr #footer .bottomNav li{
	float:left;
	font-size:15px;
	text-align:left;
	padding-right:15px;
}
.twoColFixRtHdr #footer .bottomNav li a{
	color:white;
	text-decoration:none;
}
.twoColFixRtHdr #footer .bottomNav li a:hover{
	color:#999;
	text-decoration:underline;
}
.twoColFixRtHdr #footer .bottomNav li ul{
	margin-top:7px;
	border-left:1px solid #F6921E;
}
.twoColFixRtHdr #footer .bottomNav li li{
	float:none;
	height:auto;
	text-align:left;
	font-size:13px;
	padding-left:5px;
}
.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 */
}
.reservas{
	width:400px;
	margin:0 auto;
}
.reservas .input{
	margin:8px 0;
}
.reservas label{
	font-weight:bold;
}
.reservas .text input{
	width:300px;
	border:1px solid #999;
}
.reservas .text input#Form1Habitaciones{
	width:30px;
}
.reservas .text input.error,.reservas .textarea textarea.error,.reservas .select select.error{
	background-color:#FFA8A8;
	border:1px solid red;
}
.reservas .textarea textarea{
	width:360px;
	height:70px;
	border:1px solid #999;
}
.reservas .checkbox input{
	margin-right:3px;
	border:1px solid #999;
}
.reservas .text label,.reservas .select label,.reservas .date label{
	display:inline-block;
	width:95px;
}
.rates{
	width:510px;
	border-collapse:collapse;
	margin:40px auto;
}
.rates th{
	border-bottom:2px solid black;
	padding:5px 50px;
	font-size:140%;
	text-align:right;	
	font-weight:bold;
}
.rates td{
	border-bottom:1px solid #999;
	padding:2px 50px;
	text-align:right;
	font-size:140%;
}
.rates th.field{
	text-align:left;
}
.rates td.field{
	text-align:left;
}
ul.list{
	margin-left:25px;
}
ul.list li{
	list-style-type:circle;
}
#footer div.contact{
	width:900px;
	margin:0 auto;
	padding:20px 0;
	font-size:11px;
}
#footer div.contact a{
	color:#CCC;
}
#footer div.contact p{
	padding:4px 0;
}
div#vitatours{
	float:left;
	width:450px;
}
div#vitatours img{
	float:left;
	padding-bottom:50px;
}
div#hostal{
	float:left;
	width:420px;
	margin-left:30px;
}
div#hostal img{
	float:left;
	padding-bottom:50px;
}

.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;
}
.headcrumb {
	font-size: 20px;
	color: #FFF;
}