/* 
    Document   : guachi
    Created on : Oct 27, 2009, 1:20:56 PM
    Author     : alejandro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    background-color: #3b3d39;
	margin-left: 20px;
	margin-top: 5px;
}
a {
	border:0;
}	
img {
	border:0;
}	
.main_div {
    width:900px;
    overflow:hidden;
}
.header_div {
    width:900px;
    height:auto;
	background-color:#CECBA0;
}
.column1_div {
    width:226px;
    float:left;

	padding-bottom: 1000em;
	margin-bottom: -999.5em;

    background-color:#EBE6C6;
}
.column1_div p {
    width:90%;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:black;
    margin-left:15px;
    }
.column2_div {
    width:674px;
    float:left;
    
	padding-bottom: 1000em;
	margin-bottom: -999.5em;

    background-color:#CECBA0;
}
.column2_div img {
    float:left;
}
.column2_div p {
    width:95%;
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:black;
    margin-left:15px;
    float:left;
}
.column2_div h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:black;
    margin-left:15px;
    float:left;
}
.column2_div h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	color:black;
    margin-left:15px;
    float:left;
}
.column2_div #blog_div {
    width:250px;
    float:left;
    margin-left:15px;
    margin-top:15px;
}
.column2_div #blog_div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.column2_div #facebook {
	margin-left:10px;	
}	
.footer_div {
    width:900px;
    float:left;
    text-align:center;
    background-color:#EBE6C6;
}
.footer_div p {
    width:90%;
    text-align:center;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-left:30px;
}

/** LInks **/
#link_home {
	width:110px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_home.jpg);
}
#link_home:hover {
	background-position: 0 -25px;
}

.link_hotel {
	width:85px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_hotel.jpg);
}
.link_hotel:hover {
	background-position: 0 -25px;
}
#link_rates {
	width:90px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_rates.jpg);
}
#link_rates:hover {
	background-position: 0 -25px;
}
#link_offers {
	width:100px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_offers.jpg);
}
#link_offers:hover {
	background-position: 0 -25px;
}
#link_location {
	width:115px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_location.jpg);
}
#link_location:hover {
	background-position: 0 -25px;
}

.link_activities {
	width:95px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_tours.jpg);
}
.link_activities:hover {
	background-position: 0 -25px;
}

#link_gallery {
	width:100px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_gallery.jpg);
}
#link_gallery:hover {
	background-position: 0 -25px;
}

#link_aboutus {
	width:110px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_aboutus.jpg);
}
#link_aboutus:hover {
	background-position: 0 -25px;
}
#link_faqs {
	width:95px;
	height:25px;
	display: block;
	float:left;
	background-image:url(images/link_faqs.jpg);
}
#link_faqs:hover {
	background-position: 0 -25px;
}


.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
