@charset "iso-8859-1";
/* CSS Document */

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e9e9e9;
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	height:auto;
}
a:link {
	text-decoration: none;
	color:#000;
	
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #e4831c;
	font-weight:bold;
	
}
a:active {
	text-decoration:none;
	color: #000;
}

#head {
	background: url(../img/header.jpg);
	width:867px;
	height:183px;
	}
#topmenu {

	width:867px;
	background:url(../img/topmenu.jpg);
	height:31px;
}
#formulario {
	height:15px;
	background-color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#CCC;
}

#formulario1 {
	background-color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	border:#CCC;
}
#divfomrato{
	width: 400px;
	height:auto;
	text-align:left;
}
#button{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	border:1px;
	width: auto;
	background-color:#000;
}


