/*    
 Desc: Distrito Hotelero Plaza San Martin
 Author: Wilson Sanchez (http://www.wilsonsanchez.com)
 Date: 2010
=== === === === === === === === === === */


@import "reset.css";




/* GLOBAL ESTRUCTURE
=== === === === === === === === === === */

body {
	background:  repeat-x url(../images/bg_mainhome.jpg);	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 87.5%;
	background-color:#EBECF2;
	color:#036;
}


#wrapper{
	width:940px;
	height:600px;
	margin: 0 auto;
	background: no-repeat url(../images/bg_wrapper_mainhome.png);
}

.hotels-containers{
	float:left;
	margin: 0 17px 30px 16px;
	width:200px;
	height:430px;
	
}

#footer{
	
	clear:both;
	margin: 0 auto 30px auto;
	width:940px;
	color:#2D458C;
	font-size: 	0.786em;
	height:30px;

}
#content-footer{
	float:left;
	width:680px;
	margin: 0 0 0 20px;
}

#facebook{
	float:right;
	width:200px;
	margin: 0 40px 0 0;
}


/* HEADERS
=== === === === === === === === === === */

#wrapper h1 {	
	
	padding: 110px 0 0 0;
    overflow: hidden;
	background-image:url(../images/header_mainhome.png);
	background-repeat: no-repeat;
    height: 0px !important;
    height /**/:110px;
	width:980px;
}


.hotels-containers h2{
	text-align:center;
	margin: 10px 0 0 0;
	height:40px;
	line-height:1.5em;
	font-size: 	0.857em;
}



/* LINKS

=== === === === === === === === === === */

.hotels-containers span a{
	margin: 25px 0 0 0;
	display:block;
	width:200px;
	padding: 35px 0 0 0;
    overflow: hidden;
	background-image:url(../images/btn_entersite_mainhome.png);
	background-repeat: no-repeat;
    height: 0px !important;
    height /**/:35px;

}

#footer ul li a:active, a:link, a:visited{
	color:#2D458C;
	text-decoration:none;

}



/* TYPOGRAPHY

=== === === === === === === === === === */

#footer p{
	margin: 0 0 10px 0;

}




#footer ul li{
	float:left;
	margin: 0 5px 20px 0;

}



#footer ul li a:hover{
	text-decoration:underline;
	color:#666;

}
