@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #171717;
}
.wraper {
	clear: both;
	float: none;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
p {

}
.fotos {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contenedor {
	width: 780px;
	margin: auto;
}
#header {
	height: 90px;
	width: 780px;
	background-image: url(imagenes/bg_menu.jpg);
	float: left;
}
#contenido {
	background-color: #000000;
	width: 760px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer {
	margin: auto;
	height: 90px;
	width: 780px;
	background-image: url(imagenes/bg_footer.jpg);
	float: left;
}
#menu {
	width: 320px;
	height: 20px;
	margin-top: 40px;
	margin-left: 40px;
	text-align: left;
	float: left;
	display: inline;
}
#footer li {
	list-style-type: none;
	color: #999999;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
}
#footer li a{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;

}#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/////////////////*/
