#top{
	position:static;
	width:100%;
	height:175px;
	background-image:url(imgs/fondotop.jpg);
	background-repeat:repeat-x;
	}
#logo{
	position:relative;
	width:496px;
	height:150px;
	left:50%;
	margin-left:-250px;
	top:20px;
	background-repeat:no-repeat;
	}
#main{
	position:static;
	width:100%;
	text-align:justify;
	height:auto;
	}
#footer{
	position: fixed;
	width:100%;
	height:60px;
	left:0;
	bottom:0;
	margin-botom:0;
	background-color:#ff6600;
	text-align:center;
	}
#botons{
	position:relative;
	width:496px;
	height:150px;
	left:50%;
	margin-left:-250px;
	padding-bottom:25px;
	}
#texto{
	position:relative;
	width:560px;
	left:50%;
	margin-left:-280px;
	top:-100px;
	}
#textoprivacidade{
	position: absolute;
	width:560px;
	left:50%;
	margin-left:-280px;
	}
h1{
	color:#ff6600;
	font-family:"Trebuchet MS";
	font-size:26px;
	text-align:left;
	}
p{
	color:#352B22;
	font-family:"Trebuchet MS";
	font-size:16px;
	}
.img{
	float:left;
	padding:0 10px 5px 0;
	}
a:link {
	color: #ff6600;
	text-decoration:none;
}
a:visited {
	color: #ff6600;
	text-decoration:none;
}
a:hover {
	color: #ff6600;
	text-decoration:none;
}
a:active {
	color: #ff6600;
	text-decoration:none;
}
h2{
	color:#ff6600;
	font-family:"Trebuchet MS";
	font-size:18px;
	}
.espazo{
	padding-bottom:20px;
	border-bottom:1px dashed #ff6600;
	}
.salto{
	padding-bottom:30px;
	}
.ver{
	background-color:white;
	font-size:12px;
	text-align:center;
	list-style:none;
	font-family:"Trebuchet MS";
	}
.privacidade{
	color:#352B22;
	font-size:12px;
	text-align:center;
	list-style:none;
	font-family:"Trebuchet MS";
	}
.privacidade2{
	font-size:11px;
	text-align:justify;
	list-style:none;
	font-family:"Trebuchet MS";
	}
body{
	background-image:url(imgs/fondomain.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#e3e1e0;
	}
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 15px Trebuchet MS;
width: 100%;
text-align:center;
letter-spacing:3px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
width:142px;
background-color:#352B22;
}
.solidblockmenu li a:hover{
color: white;
background-color:#352B22;
}
.solidblockmenu li a:visited{
color:white;
background-color:#352B22;
}
.solidblockmenu li .current{
color:white;
background: transparent url(imgs/bloqueactivo.jpg) center center repeat-x;
}
h4{
	color:#352B22;
	font-size:14px;
	border-bottom:1px dashed #352B22;
	font-family:"Trebuchet MS";
	}
h5{
	color:#352B22;
	font-size:14px;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	margin-top:-13px;
	}
#form{
	position:relative;
	width:600px;
	height:60px;
	left:50%;
	margin-left:-300px;
	margin-bottom:20px;
	margin-top:-50px;
	border-top:2px solid #ff6600;
	text-align:right;
	background-image:url(imgs/fondoform.jpg);
	}

