*{
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
}
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
.wraper {
	clear: both;
	float: none;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
#contenedor {
	background-color: #f6f6f6;
	width: 760px;
	padding: 0px;
	margin: auto;
}
#header {
	margin: auto;
	height: 120px;
	width: 760px;
}
#contenido {
	background-color: #E8E1D1;
	margin: auto;
	width: 740px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	margin: auto;
	height: 50px;
	width: 760px;
	float: left;
	background-image: url(imagenes/footer.jpg);
	text-align: center;
}
#menu {
	margin: auto;
	width: 320px;
	height: 30px;
}
#footer li {
	list-style-type: none;
	color: #999999;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li a{
	color: #F1A01B;
	text-decoration: none;

}#footer li a:hover{
	color: #88B115;
	text-decoration: none;
}
/*/////////////////inicio contact form/////////////////*/
#formulariodiv {
	width: 230px;
	margin: auto;
	text-align: left;
}
.campos {
	border: 0px solid #666666;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #EFC03C;
}
label {
	color: #333333;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*/////////////////final contact form/////////////////*/
