@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border:none;
outline:none;
font-size: 100%;
vertical-align: baseline;
text-decoration:none;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #000000;
	background-position: center top;
	height:100%;	
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
:focus {
outline: 0;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
#contenedor {
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
#fondo {
	float: left;
	width: 100%;
	background-image: url(img/fondo_menu.png);
	background-repeat: repeat-x;
	background-position: 0px 102px;
}
#cabezal {
	float: left;
	height: 102px;
	width: 100%;
}
#cabezal a{
	margin-top: 47px;
	margin-left: 14px;
	float: left;

}
#menu {
	float: left;
	height: 40px;
	width: 100%;
}
#menu a{
	font-size: 140%;
	color: #FFF;
	margin-left: 10px;
	margin-right: 6px;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 6px;

}
#menu a:hover{
	background-image: url(img/fnd_menu_link.png);
}

#menu_principal {
	float: left;
	height: 40px;
	width: 100%;
	position: relative;
}
#menu_principal * {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu_principal ul li {
	float: left;
	position: relative;
}
#menu_principal ul li a {
	background-color: transparent;
	font-size: 140%;
	color: #FFF;
	margin-left: 10px;
	margin-right: 18px;
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 6px;
}
#menu_principal ul li a:hover {
	background-image: url(img/fnd_menu_link.png);
}
#menu_principal ul li:hover > ul {
	display: block;
}
#menu_principal ul li ul {
	width: 200px;
	display: none;
	float: left;
	position: absolute;
	background-image: url(img/fnd_menu_link.png);
	z-index: 1000;
	margin-top: 34px;
}
#menu_principal ul li ul li {
	float: left;
	width: 100%;
}
#menu_principal ul li ul li a {
	width: 90%;
	background-color: transparent;
	font-size: 140%;
	color: #FFF;
	float: left;
}
#menu_principal ul li ul li a:hover {
	color: #80BF2A;
	background-image: none;

}

.fotos_principal {
	float: left;
	height: 264px;
	width: 966px;
	margin-bottom: 20px;
}
.facebook{
	float:left;
	width:35px;
	height:35px;
}
.contenidos1 {
	background-image: url(img/fnd_menu_link.png);
	padding: 10px;
	float: left;
	
}
.contenidos1 h1{
	float: left;
	width: 100%;
	box-sizing: border-box;
	background-image: url(img/fnd_blanco.png);
	font-size: 160%;
	color: #FFF;
	text-transform: uppercase;
	padding: 14px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.contenidos1 .textos{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 14px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 130%;
	text-align:justify;
	line-height: 20px;
}

.contenidos2 {
	background-image: url(img/fondo_blanco2.png);
	padding: 10px;
	float: left;
}
.contenidos2 h1{
	float: left;
	width: 100%;
	padding: 14px;
	box-sizing: border-box;
	background-image: url(img/fnd_blanco.png);
	font-size: 160%;
	color: #000;
	text-transform: uppercase;
}
.contenidos2 .textos{
	float: left;
	width: 100%;
	padding: 14px;
	box-sizing: border-box;
	color: #000;
	font-size: 120%;
	line-height: 20px;
}
.contenidos2 .noticias{
	float: left;
	width: 100%;
	padding: 14px;
	box-sizing: border-box;
	color: #000;
	font-size: 130%;
	line-height: 20px;
}
.contenidos2 .noticias img{
	float: right;
	border:solid;
	border-bottom-color:#333;
	border-bottom-width:6px;
	margin:5px;
}
.contenidos2 .btnMas a{
	color:#000;
	text-align:right;
	text-transform:lowercase;
	margin-right:30px;
	float:right;
	font-size:12px;
	margin-top:-12px;
}
.contenidos2 .btnMas a:hover{
	color:#CCC;
	text-decoration:underline;
}
.contenidos2 .btnTitulo a{
	color:#000;
	font-size:14px;
}
.contenidos2 .btnTitulo a:hover{
	color:#CCC;
	text-decoration:underline;
}
.contenidos_espacio {
	width:946px;
	height:550px;
	background-image: url(img/fnd_menu_link.png);
	padding: 10px;
	float: left;
}
.contenidos_espacio h1{
	float: left;
	width: 97%;
	padding: 14px;
	box-sizing: border-box;
	background-image: url(img/fnd_blanco.png);
	font-size: 160%;
	color: #FFF;
	text-transform: uppercase;
}
.contenidos_espacio .textos{
	width:288px; 
	text-align:justify;
	float: left;
	padding: 14px;
	padding-left:35px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 130%;
	line-height: 20px;
}

.contenidos_espacio .titulo_verde{
	font-size:14px;
	color:#9dce72;
	font-weight:bold;
}

.contenidos_empresa {
	width:946px;
	background-image: url(img/fnd_menu_link.png);
	padding: 10px;
	float: left;
}
.contenidos_empresa h1{
	float: left;
	width: 97%;
	padding: 14px;
	box-sizing: border-box;
	background-image: url(img/fnd_blanco.png);
	font-size: 160%;
	color: #FFF;
	text-transform: uppercase;
}
.contenidos_empresa .textos{
	width:288px; 
	text-align:justify;
	float: left;
	padding: 14px;
	padding-left:35px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 130%;
	line-height: 20px;
}
.contenidos_prensa {
	width:946px;
	background-image: url(img/fnd_menu_link.png);
	padding: 10px;
	float: left;
}
.contenidos_prensa h1{
	float: left;
	width: 97%;
	padding: 14px;
	box-sizing: border-box;
	background-image: url(img/fnd_blanco.png);
	font-size: 160%;
	color: #FFF;
	text-transform: uppercase;
}
.contenidos_prensa .textos{
	margin-left:30px;
	width:800px; 
	text-align:justify;
	float: left;
	padding: 14px;
	padding-left:35px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 130%;
	line-height: 20px;
}

.contenidos_prensa .imagen{
	width: 100px;
	float: left;
	text-align: right;
	margin-top:-30px;
	margin-bottom:-10px;
}
.contenidos_prensa .boton{
	margin-top:20px;
	margin-bottom:10px;
	float:none;
	width:600px;  
	font-size:16px; 
	text-align:right;
	text-decoration:none;
	clear:both;
}
.contenidos_prensa a{
	color:#FFF;
	text-decoration:none;
}
.contenidos_prensa a:hover{
	color:#06C;
	text-decoration:underline;
}

.fomulario{
	padding:2px;
	float:right;
	width:450px;
	height:26px;
	background-color:#7f7f7f;
	border:#7f7f7f thin solid;
	color:#FFF;
	font-family: 'Raleway', sans-serif;
}

.fomulario:hover{
	background-color:#333;
	border:#09C thin solid;
}
.fomulario:focus{
	background-color:#7f7f7f;
	border:#CCC thin solid;
}
.btn_enviar{
	clear:both;
	float:right;
	margin-top:20px;
	background-color:#666;
	color:#FFF;
	border:none;
	cursor:pointer;
}
.btn_enviar:hover{
	background-color:#CCC;
	color:#000;
}
.datosContacto a{
	color:#FFF;
	text-decoration:none;
}
.datosContacto a:hover{
	text-decoration:underline;
}

.mensaje_enviado {
	width: 90%;
	color: #fff;
	float: left;
	padding-left: 10px;
	margin-top: 20px;
	font-size: 140%;
	line-height: 18px;
}
.mensaje_enviado2 {
	width: 90%;
	color: #CC0000;
	float: left;
	padding-left: 10px;
	font-size: 120%;
	line-height: 18px;
}

.error {
	color: #C00;
}
#pie {
	height: 100px;
	width: 100%;
	float: left;
	margin-top: 30px;
	font-size: 140%;
	box-sizing: border-box;
	background-image: url(img/fnd_menu_link.png);
	background-repeat:repeat;
	padding: 20px;
	color: #FFF;
	line-height: 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
#pie img{
	float: right;
}
}
#sombra {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2000;
	left: 0px;
	top: 0px;
	background-image: url(img/sombra.png);
	right: 0px;
	bottom: 0px;
	background-color: #039;
}
#ventana {
	left: 50%;
	top: 50%;
	height: 500px;
	width: 640px;
	margin-top: -250px;
	margin-left: -320px;
	position: absolute;
	z-index: 1001;
}
#detalle h1 a{
	float: right;
	margin-right: 15px;
	margin-top: 1px;
}
#ventana .pie{
	width: 100%;
	float: left;
	background-color: #900;
	height: 32px;
}
#ventana .pie a{
	color: #FFFFFF;
	float: right;
	font-size: 130%;
	margin-top: 10px;
	margin-right: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#ventana .pie a:hover{
	color: #99CC00;
}
#contenedor_servicios {
	float: left;
	width: 966px;
	margin-top: 20px;
}
#contenedor_servicios .foto_principal{
	float: left;
	width: 966px;
	height: 400px;
	background-image: url(fotos/servicios/1.jpg);
	margin-bottom: 10px;
}
#contenedor_servicios .foto_principal h1{
	float: right;
	width: 500px;
	height: 50px;
	background-color: #360;
	text-align: center;
	letter-spacing: 1px;
	background-image: url(img/tit_distincion.png);
	background-repeat: no-repeat;
	background-position: center -8px;
}
#contenedor_servicios .texto{
	float: left;
	width: 406px;
	margin-right: 10px;
}
#contenedor_servicios .texto h3{
	width: 100%;
	float: left;
	height: 60px;
	background-color: #360;
	text-align: center;
	color: #FFF;
	font-size: 400%;
	font-weight: normal;
	background-image: url(img/tit_espacio.png);
}
#contenedor_servicios .texto .text{
	float: left;
	width: 366px;
	padding: 20px;
	height: 130px;
	color: #FFF;
	font-size: 140%;
	line-height: 20px;
	text-align: justify;
	background-image: url(img/fnd_menu_link.png);
}
#contenedor_servicios .texto .foto{
	float: left;
	width: 406px;
	margin-top: 10px;
	height: 220px;
	background-image: url(fotos/principal/02.jpg);
}
#contenedor_servicios .galeria{
	float: left;
	width: 550px;
	background-image: url(img/fnd_menu_link.png);
}
#contenedor_servicios .pie{
	width: 926px;
	float: left;
	margin-top: 10px;
	color: #FFF;
	text-align: justify;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 140%;
	line-height: 22px;
	background-image: url(img/fnd_menu_link.png);
}
