/*
Reglas para trabajar con CSS

1) Primero se definen los estilos para ETIQUETAS html. por ejemplo : header, footer, div, a, p, etc.

2) Despues se definen los estilos para IDENTIFICADORES (id), los id's son elementos unicos en el html,
   en el css se declaran con el simbolo de # ejemplo: #nombre-id{  estilos  } y en el html se llaman
   mediante el atributo id ejemplo :   <div id="publicidad"></div>
   
3) Al fnal se definen los estilos para las CLASES (class), las clases son elementos que se pueden
   repetir 'n' veces en el html, en el css se declaran con el simbolo de . ejemplo :   .nombre-clase{  estilos  }
   y en el html se llaman mediante el atributo class, ejemplo : <div class="borde-logos"></div> 

4) Todos los estilos se ordenan conforme van apareciendo en la disposicion del html, teniendo en cuenta
   la prioridad anterior, es decir, primero ETIQUETAS, luego IDENTIFICADORES y al final las CLASES

5) Los atributos se declaran de la siguiente forma : { atributo:valor1; atributo:valor2; ...atributoN:valorN; }

6) Todos los atributos se ordenan alfabeticamente, por ejemplo si tengo width, color, display
   entonces el orden seria primero color, luego display y al final width
   
7) Si tenemos estilos para el comodin *, o para las etiquetas html y/o body, estos estilos son los
   primeros en definirse. 

8) En el body debemos declarar un tamaņo de fuente global.

9) Si tenemos estilos para resetear elementos html, estos iran antes de cualquier estilo.

*/

/*   reseteo universal   */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: "Chalet";
    src: url("../fonts/Chalet.eot");	
    src: url("../fonts/Chalet.eot?#iefix") format("embedded-opentype"),	
         url("../fonts/Chalet.woff") format("woff"),
         url("../fonts/Chalet.ttf") format("truetype"),
         url("../fonts/Chalet.svg#Chalet") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Pecita";
    src: url("../fonts/Pecita.eot");	
    src: url("../fonts/Pecita.eot?#iefix") format("embedded-opentype"),	
         url("../fonts/Pecita.woff") format("woff"),
         url("../fonts/Pecita.ttf") format("truetype"),
         url("../fonts/Pecita.svg#Chalet") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*   16px = 12pt = 100% = 1em   */
body {
	/*
	background-color: #CCCCCC;   /* fondo plomo     
	background-color: #fff;

    font-family: 'Open Sans';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
	*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
}

section#partebaja_pie_contenedor {
	/*
    padding: 0.25em;
	width: 98%;   
	border-radius: 5px;
	background-color: #fff;   
	border-radius: 8px;
	border-radius: 22px 22px 22px 22px;
	margin: -2px 5px 5px 5px;
	margin: -24px 0px 5px -9px;
    padding: 5px 5px 5px 5px;
	*/

	/*
    box-shadow: 5px 5px 5px 5px rgba(53,72,110,.5);
	*/
	display:block;
	width: 101%;   
    min-height: 60px;
	margin: 13px 0px 28px 0px;
    padding: 1px 1px 1px 1px;
}

section#enlaces4 {
/*
	background-color: #CCCCCC;

    background: -webkit-gradient(linear, left top, left bottom, from(#34466D), to(#ffffff));
    background: -moz-linear-gradient(top,  #34466D,  #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7E9F3', endColorstr='#ffffff');
	border-radius: 5px;

    background: -webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#ffffff));
    background: -moz-linear-gradient(top,  #CCCCCC,  #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7E9F3', endColorstr='#ffffff');
	max-width: 97%;   /*	ancho del header (titulo)   
	margin: 8px auto;
	margin: 4px 4px 4px 4px;
    min-height: 12em;
    padding: 1.0em 1.0em 1.0em 1.0em;   
    min-height: 200px;
    padding: 16px 16px 16px 16px;   
    text-align: right;
*/
	display:block;
	width: 100%;   /*	ancho del header (titulo)   */
	margin: 1px 0px 1px 0px;
    min-height: 100px;
    text-align: center;
}

section#enlaces11, section#enlaces12, section#enlaces13, section#enlaces14 {
/*	
    background: -webkit-gradient(linear, left top, left bottom, from(#34466D), to(#ffffff));
    background: -moz-linear-gradient(top,  #34466D,  #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7E9F3', endColorstr='#ffffff');

    background: -webkit-gradient(linear, left top, left bottom, from(#06248d), to(#ffffff));
    background: -moz-linear-gradient(top,  #06248d,  #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#06248d', endColorstr='#ffffff');
	min-height: 10em;	
    padding: 0.5em 0.5em 0.5em 0.5em;   
	min-height: 200px;	
	min-height: 100px;	
    padding: 8px 8px 8px 8px;   
*/
    background: -webkit-gradient(linear, left top, left bottom, from(#000030), to(#ffffff));
    background: -moz-linear-gradient(top,  #000030,  #ffffff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000030', endColorstr='#ffffff');
	
	border-radius: 5px;
	display: inline-block;
	margin: 1px 0px 1px 0px;
    padding: 1px 1px 1px 1px;   
	width: 100%;
	height: 160px;	
	vertical-align: top;      
/*	vertical-align: middle;   */   /*  en medio del bloque  */
}

section#enlaces11 {
/*
    border-bottom: 3px solid #34466D;   /* borde inferior del cuadro con azul 
    width: 23%;	
    width: 24.5%;	
*/
    width: 24.2%;	
}

section#enlaces12 {
/*
    border-bottom: 3px solid #34466D;
    width: 23%;	
*/
    width: 24.2%;	
}

section#enlaces13 {
/*
    border-bottom: 3px solid #34466D;
    width: 23%;	
*/
    width: 24.2%;	
}

section#enlaces14 {
/*
    border-bottom: 3px solid #34466D;
    width: 23%;	
*/
    width: 24.2%;	
}



section#enlaces222 {
/*
    margin: 16px auto;	
*/
    margin: 16px 16px 16px 16px;	
    min-height: 110px;
	text-align: center;
}

section#enlaces333 {
/*
	background-color: #CCCCCC;   
    margin: 16px 16px 16px 16px;	
*/
	border-radius: 5px;
    margin: 16px 16px 16px 16px;	
    min-height: 110px;
	text-align: center;
}

section#enlaces333:hover {
/*
*/
	background-color: #000;   
	border-radius: 5px;
}

section#enlaces444 {
/*
	background-color: #CCCCCC;   
*/
	border-radius: 5px;
    margin: 16px 16px 16px 16px;	
    min-height: 50px;
	text-align: center;
}

section#enlaces444:hover {
/*
*/
	background-color: #000;   
	border-radius: 5px;
}

section#enlaces555 {
/*
    margin: 16px 16px 16px 16px;	
*/
	background-color: #CCCCCC;   
	border-radius: 5px;
    margin: 10px 16px 10px 16px;	
    min-height: 35px;
	text-align: center;
}

section#enlaces555:hover {
/*
*/
	background-color: #000;   
	border-radius: 5px;
}


#wh8 {
/*	
*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px; 
	color: #fff; 
	line-height: 14px; 
	margin: 0px 10px 5px 0px; 
	padding: 5px;
	text-align: left;
}

#wh9 {
/*	
	font-size: 16px; 
*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px; 
	color: #fff; 
	line-height: 14px; 
	margin: 0px 10px 5px 0px; 
	padding: 5px;
	text-align: left;
}

#wh10 {
/*	
*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px; 
	color: #fff; 
	line-height: 14px; 
	margin: 0px 10px 5px 0px; 
	padding: 5px;
	text-align: left;
}

/*   se dice q' no es necesario
a:active {
	text-decoration: none;
}
*/

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

/*
a:hover {
	text-decoration: none;
}
*/

#wh10:hover {
/*	
	color: #34466D;   /* celeste azulado 
    color: #3994AE;   /* celeste azulado bajito 
	color: #EB3C03;   /* rojo
*/
	font-size: 16px; 

	border-radius: 8px 8px 24px 24px;
	color: #EB3C03;   /* rojo */

	line-height: 14px; 
	margin: 0px 10px 5px 0px; 
	padding: 5px;
	text-decoration: underline;
	text-align: left;
}


/*	Para la Imagen de la derecha   */
.fade2 {
	border-radius: 10px;
    opacity: 1;
	filter: alpha(opacity=10);
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.fade2:hover {
/*
	border-radius: 0;
*/
	border-radius: 10px;
    opacity: 0.7;
	filter: alpha(opacity=7);
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/*	manejo de Responsive Web Design (media cuery)   */
/*     Anterior; tiene desde hasta.
@media screen and (min-width: 921px) and (max-width: 1080px) {   
}

@media screen and (min-width: 620px) and (max-width: 920px) {   
}

@media screen and (min-width: 469px) and (max-width: 619px) {   
}

@media screen and (min-width: 318px) and (max-width: 468px) {   
}

@media screen and (min-width: 17px) and (max-width: 317px) {   
}
*/


/*	manejo de Responsive Web Design (media cuery 1)   */
/*
@media screen and (min-width: 921px) and (max-width: 1080px) {
*/
@media screen and (max-width: 1024px) {
	section#enlaces11 {
	/*
	*/
	    width: 22%;	
	}
	section#enlaces12 {
	/*
	*/
	    width: 22%;	
	}
	section#enlaces13 {
	/*
	*/
	    width: 22%;	
	}
	section#enlaces14 {
	/*
	*/
	    width: 22%;	
	}

	#wh8 {
	/*	
	font-size: 24px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px 0px; 
		padding: 5px;
		text-align: left;
	}

	#wh9 {
	/*	
		font-size: 14px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px 0px; 
		padding: 5px;
		text-align: left;
	}

	#wh10 {
	/*	
	font-size: 16px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px 0px; 
		padding: 5px;
		text-align: left;
	}

	#wh10:hover {
	/*	
	*/
		font-size: 14px; 
		border-radius: 8px 8px 24px 24px;
		color: #EB3C03;   /* rojo */
		line-height: 14px; 
		margin: 0px 10px 5px 0px; 
		padding: 5px;
		text-decoration: underline;
		text-align: left;
	}
}

/*
@media screen and (min-width: 620px) and (max-width: 920px) {
*/
@media screen and (max-width: 768px) {
	section#enlaces4 {
	/*
		margin: 8px auto;
	    padding: 16px 16px 16px 16px;
	    text-align: center;
	*/
		display:block;
		margin: 16px 0px 16px 8px;
		max-width: 97%;   /*	ancho del header (titulo)   */
	    min-height: 100px;
	    padding: 4px 2px 4px 8px;
	}

	section#enlaces11 {
	/*
	    width: 22%;	
	*/
	    width: 22.4%;	
	}
	section#enlaces12 {
	/*
	*/
	    width: 22.4%;	
	}
	section#enlaces13 {
	/*
	*/
	    width: 22.4%;	
	}
	section#enlaces14 {
	/*
	*/
	    width: 22.4%;	
	}

	section#enlaces333 {
	/*
		background-color: #CCCCCC;   
	    margin: 16px 16px 16px 16px;	
		text-align: center;
	    min-height: 110px;
	*/
		border-radius: 5px;
	    margin: 6px 6px 6px 6px;	
	    height: 120px;
	    padding: 6px 6px 6px 12px;	
	}

	section#enlaces333:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	section#enlaces444 {
	/*
		background-color: #CCCCCC;   
	    margin: 16px 16px 16px 16px;	
		text-align: center;
	*/
		border-radius: 5px;
	    margin: 6px 6px 6px 6px;	
	    min-height: 50px;
	    padding: 6px 6px 6px 12px;	
	}

	section#enlaces444:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	section#enlaces555 {
	/*
	    margin: 16px 16px 16px 16px;	
	    margin: 10px 16px 10px 16px;	
	*/
		background-color: #CCCCCC;   
		border-radius: 5px;
	    margin: 5px 8px 5px 8px;	
	    min-height: 35px;
		text-align: center;
	}

	section#enlaces555:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	#wh8 {
	/*	
		font-size: 24px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh9 {
	/*	
		font-size: 14px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh10 {
	/*	
		font-size: 16px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh10:hover {
	/*	
	*/
		font-size: 12px; 
		color: #EB3C03;   /* rojo */
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-decoration: underline;
	}
}

@media screen and (max-width: 640px) {
	section#enlaces4 {
	/*
		margin: 16px 0px 16px 8px;
	    padding: 4px 2px 4px 8px;
		max-width: 97%;   /*	ancho del header (titulo)   
	*/
		display:block;
		margin: 16px 0px 16px 14px;
		width: 97%;   /*	ancho del header (titulo)   */
	    min-height: 100px;
	    padding: 4px 1px 4px 1px;
	}

	section#enlaces11 {
	/*
	    width: 22%;	
	    width: 21.9%;	
	*/
	    width: 23.5%;	
	}
	section#enlaces12 {
	/*
	*/
	    width: 23.5%;	
	}
	section#enlaces13 {
	/*
	*/
	    width: 20%;	
	}
	section#enlaces14 {
	/*
	*/
	    width: 20%;	
	}

	section#enlaces333 {
	/*
		background-color: #CCCCCC;   
	    margin: 16px 16px 16px 16px;	
		text-align: center;
	    min-height: 110px;
	*/
		border-radius: 5px;
	    margin: 6px 6px 6px 6px;	
	    height: 120px;
	    padding: 6px 6px 6px 12px;	
	}

	section#enlaces333:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	section#enlaces444 {
	/*
		background-color: #CCCCCC;   
	    margin: 16px 16px 16px 16px;	
		text-align: center;
	*/
		border-radius: 5px;
	    margin: 6px 6px 6px 6px;	
	    min-height: 50px;
	    padding: 6px 6px 6px 12px;	
	}

	section#enlaces444:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	section#enlaces555 {
	/*
	    margin: 16px 16px 16px 16px;	
	    margin: 10px 16px 10px 16px;	
	*/
		background-color: #CCCCCC;   
		border-radius: 5px;
	    margin: 5px 8px 5px 8px;	
	    min-height: 35px;
		text-align: center;
	}

	section#enlaces555:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	#wh8 {
	/*	
		font-size: 24px; 
		font-size: 18px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 16px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh9 {
	/*	
		font-size: 14px; 
		font-size: 12px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh10 {
	/*	
		font-size: 16px; 
		font-size: 12px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh10:hover {
	/*	
	*/
		font-size: 10px; 
		color: #EB3C03;   /* rojo */
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-decoration: underline;
	}
}

/*
@media screen and (min-width: 469px) and (max-width: 619px) {   
*/
@media screen and (max-width: 480px) {
	section#enlaces4 {
	/*
		margin: 16px 0px 16px 8px;
	    padding: 4px 2px 4px 8px;
	*/
		display:block;
		margin: 16px 0px 16px 14px;
		max-width: 97%;   /*	ancho del header (titulo)   */
	    min-height: 100px;
	    padding: 4px 1px 4px 1px;
	}

	section#enlaces11 {
	/*
	    width: 22%;	
	*/
	    width: 45.5%;	
	}
	section#enlaces12 {
	/*
	*/
	    width: 45.5%;	
	}
	section#enlaces13 {
	/*
	*/
	    width: 45.5%;	
	}
	section#enlaces14 {
	/*
	*/
	    width: 45.5%;	
	}

	section#enlaces333 {
	/*
		background-color: #CCCCCC;   
	    margin: 16px 16px 16px 16px;	
		text-align: center;
	    min-height: 110px;
	*/
		border-radius: 5px;
	    margin: 6px 6px 6px 6px;	
	    height: 120px;
	    padding: 6px 6px 6px 12px;	
	}

	section#enlaces333:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	section#enlaces444 {
	/*
		background-color: #CCCCCC;   
	    margin: 16px 16px 16px 16px;	
		text-align: center;
	*/
		border-radius: 5px;
	    margin: 6px 6px 6px 6px;	
	    min-height: 50px;
	    padding: 6px 6px 6px 12px;	
	}

	section#enlaces444:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	section#enlaces555 {
	/*
	    margin: 16px 16px 16px 16px;	
	    margin: 10px 16px 10px 16px;	
	*/
		background-color: #CCCCCC;   
		border-radius: 5px;
	    margin: 5px 8px 5px 8px;	
	    min-height: 35px;
		text-align: center;
	}

	section#enlaces555:hover {
	/*
	*/
		background-color: #000;   
		border-radius: 5px;
	}

	#wh8 {
	/*	
		font-size: 24px; 
		font-size: 18px; 
		font-size: 16px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 18px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh9 {
	/*	
		font-size: 14px; 
		font-size: 12px; 
		font-size: 10px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh10 {
	/*	
		font-size: 16px; 
		font-size: 12px; 
		font-size: 10px; 
		margin: 0px 10px 5px 0px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-align: left;
	}

	#wh10:hover {
	/*	
	*/
		font-size: 12px; 
		color: #EB3C03;   /* rojo */
		line-height: 14px; 
		margin: 0px 10px 5px -15px; 
		padding: 5px;
		text-decoration: underline;
	}
}





@media screen and (max-width: 320px) {
	section#enlaces4 {
	/*
	*/
		display:block;
		margin: 8px 2px 14px 16px;
		max-width: 97%;   /*	ancho del header (titulo)   */
	    min-height: 100px;
        padding: 2px 2px 2px 2px;   
	}

	section#enlaces11, section#enlaces12, section#enlaces13, section#enlaces14 {
	/*
	*/
		border-radius: 5px;
	    background: -webkit-gradient(linear, left top, left bottom, from(#34466D), to(#ffffff));
	    background: -moz-linear-gradient(top,  #34466D,  #ffffff);
	    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D7E9F3', endColorstr='#ffffff');
		
		display: inline-block;
		margin: 12px 2px 14px 8px;
		min-height: 100px;	
        padding: 2px 2px 2px 2px;   
		vertical-align: top;      
		width: 100%;
	}

	section#enlaces11 {
	/*
        padding: 4px 4px 4px 4px;   
		margin: 6px 0px 2px 6px;
	*/
		margin: 6px 0px 2px -2px;
        padding: 1px 1px 1px 0px;   
	    width: 49%;	
	}
	section#enlaces12 {
	/*
	*/
		margin: 6px 0px 2px 0px;
        padding: 1px 1px 1px 1px;   
	    width: 49%;	
	}
	section#enlaces13 {
	/*
	*/
		margin: 6px 0px 2px 6px;
        padding: 1px 1px 1px 1px;   
	    width: 47%;	
	}
	section#enlaces14 {
	/*
	*/
		margin: 6px 2px 2px 0px;
        padding: 1px 1px 1px 1px;   
	    width: 47%;	
	}

	#wh8 {
	/*
		margin: 0px 0px 5px -10px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 14px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 0px 5px 0px; 
		padding: 5px 0px 5px 0px;
	}

	#wh9 {
	/*	
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 0px 5px 0px; 
		padding: 5px 0px 5px 0px;
	}

	#wh10 {
	/*	
		margin: 0px 0px 2px -12px; 
	*/
	    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10px; 
		color: #fff; 
		line-height: 14px; 
		margin: 0px 0px 2px -18px; 
	}

	#wh10:hover {
	/*	
	*/
		font-size: 10px; 
		color: #EB3C03;   /* rojo */
		line-height: 14px; 
		margin: 0px 0px 2px -18px; 
		padding: 5px;
		text-decoration: underline;
		text-align: left;
	}
}