html,body {

min-height:100%;
margin:0;
padding:0;
}


html {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;

	background-repeat: no-repeat;
	background-position:center top;
	min-height:100%;

}

#nav {
	position:absolute;
	left: 2px;
	top: 5px;
	width: 330px;
	height: 21px;
	text-align:left;
	
}

#nav a:link, #nav a:visited {


}


#home {background-image: url(img/home.jpg);
	background-repeat: no-repeat;
	background-position:center top;}
	
#fotos {background-image: url(img/fotos.jpg);
	background-repeat: no-repeat;
	background-position:center top;}
	
#home2 {background-image: url(img/home2.jpg);
	background-repeat: no-repeat;
	background-position:center top;}

#wrapper { width:100%; text-align:center; position:relative;}
#main {
	width:790px;
	margin-left:auto;
	margin-right:auto;
	height:728px;
	position:relative;
	
	
	
	
}
#content{
}

#fotobut {
	position:absolute;
	width: 158px;
	height: 114px;
	left: 559px;
	top: 12px;
}

#content {
	position:absolute;
	width: 350px;
	height: 499px;
	left: 0px;
	top: 110px;
	text-align:left;
	font-size:12px;
}

#content_fotos {
	position:absolute;
	width: 768px;
	height: 499px;
	left: 0px;
	top: 160px;
	text-align:left;
	font-size:12px;
}

#content_fotos img { margin-right:20px;
}

#footer {
	position:absolute;
	left: 0px;
	top: 683px;
	font-size:12px;
}

#content ul {list-style:none; list-style-type:none; font-size:14px; line-height:28px; color:#960; font-weight:bold; list-style-position: inside; margin-left:-40px; left:0px;}
#content li { margin-left:0px; left:0px;}

a:link, a:visited {text-decoration:none; color:#600;}
a:hover { text-decoration:underline;}
