@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: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
		/*border-collapse: collapse;
	border-spacing: 0;*/
}

/* Cuerpo */
/* Correccin de transparencias */
img, div, a, input { 
	behavior: url(css/iepngfix.htc);
}

body {
	/*text-align:center;*/
	min-width:770px;
	background-color:#0D594C;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
}
/*Enlaces*/
a{}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #00A79B;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
/*Enc*/
h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h1 {
	font-size: 36px;
	color: #137E6B;
	
}
h2 {
	font-size: 24px;
	color: #137E6B;
}
h3 {
	font-size: 18px;
	color: #137E6B;
}
h4 {
	font-size: 14px;
	color: #137E6B;
}
h5 {
	font-size: 12px;
	color: #137E6B;
}
h6 {
	font-size: 10px;
	color: #137E6B;
}
/*Otras etiq*/
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}
ol{
	list-style:decimal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}
ul{
	list-style-type: square;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: normal;
	padding-left: 50px;
	padding-top:10px;
}
li{
	padding-top:6px;
}
a.listas:link { 
	color: #137E6B;
	text-decoration: none;
	}
a.listas:visited { 
	color: #137E6B;
	text-decoration: none;
	}
a.listas:hover { 
	color: #137E6B;
	text-decoration: none;
}
a.listas:active { 
	color: #137E6B;
	text-decoration: none;
}

hr {
}
blockquote {
	font-style: italic;
}
a.Menu{
	margin-left:2px;
	display:block;
	width:84px;
	height:29px;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	color:#00A79B;
	line-height:30px;
	overflow:hidden;
	float:left;
}
a.Menu:hover{/*Los enlaces de imgSust cargarán una imagen de sustitucion al hacer rollOver*/
	color:#FFFFFF;
	background-image:url(../img/menuCentroOver.png);
	
}
a.Menu:active {
	color:#00A79B;
}

/*Contenedores*/
#wrapper {
	margin:0 auto;
	width:770px;
	min-height:1050px;
	height:auto !important;
	height:1050px; /*solo para IE6*/
	/*text-align:left;*/
	position:relative;
}

#wrapper #logo {
	padding-top:20px;
	margin-left:26px;
	margin-bottom:11px;
	width:266px;
	height:79px;
	clear:both; /* esto debe estar aqui?*/
	
}
#wrapper #mainmenu{
	margin-left:14px;
	clear:both;
	width:733px;
	height:29px;
}
#wrapper #mainmenu #menuIzq{
	width:11px;
	height:29px;
	background-image:url(../img/meniIzq.png);
	background-repeat:no-repeat;
	float:left;
}
#wrapper #mainmenu #menuCent{
	width:695px;
	height:29px;
	background-image:url(../img/menuCentro.png);
	float:left;
	text-align:right;
	padding-left:;
}
#wrapper #mainmenu #menuDr{
	width:27px;
	height:29px;
	background-image:url(../img/menuDr.png);
	background-repeat:no-repeat;
	float:right;
}
#wrapper #cuerpo{
	width:770px;
	margin:0 auto;
	min-height:842px;
	height:auto !important;
	height:842px; /*solo para IE6*/
}
#wrapper #cuerpo #superior{
	min-height:19px;
	height:auto !important;
	height:19px; /*solo para IE6*/
	background-image:url(../img/CuerpoSuperior.png);
	background-repeat:no-repeat;
}
#wrapper #cuerpo #centro{
	clear:both;
	min-height:842px;
	height:auto !important;
	height:842px; /*solo para IE6*/
	background-image:url(../img/cuerpo.png);
	background-repeat: repeat-y;
}
#wrapper #cuerpo #centro #baner{
	clear:both;
	width:738px;
	margin-left:5px;
	margin-top:0px;
	min-height:224px;
	height:224px; /*solo para IE6*/
}
#wrapper #cuerpo #centro #linea{
	clear:both;
	margin-left:4px;
	width:738px;
	height:6px;
}
#wrapper #cuerpo #centro #lateral{
	float:left;
	margin-left:4px;
	width:224px;	
}
#wrapper #cuerpo #centro #lateral #cajaverdeNewsletters{
	clear:both;
	width:207px;
	height:137px;
	margin-left:5px;
	background-repeat:no-repeat;
}
#wrapper #cuerpo #centro #lateral #cajanoticias{
	clear:both;
	margin-left:5px;
	width:207px;
	height:300px;
}
#wrapper #cuerpo #centro #lateral #cajaverdeServicios{
	clear:both;
	width:207px;
	height:97px;
	margin-left:5px;
	background-image:url(../img/cajaverdeServicios.png);
	background-repeat:no-repeat;
}
#wrapper #cuerpo #centro #lateral #cajaverdeDistribucion{
	clear:both;
	width:207px;
	height:75px;
	margin-left:5px;
	background-image:url(../img/cajaverdeDsitribuidores.png);
	background-repeat:no-repeat;
}

#wrapper #cuerpo #centro #desarrollo{
	float:left;
	margin-left:5px;
	width:505px;
		
}
#wrapper #cuerpo #centro #desarrollo #dSup{
	clear:both;
	width:505px;
}
#wrapper #cuerpo #centro #desarrollo #dSup #index{
}
#wrapper #cuerpo #dLineapuntos1{
	clear:both;
	background-image:url(../img/lineaPuntos1.png);
	background-repeat: no-repeat;
	height:12px;
}
#wrapper #cuerpo #centro #desarrollo #dInf{
	clear:both;
	width:505px;
}
#wrapper #cuerpo #centro #desarrollo #dInf #fotOferta{
	width:230px;
	height:173px;
}
#wrapper #cuerpo #menuInf{
	clear:both;
	height:16px;
}
#wrapper #cuerpo #inferior{
	min-height:56px;
	height:auto !important;
	height:56px; /*solo para IE6*/
	background-image:url(../img/cuerpoInferior.png);
	background-repeat:no-repeat;
}
#wrapper #cuerpo #centro #desarrollo #TextoCentrado {
	margin:5px;
	height:534px;
	width:485px;
	overflow:auto;
}
#wrapper #cuerpo #centro #desarrollo #TextoCentrado #noticia{
	width:450px;
}
/*  contenedores detalle noticia  */
#wrapper #cuerpo #centro #desarrollo #ficha {
	width:450px;
	height:514px;
	margin:0 auto;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #ficha #titulo {
	width:440px;
	height:20px;
	margin:5px;
	clear:both;
	text-align:center;
}
#wrapper #cuerpo #centro #desarrollo #ficha #fecha {
	width:440px;
	height:20px;
	margin:5px;
	clear:both;
	text-align: left;
}
#wrapper #cuerpo #centro #desarrollo #ficha #foto {
	clear:both;
	height:200px;
	width:200px;
	margin:5px;
}
#wrapper #cuerpo #centro #desarrollo #ficha #texto{
	height:300px;
	clear:both;
	width:450px;
	margin:5px;
	overflow:auto;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #ficha #fuente {
	width:440px;
	height:20px;
	margin:5px;
	clear:both;
}
/* inicio empresa */
#wrapper #cuerpo #centro #desarrollo #empresa {
	width:505px;
	margin:0 auto;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #empresa #somos {
	width:220px;
	margin:5px;
	float:left;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #empresa #foto1 {
	float: right;
	height:284px;
	width:210px;
	margin:5px;
}
#wrapper #cuerpo #centro #desarrollo #empresa #somos2 {
	width:480px;
	margin:5px;
	clear:both;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #empresa #foto2 {
	float:left;
	height:180px;
	width:220px;
	margin:5px;
}
#wrapper #cuerpo #centro #desarrollo #empresa #foto3 {
	float:right;
	height:180px;
	width:220px;
	margin:5px;
}
#wrapper #cuerpo #centro #desarrollo #empresa #somos3 {
	width:480px;
	margin:5px;
	clear:both;
	text-align:center;
}
/* final empresa */
/* inicio sat */
#wrapper #cuerpo #centro #desarrollo #sat {
	width:505px;
	margin:0 auto;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #sat #somost {
	/*width:220px;*/
	width:480px;
	margin:5px;
	/*float:left;*/
	clear:both;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #sat #fotot1 {
	float: right;
	height:284px;
	width:210px;
	margin:5px;
}
#wrapper #cuerpo #centro #desarrollo #sat #somost2 {
	width:480px;
	margin:5px;
	clear:both;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #sat #fotot2 {
	float:left;
	height:158px;
	width:220px;
	margin-left:15px;
}
#wrapper #cuerpo #centro #desarrollo #sat #fotot3 {
	float:right;
	height:158px;
	width:220px;
	margin-right:25px;
	
}
#wrapper #cuerpo #centro #desarrollo #sat #somost3 {
	width:480px;
	margin:5px;
	clear:both;
	text-align:center;
}
/* final sat */
/* Inicio ecologia */
#wrapper #cuerpo #centro #desarrollo #ecologia {
	width:505px;
	margin:0 auto;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #ecologia #ecologiaTexto {
	width:480px;
	clear:both;
	margin:5px;
	float:left;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #ecologia #ListaOrden {
	float:left;
	width:460px;
	margin-top:5px;
	margin-left:20px;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #ecologia #fotoEco {
	float: right;
	height:284px;
	width:400px;
	margin-right:20px;
	margin-top:20px;
}
#wrapper #cuerpo #centro #desarrollo #ecologia #fotoEco2 {
	float: left;
	height:130px;
	width:200px;
	margin-top:20px;
	margin-left:20px;
	background-color:#FFFFFF;
}
#wrapper #cuerpo #centro #desarrollo #ecologia #fotoEco3 {
	float: left;
	height:130px;
	width:200px;
	margin-top:5px;
	margin-left:20px;
	background-color:#FFFFFF;
}
/* final ecologia */
/* inicio localizacion */
#wrapper #cuerpo #centro #desarrollo #localizacion {
	width:480px;
	margin:0 auto;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #localizacion #texto {
	width:480px;
	margin:5px;
	clear:both;
	text-align:left;
}
#wrapper #cuerpo #centro #desarrollo #localizacion #mapa {
	float: left;
	width:425px;
	height:350px;
	margin:5px;
	border: 2px;
	border-style:solid;
	border-color:#137E6B;
}
#wrapper #cuerpo #centro #desarrollo #localizacion #datos {
	width:480px;
	margin:5px;
	clear:both;
	text-align:left;
}
/* final localizacion */
#wrapper #cuerpo #centro #desarrolloFotos{
	float:left;
	overflow:scroll;
	margin-left:5px;
	width:505px;
	height:600px;		
}
/* inicio enlaces */
#wrapper #cuerpo #centro #desarrollo #enlaces {
	width:480px;
	margin-top:5px;
	text-align:left;
	clear:both;
	text-align:left;
}
#wrapper #cuerpo #pie{
	clear:both;
	width:734px;
	height:17px;
	padding-right:25px;
	background-image:url(../../img/pie.jpg);
	background-repeat:no-repeat;
	
}

#wrapper #cuerpoinferior{
	background-repeat:no-repeat;
	width:770px;
	margin:0 auto;
	min-height:56px;
	height:auto !important;
	height:56px; /*solo para IE6*/
}
#wrapper #pie{
	width:770px;
	margin:0 auto;
	/*min-height:18px;*/
	height:auto !important;
	height:50px; /*solo para IE6*/

}
/*  FORMULARIOS  */
/*****************/
/*Formularios*/
#contacto {
	min-width:450px;
	width:450px;
	margin-left:auto;
	margin-right:auto;
}
.rellenoformulario { /* Aplica relleno */
	padding:6px;
}
form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
fieldset {
	border:1px solid #000000;
	background-color:#FFFFFC;
	padding:10px;
	margin-bottom:3px;
}
legend {
	font-weight:bold;
	color:#137E6C;
}
label {
	cursor:pointer;
	text-align:right;
	margin-right:10px;
}
/* CONTROLES DE FORMULARIO */

.margencajas{
	margin-left:10px;
}
.leermas{
	text-align:right;
	font-size:12px;
	color:#000000;
}
.todasnoticias{
	text-align:right;
	text-decoration:underline;
	font-weight:bolder;
	font-size:12px;
	color:#000000;
}
.seguir{
	text-align:right;
	font-weight:bolder;
	font-size:12px;
	color:#000000;
}
.blanco{
	color:#FFFFFF;
}
.verdeClaro{
	color:#00A79B;
}
.gris{
	color: #FBFBFB;
}
.negro{
	text-align:left;
	font-size:10px;
	color:#000000;
}
/* antiguo css */
#wrapper #validar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:9px;
	text-align:right;
	
}	
#wrapper #LogoCarrito { /* Aqui utilizo un Div PA dentro del div flotante para que quede anclado */
	position:absolute; /*Obligatorio para decirle que es div PA */
	top:300px; /*Aqui le digo el eje de la Y donde va a estar colocado DESDE LA PARTE SUPERIOR DEL CONTENEDOR NO DE LA PAGINA */
	left:670px; /*Aqui le digo el eje de la X donde va a estar colocado DESDE LA PARTE IZQ DEL CONTENEDOR NO DE LA PAGINA */
	width:125px; /*Tamaño del logo*/
	height:125px;
	z-index:100; /*Le damos la profundidad qui le decimos que estará sobresaliendo por delante*/
	background-image:url(../img/carrito.png);
	background-repeat:no-repeat;
}
#wrapper #LogoIzquierda { /* Aqui utilizo un Div PA dentro del div flotante para que quede anclado */
	position:absolute; /*Obligatorio para decirle que es div PA */
	top:231px; /*Aqui le digo el eje de la Y donde va a estar colocado DESDE LA PARTE SUPERIOR DEL CONTENEDOR NO DE LA PAGINA */
	left:-261px; /*Aqui le digo el eje de la X donde va a estar colocado DESDE LA PARTE IZQ DEL CONTENEDOR NO DE LA PAGINA */
	width:261px; /*Tamaño del logo*/
	height:621px;
	z-index:-100; /*Le damos la profundidad qui le decimos que estará sobresaliendo por delante*/
	background-image:url(../img/logolateral.png);
	background-repeat:no-repeat;
}
.TextoIzquierda{

text-align:left;

}
table.compra{
	background-color: #D2D2D2;
	border:1px solid #000;
	
}
table.compra th{
	background-color:#000000;
	text-align:center;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
}
table.compra td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:1px solid #000;

}
