@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;
	background-color: #ECDECE;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 956px;
	background-color: #DDCFB6;
	margin: auto;
} 
#header {
	height: 180px;
	width: 955px;
	text-align: left;
	background-image: url(images/header.jpg);
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-bottom: 100px;
}
#sidebar1 h1 {
	font-size: 15px;
	color: #500202;
}
#sidebar1 p {
	font-size: 11px;

}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	padding-bottom: 120px;
	padding-top: 30px;
	padding-left: 10px;
}
#sidebar2 h1 {
	font-size: 15px;
	color: #500202;
}
#sidebar2 p {
	font-size: 11px;

}
#sidebar2 a {
	font-size: 10px;
	color: #600;
	text-decoration: underline;
}
#mainContent {
	width: 530px;
	float: left;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 20px;
} 
#footer {
	background-color: #500202;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 956px;
	float: left;
	color: #FFF;
	text-align: center;
} 
#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 */
}
#features {
	width: 540px;
	margin-top: 10px;
	margin-left: 20px;
	height: 332px;
}
#features_container {
	height: 330px;
	width: 550px;
	float: left;
}
#local {
	width: 240px;
	margin-left: 15px;
	margin-top: 15px;
}
#hour_container {
	float: left;
	width: 250px;
}

#temperture {
	width: 240px;
	margin-top: 15px;
	float: right;
	margin-right: 5px;
}
#foto_button {
	margin-left: 20px;
	width: 177px;
	height: 28px;
}
#nav {
	height: 45px;
}
#subtexto {
	margin-top: 130px;
	margin-left: 20px;
	text-align: left;
}
#reservas {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}
#text_reservas {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 160px;
	float: left;
}
#hora {
	height: 30px;
	margin-left: 20px;
	float: left;
	width: 520px;
	margin-top: 10px;
	background-image: url(images/linea_baja.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	}
#page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	width: 495px;
	float: left;
	color: #500202;
	background-image: url(images/linea_baja.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
	height: 33px;
}
#pagetext {
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 25px;
}
#pagetext h1 {
	font-size: 14px;
	color: #500202;
}
#pagetext p {
	font-size: 12px;

}
#pagetext a {
	font-size: 10px;
	color: #600;
	text-decoration: underline;
}
#body_text {
	padding-top: 0px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 550px;
	float: left;
}


#nav {
	height: 45px;
	background-color: #DCCBAF;
}
#features {
	height: 330px;
	float: right;
	width: 530px;
	padding-top: 20px;
	margin: 0px;
}
#timebar {
	width: 530px;
	float: right;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #500202;
	font-weight: bold;
}
#phototour {
	float: left;
	width: auto;
	height: auto;
	margin-top: 145px;
}
#hora_tem {
	height: 30px;
	float: right;
	width: 530px;
	padding-top: 5px;
}


#h_info {
	width: 190px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: left;
	height: 400px;
}

#h_info a {
	font-size: 18px;
	font-weight: bold;
	color: #500202;
	text-decoration: none;
}
#txt_leftside {
	padding-top: 15px;
}
#titulo_insidepage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	float: left;
	height: 30px;
	padding-top: 20px;
	width: 520px;
	color: #500202;
}
#texto_inside {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 500px;
	padding-top: 10px;
	float: right;
	padding-left: 10px;
}
#imagen_inse {
	height: 100px;
	width: 530px;
	padding-top: 20px;
	float: left;
}
#galery_holder {
	width: 530px;
	padding-left: 20px;
	float: left;
	padding-top: 25px;
}
#image_inside {
	height: 215px;
	width: 520px;
}
.section{
	border-top: 4px solid #3d3d33;
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 100%;
	}
.caption{ font-size: 0.9em; padding-top: 0.2em ;	}
.first{ border-top: none; padding-top: 0; }
.thumbnail{
	margin-bottom: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-right: 10px;
	background-color: #500202;
	float: left;
	border-top-color: #500202;
	border-right-color: #500202;
	border-bottom-color: #500202;
	border-left-color: #500202;
	}	
.titulo_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #500202;
	float: none;
	position: relative;
	font-weight: bold;
}
.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;
}
