body {
	background-color: #0E191B;
	background-image: url(../images/fondo.png);
	background-repeat: repeat-x;
}
.encabezado {
	height: 320px;
	text-align:center;
	
}
.cont {
	text-align: center;
}	
.wrapper_cont {
	width: 780px;
	/*height: 500px;*/
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}
.content {
	text-align: left;
	float:right;
	padding-top: 30px;
	width: 500px;
	margin-right: 40px;

	font-family: "MS Trebuchet", sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #fff;
}
li {
	background-image: url(../images/bullet.jpg);
	background-position:10px 17px;
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top: 10px;
}
li a {
	font-size: 16px;	
	color: #fff;
	text-decoration: none;
}

.titulo_seccion{
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:20px;
	font-size: 16px;
	color: #CCCCCC;
	border-bottom: 1px #72A603 solid;
}
.menu {
	float:left;
	width: 200px;
}
.fondo_pie {
	background-image: url(../images/pie.png);
	background-position:center;
	background-repeat: no-repeat;
	height:130px;
	border:1px #fff;
}
.pie {
	width: 780px;
	height: 130px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
}
.pie_p {
	padding:0px;
	width:300px;
	margin-left:400px;
	text-align:right;
	font-family: "MS Trebuchet", sans-serif;
	font-size: 10px;
	line-height: 150%;
	color: #fff;
}
.logo {
	position:absolute;
	margin-top: 15px;
	margin-left:-390px;
}
.gabiton {
	position:absolute;
	margin-left:300px;
	margin-top: 30px;
}
.wpcf7 {
	
	text-align:left;
	
}
.titulos_input input {
	font-family: "MS Trebuchet", sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #4A5458;
	border: #05363B 1px solid;
	width: 300px;
	height: 24px;
	padding:3px;

}
.titulos_input textarea {
		padding:3px;
		width: 300px;
	font-family: "MS Trebuchet", sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #4A5458;
	border: #05363B 1px solid;
	
}
#btnenviar {
	height:24px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
		background-color: #72A603;
		width: 100px;
	border: #05363B 1px solid;
	margin-right:10px;
	
}