/* 
CSS Hill Building
ver 1.0
Date: 17-09-2007
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img
	{margin:0px; padding:0px; border:0px}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ol, ul
	{list-style:none;}
/* Normalization of size and font weight */
address, caption, cite, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;}  


/*Body-----------------------*/
body, html{
	margin: 0px 0px 0px 0px;
	background-image:url(images/bckg.jpg);
	background-repeat:repeat-x;
	background-color:#ecd4a6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#502f01;
	line-height:16px;
}
#wrapper {
	width:871px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;

}

#logo{
	width:871px;
	height:90px;
	position:relative;
	background-position:left;
	float:left;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#banner_flash{
	width:871px;
	height:230px;
	position:relative;
	float:left;
}

#content{
	width:871px;
	height:400px;
	position:relative;
	float:left;
}



#content_right{
	width:640px;
	height:425px;
	position:relative;
	float:right;
	background-image: url(images/la_sauna.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:20px;
	padding-top:25px;
}

#content_left{
	width:198px;
	height:400px;
	position:relative;
	float:left;
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:20px;
	padding-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#af8343;
	line-height:16px;
	overflow: hidden;
}

#content_left p{	
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7d591d;
	line-height:16px;
}


.bot{
width:198px;	
}

.box {
	border: 0px solid #000000;
	padding-left:3px;
	padding-top:3px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image:url(images/imput.jpg);
	width:186px;
	height:21px;
	background-repeat:no-repeat;
}

h1 {
	font-size:17px;
	margin-bottom:10px;
	left:380px;
	color:#ec00c8;
	position:relative;
	top:50px;
	font-style: italic;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
}

h2 {
font-size:16px;
margin-bottom:10px;
}

h3 {
font-size:17px;
margin-bottom:10px;
text-align:center;
}

h4 {
	font-size:20px;
	margin-bottom:10px;
	text-align:center;
	font-weight: bold;
	text-decoration: underline;
}

strong {
font-weight:bold;
color:#7d591d;

}

ul{
	display: block;
	margin-bottom:20px;
}

li{
	list-style-image: url(images/dot.gif);
	display: list-item;
	list-style-position: inside;
	background-position:left;
}


.second ul{
	display: block;
	margin-bottom:20px;
}

.second li{
	list-style-image: url(images/thick.gif);
	display: list-item;
	list-style-position: inside;
	color:#a86401;
	font-size:13px;
	font-weight:bold;
	height:12px;
	padding-bottom:5px;
	background-position:top;
	padding-top:0px;
	line-height:10px;
}

#footer{
	height:35px;
	width:871px;
	border-top-style: solid;
	border-top-color: #6a421b;
	position:relative;
	float:left;
	border-top-width: 1px;
	font-size:12px;
	padding-top:5px;
	background-image:url(images/footer.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.copyrights {
text-align:right;
float:right;
}


#footer a{
	font-size:12px;
	color:#502f01;
	text-decoration: none;
}

#footer a:hover{
	font-size:12px;
	color:#502f01;
	text-decoration: underline;
}
