@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2A7504;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#323232;
}
h1 {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#616161;
	margin-top:17px;
	line-height:16px;
}
h3 {
	font-weight:bold;
	font-size:14px;
	color:#616161;
	margin-top:16px;
	margin-bottom:13px;
}
/*-------- Capas principales ------*/
#contenedor {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
#cabecera {
	width:100%;
	height:127px;
	padding:0;
	margin:0;
	background-image:url(../imagenes/comunes/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#cuerpo {
	width:100%;
	height:auto;
	padding: 0px;
	margin: 0px;
	background-image:url(../imagenes/comunes/fondo-cuerpo.jpg);
	background-repeat:repeat-y;
}
#pie {
	width:914px;
	height:60px;
	margin:auto;
	padding:0;
	background-image:url(../imagenes/comunes/fondo-pie.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
/*------Fin Capas principales -------*/
#contenido {
	width:880px;
	min-height:300px;
	height:auto;
	padding: 00px 17px 10px 17px
}

#logo {
	float:left;
	width:142px;
	height:43px;
	margin-top:14px; 
	margin-left:45px;//margin-left:23px;
}
/*-------menú horizontal -----*/
#menuh {
	width:100%;
	height:22px;
	margin:0px;
	padding:0px;
	background-image:url(../imagenes/comunes/fondo-menu.jpg);
	background-repeat:repeat-y;
	font-weight:bold;
	text-transform:uppercase;
}
#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
	color: #FFF;
	font-size:12px;
	line-height:22px;
	display: block;
	padding: 0px 20px;
	text-align: center;
	border: 1px solid #154000;
	border-width: 0px 1px 0px 0px;
}

#menuh a#ultimo {
	border-right: 0px;
	margin-right:0px;
	/*padding:0 21px;*/
	padding:10 25px;
}
#menuh a:hover {
	background: #2A7504;
}
/*-------fin menú horizontal ---*/

/*--------Destacados----------*/
#destacados {
	width:98%;
	padding-right: 10px;
	padding-left: 10px;
}
#destacados p {
	margin:0;
	padding:0;
}
.destacadoIzq, .destacadoCentro, .destacadoDcha {
	float:left;
	width:280px;
	min-height:194px;
}
.destacadoCentro {
	width:283px;
	margin-left:13px;
}
.destacadoDcha {
	width:291px;
	margin-left:13px;
}
.imgDestacados {
	margin: 6px 0 6px 0;
}
.img-central {
	margin:10px auto 6px auto;
}

.masInfo {
	margin-top:5px;
	margin-bottom:5px;
}
/*--------Fin Destacados -------*/

/*---------Secciones-------*/
#seccionesPrincipales {
	width:100%;
	margin: 12px 0 2px 0;
	background-image:url(../imagenes/comunes/fondo-secciones.jpg);
	background-repeat:no-repeat;
}
#seccionesPrincipales p {
	margin:5px 0 10px 0;
	color:#646464;
	font-size:11px;
	text-align:left;
}
#seccionesPrincipales a {
	color:#646464;
	text-decoration:underline;
}
#seccionesPrincipales a:hover {
	color:#000;
}
.seccionContacto {
	float:left;
	width:216px;
	margin-left:10px;
}
.seccionDoc {
	float:left;
	width:166px;
	padding-left:32px;
}
.seccionVideos {
	float:left;
	width:176px;
	padding-left:30px;//padding-left:20px;
}
.otrasSecciones {
	float:left;
	width:145px;
	padding-left:43px;
}
#bwr {
	float:right; 
	padding-top:0px; 
	margin-top:-45px;
}
/*----Fin Secciones ---*/
#cosentinoSA {
	float:left;
	margin-left:40px;
}
#enlacesPie {
	float:right;
	margin-right:8px;
}
#pie_otros_productos {
	float:right;
	margin-right:45px;
}
#pie_banderas {
	float:right;
	margin-top:15px;
	margin-right:20px;
}
#pie p {
	color:#FFF;
	font-weight:normal;
	font-size:11px;
	margin:0;
	padding-top:20px;
}
#pie_otros_productos p {
	padding-top:15px;
}
#pie a {
	color:#FFF;
	text-decoration:none;
}
#pie a:hover {
	color:#CCCCCC;
}

/*----Clases Color Texto -----*/
.textoverde {
	color:#0C7800;
}
.clearFloat {
	clear:both;
	display:inline;
}

.tit{font-size:16px;
	font-weight:bold;
	color:#616161;
	margin-top:17px;
	line-height:30px;
}
.titverde{font-size:16px;
	font-weight:bold;
	color: #006600;
	margin-top:17px;
	line-height:30px;
}
