

/*estructure*/

body{
	background-image:url(images/bgtest.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#cec8ca;
	margin: 0;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:lighter;}

#container{
	width:790px;
	height:100%;
	border:#fff solid 8px;
	background-image:url(images/bgcont.png);
	background-repeat:repeat;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding-bottom:5px;
	}
	
	#subcontainer{
	width:100%;
	height:100%;
	
	}
	
	#c1{
	width:300px;
	height:100%;
	float:left;}
	
	#c2{
	text-align:center;
	width:490px;
	height:100%;
	float:right;}
	
	#quotations{
	margin-top:200px;
	float:left;
	width:200px;
	height:100%;
	text-align:left;
	padding:50px;}
	
	#column{
	width:390px;
	padding:15px 50px 10px 50px;
	height:100%;
	float:left;
	text-align:justify;}
	
	#banner{
	width:389px;
	height:80px;
	padding:0px 50px 0px 50px;
	background-color:#392a1e;
	float:left;
	text-align:justify;
	margin-top:25px;
	}
	
	#gallery{
	width:390px;
	height:100%;
	padding-top:25px;
	}
	
	#bf{
	/*position:relative;*/
	text-align:left;
	width:790px;
	height:100%;
	clear:both;
	padding:0px 0px 0px 0px;
	}
	
	#bf2{
	width:790px;
	height:100%;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	}
	
	#footer{
	width:690px;
	height:100px;
	padding: 0px 50px 0px 50px;
	background-image:url(images/bgfooter2.png);
	background-repeat:repeat;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	clear:both;
	}
	
	/*menu*/

#menu {

position:relative;
list-style: none;
width: 390px;
padding: 0px 0px 50px 0px;
margin-top:0px;
margin-left:50px;}

#menu li {
float: left;
font-size: 12px;
margin: 0;
padding: 0;}

#menu a {
float: left;
margin: 0;
padding: 0px 9px;
text-decoration: none;}

#menu a:link {
padding-top:50px;
color: #fff;}

#menu a:visited {
padding-top:50px;
color: #fff;}

#menu a:hover {
color: #fff;
background-color:#988b84;
padding-top:50px;}
	
#menu a:active {
color: #000;
background-color:#988b84;
padding-top:50px;}

/*text*/
	h1{
	font-size:15px;
	font-weight:bold;
	color:#FFF;}
	
	h2{
	font-size:12px;
	color:#FFF;}
	
	h3{
	font-size:10px;
	color:#FFF;}
	
	h4{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;}

	#quotations p{
	font-size:15px;
	color:#392a1e}
	
	#column p{
	font-size:12px;
	color:#FFF;}
	
	#column h1{
	font-size:15px;
	font-weight:lighter;
	color:#FFF;}
	
	#column li{
	color:#FFF;
	list-style:square;
	font-size:12px;}
	
	#gallery label{
	font-size:11px;
	color:#FFF;}
	
	/*pictures*/
	
	#boxpic1{
	float:left;
	text-align:center;
	position:relative;
	width:130px;
	height:130px;
	}
	
	#boxpic2{
	float:left;
	position:relative;
	text-align:center;
	width:130px;
	height:130px;
	}
	
	#boxpic3{
	text-align:center;
	float:right;
	position:relative;
	width:130px;
	height:130px;
	}
	
	#pic1{
	float:left;
	width:100px;
	height:100%;
	}
	
	#pic2{
	margin-left:15px;
	width:100px;
	height:100%;
	}
	
	#pic3{
	float:right;
	width:100px;
	height:100%;
	}
	
	#gallery img{
	border:#FFF 1px solid;}
	
	#magazinepic{
	float:left;
	padding:15px;
	}

#magazinepic img{
border: none;
}

/*links inside column*/

#column a{
color:#FFF;
font-size:11px;}

#controlls {
position:relative;
clear:both;
}

#controlls a:link {
color: #fff;}

#controlls a:hover {
color: #000;
}
	
#back{
padding-top:20px;
float: left;}

#next{
padding-top:20px;
float: right;}


	
	/*footer*/
#legal{
width:250px;
margin-left:50px;
}

#legal small{
font-size: 11px;
color:#392a1e;}

#firma{
text-align:right;
float:right;
width:85px;
padding:10px 0px 0px 0px;}

#firma small{
font-size: 11px;
color:#392a1e;}

#firma img{
border:none;}


