/*estilos.css*/
*{
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.4;
}
a{
	text-decoration: none;
}
@font-face {
    font-family: 'geometr415';
    src: url('fonts/geo415k-webfont.eot');
    src: url('fonts/geo415k-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geo415k-webfont.woff') format('woff'),
         url('fonts/geo415k-webfont.ttf') format('truetype'),
         url('fonts/geo415k-webfont.svg#geometr415_blk_btblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background: url("fondo.jpg") repeat-x;
}
#contcent{
	width: 954px;
	margin: 0 auto;
	position: relative;
}
#menu{
	border-top: 4px solid #EAC94B;
	border-bottom: 4px solid #EAC94B;
	background: #BE693C;
	width: 954px;
	height: 27px;
	font-family: 'geometr415';
	color: #fff;
	padding-top: 3px;
}
#menu a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#contenido{
	width: 874px;
	height: 808px;
	margin-bottom: 20px;
	background: url("fondo-cont.png") no-repeat;
	padding: 40px;
	font-family: "Trebuchet MS";
}
.titulo-secc{
	font-family: 'geometr415';
	font-size: 20px;
	color: #d66a37;
}
.subt-secc{
	font-family: 'Trebuchet MS';
	font-size: 20px;
	color: #d66a37;
	text-align: center;
}
#div_fotovol{
	background: #FFF; 
	text-align: center; 
	padding: 25px; 
	width: 80%; 
	max-width:800px;
}