/*--------- INDICE --------------------------------------
	=1: Modificadores generales		
---------------------------------------------------------
	=2: Etiquetas basicas
---------------------------------------------------------
	=3: Estructura general
		=ENCABEZADO
		=CUERPO	
		=PIE			
---------------------------------------------------------
	=4: Etiquetas producto
---------------------------------------------------------
	=5: Estructura producto
		=NEWS
		=SHOP
		...
-------------------------------------------------------*/

/* =1: Modificadores generales */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	/*color: #666666;*/
	color: #133264;
	text-align: justify;
	 
}

body {	
	font-size: 80%;		 
}


html {		
	margin: auto;
	background: transparent url(../../imagenes/html_fondo.gif) repeat-x;	
}

/* =2: Etiquetas basicas */

b {
	/*color: #FA7700;*/
	font-weight: bold;
}

caption {
	display: table-caption;
	background-color: #EAEFF5;
	color: #333333;	
	font-size: 85%;
	font-weight: bold;
	line-height: normal;
	padding: 3px;
	text-align: justify;
	text-decoration: none;
	border-bottom: 6px solid #ffffff;
	width: 100%;
	text-align: center;
}

em {
	font-style: italic;
}

h1 {
	color: #fff;
	background-color:#fff;
	font-size: 140%;
	font-weight: bold;	
}

h1 span {
	color: #fff;
	background-color:#4D545A; 
	font-size: 80%;
	font-weight: normal;	
	padding-left: 5px;
}

h2 {
		
	}

h3 {
	border-bottom:1px solid #000000;
	color:#000000;
	font-size:160%;
	font-weight:bold;	
	margin:0px auto 5px auto;
	*margin:0px auto 5px auto;
	_margin:10px auto 5px auto;
	text-transform:uppercase;
	text-align: left;
	letter-spacing: 0.1em;
	font-family: Trebuchet MS, Arial;
	width: 95%;
	padding-top: 10px;
}

h4 {
	font-size: 140%;
    color: #666666;
    font-weight: bold;   
    font-style: italic;
	text-align: left;	
	margin: 0 auto 10px auto;
	width: 95%;
}

h5 {
	width: 95%;
	margin: 0 auto 10px auto;
	color: #004A86;
	font-size: 120%;
}

h6 {
	width: 95%;
	margin: 0 auto 10px auto;
	color: #004A86;
	font-size: 100%;
}

hr {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #B9B9B9;
	margin: auto;
	/*width: 94%*/
	text-align: center;
}

hr.hr1 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #FA7700;
	width: 100%;
	margin: auto;
	text-align: center;
}

hr.hr2 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #FA7700;
	margin: auto;
	text-align: center;
}

hr.hr3 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	text-align: center;
}

i {	
}

img.Cimgcontenido {
	padding-left: 10px;
	float: right;
}

input {
	background-color: #FFF;
	border: 1pt solid #FB7C00;
	font-weight: normal;
	color: #333333;
	font-size: 100%;
	
}

input.iboton1 {	
	background-color: #FA7700;
	border: 1pt none #333333;
	color: #FFFFFF;	
	font-size: 90%;
	padding: 0px 3px;	
}

input.ibotonimportante1 {
	background-color: #FC7C00;
	border: 1pt solid #CCCCCC;
	color: #FFFFFF;
	font-size: 90%;
}

input.iboton2 {
	background-color:#034e96;
	border-color:#DDDDDD rgb(0, 0, 0) rgb(0, 0, 0) rgb(221, 	221, 221);
	border-style:solid;
	border-width:1pt;
	color:#FFFFFF;
	font-size:85%;
	padding:0px 3px;
}

input.ibotonimportante2 {
	background-color:#647584;
	border-color:#DDDDDD rgb(0, 0, 0) rgb(0, 0, 0) rgb(221, 	221, 221);
	border-style:solid;
	border-width:1pt;
	color:#FFFFFF;
	font-size:85%;
	padding:0px 3px;
}

input.iboton3 {
	background-color: #999999;
	border: 1pt solid #FFFFFF;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: normal;

}
input.iboton4{
	font-size: 110%;
	background-color: #1A2067;
	border: 1px solid #ACBFCC;
	color: #ffffff;
	font-weight: bold;
}

input.icampotexto1 {
	background-color: #DFE7EC;
	border: 1pt solid #1A2067;
	font-size: 100%;
	vertical-align: text-bottom;
}

input.icampotexto2 {
	background-color: #FFFFFF;
	border: 1pt solid #ACBFCC;
	color: #333333;
	font-size: 90%;
}

input.icampotexto3 {
	font-size: 120%;
}

input.iradio1 {
	background-color: transparent;
	border: none;
	font-size: 100%;
}

input.icheckbox1 {
	background-color: transparent;
	border: none #666666;
	font-size: 100%;
	margin: 0pt;
	padding: 0pt;
}

li {
	/*color: #666666;*/
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;	
	}

ol {
	border: none;
}

p {
	/*color: #727272;*/
	color: #133264;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: justify;
	text-decoration: none;
	padding-bottom: 1.2em;
}

pre {
	font-size: 100%;
	color: #333333;
	background-color: #EBEBEB;
}

select {
	background-color: #ffffff;
	border: 1pt solid #FB7C00;
	font-size: 85%;
	vertical-align: middle;
	margin-bottom: 2px;
	}

strong {
	font-weight: bold;
}

strong.snegrita1 {
	color: #FFFFFF;
	font-weight: bold;
}

table {	
}

table.ttabla1 {
	color: #000000;	
	font-size: 100%;
	margin: 1px 0 1px 0;
	padding: 1pt;
	border: 1px solid #000000;
	width:100%;
}

table.ttabla2 {
	color: #000000;	
	font-size: 85%;
	margin: 1px;
	padding: 1pt;
	border: 1px solid #000000;
}

table.ttabla3 {
	border: 1pt solid #81965E;
	margin-top: 3px;
	padding-left: 3px;
}

table.ttabla4 {
	border-bottom: 1px solid #FC7315;
	color: #000000;	
}

table.ttabla5 {
	background-color: #E8F3C9;
	color: #000000;	
}

table.ttabla6 {

}

thead {
	}

thead tr th {
	background-color: #EE540E;
	color: #ffffff;
	text-align:left;	
	font-size: 100%;
	font-weight: bold;
}

thead tr th a:link {
	COLOR: #ffffff;	
	text-decoration: underline;
}
thead tr th a:visited {
	COLOR: #ffffff;	
	text-decoration: underline;
}
thead tr th a:hover {		
	COLOR: #ffffff;	
	text-decoration: none;
}

tbody {
	
	}

tbody tr.tfila1 {		
	background-color: #edf7fd;
	font-size: 100%;
}

tbody tr.tfila2 {
	background-color: #ffffff;	
	font-size: 100%;
}

tbody tr.tfila3 {
	background-color: #EAEFF5;
	color: #9C9A61;
	font-size: 100%;
}

tbody tr.tfila1 td {	
	padding: 5px;
	text-align:center;
	background-color: #edf7fd;
}

tbody tr.tfila2 td {	
	padding: 5px;
	text-align:center;
	
}

tbody tr.tfila3 td {	
	border-bottom: 1px dashed #C3C3C3;
	text-align:center;
}


tbody tr.tfila1 td.tfila1 {
	border-bottom: 1px solid #F3F3F3;
	text-align:justify;	
	padding: 0.5em;
	vertical-align:middle;
}

tbody tr.tfila1 td.tfilaimportante1 {	
	padding: 5px;
	text-align:center;
	background-color: #133264;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
}

tbody tr th {
	color: #9C9A61;	
	border: none;
	background-color: #ffffff; 	
}

tbody tr th a:link {
	COLOR: #ffffff;	
	text-decoration: underline;
}
tbody tr th a:visited {
	COLOR: #ffffff;	
	text-decoration: underline;
}
tbody tr th a:hover {		
	COLOR: #ffffff;	
	text-decoration: none;
}

tbody tr td {
	/*COLOR: #747474;*/	
	color: #133264;
	/*background-color: #fff; */	
	/* background-color: #EDF7FD; */	
	padding: 2px;
}


tfoot tr td {
	color: #004A86;	
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
	text-align: center;
	background-color: #C6D7E7;
	vertical-align: text-bottom;
}

tfoot tr td a:link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #004A86;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
tfoot tr td a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	/*color: #747474;*/	
	color: #004A86;	
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
tfoot tr td a:hover {		
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #004A86;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: middle;
}

th {
	border-bottom-style: solid;
	border-bottom-width: 0px;		
	margin: 0;
	padding: 2px;	
	background-color: #383D42;
	color: #FFFFFF;
}


th.tcabecera1 {
	background-color: #EE540E;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;
}

th.tcabeceraimportante1 {
	background-color: #6791C2;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}

th.tcabecera2 {
	background-color: #FFFFFF;
	border-bottom-color: #9C9A61;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-color: #C3C4C8;
	border-top-style: dashed;
	border-top-width: 1px;
	color: #333333;
	font-size: 110%;
	margin-top: 10px;
	padding: 2px;
	padding-top: 10px;
	text-align: left;
}

td.tfila1 {
	border-bottom: 1px solid #CCCCCC;
}


td.tfilaimportante1 {
	background-color: #f0e0b9;
	color: #9C9A61;	
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;
	text-transform: uppercase;
}

td.tfila2 {
background-color: #F4F4F4;
	color: #383D42;	
	font-weight: normal;
	padding: 2px ;
	text-align: justify;
	font-size: 85%;
}

td.tfilaimportante2 {
	background-color: #EEEEEE;
	color: #333333;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 6pt;
	text-align: justify;
	text-decoration: none;
}

td.tfila3 {
	background-color: #A8A8A8;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 6pt;
	text-align: justify;
}

td.tfila4 {
	background-color: #ffffff;
	color: #333333;
	font-size: 100%;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
	margin: 0px;
	padding: 2px;
	text-align: justify;
}

td.tfila5 {
	background-attachment: fixed;
	background-color: #DFE7EC;
	background-image: url(../../imagenes/fondo_puntos.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 100%;
	margin: 0px;
	padding: 2px;
	text-align: justify;	
}

td.tfilaimportante3 {
	background-color: #DFE7EC;
	border-left: 3px solid #4C82B9;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

td.tfilaimportante4 {
	background-color: #EAEFF5;
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	color: #333333;
	font-size: 100%;
	margin: 0pt;
	padding-bottom: 2pt;
	text-align: justify;
}

td.tfilaimportante5 {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 100%;
	margin: 0pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
	text-align: right;
}

td.tcolumna1 {
	font-size: 100%;
	color: #004A86;	
	border: none;
	background-color: transparent;
    text-align: right;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px dashed #004A86;
	border-left: 0px solid #FFFFFF;
	padding-left: 2px;
}

td.tcolumnaimportante1 {
	background-color: #DFE7EC;
	border-left: 3px solid #4C82B9;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

td.tcolumna2 {
	color: #333333;
	font-size: 100%;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2px;
	text-align: left;
	background-color: transparent;
}

td.tcolumnaimportante2 {
	background-color: #EAEFF5;
	border-left: 3px solid #D2C609;
	color: #D2C609;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

td.tcolumna3 {
	border-left: 1px solid #81965E;
}

td.tcolumna4 {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 100%;
	padding: 2px;
	text-align: left;
	vertical-align: text-top;
}

.titulo_clausula{

}
.clausula{
	font-size: 85%;
	text-align:justify;
	line-height: 11px;
	opacity:1;
	filter:alpha(opacity=100);	
}

.pietabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.pietablaimportante1 {
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}

.piepagina {
	background-color: #E4E4E4;
	color: #7FA1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: justify;
}

.piepaginaimportante {
	color: #7FA1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: justify;
}

.piepagina1 {
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
}

.piepaginaimportante1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
}

textarea {
	background-color: #fff;
	border: 1pt solid #FB7C00;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}



a:link {
	color: #FA7700;
	text-decoration: none;
}

a:visited {
	color: #FA7700;
	text-decoration: none;
}

a:hover {
	color: #FA7700;
	text-decoration: underline;
}

a:active {
	color: #FA7700;
	text-decoration: underline;
}


/* =3: Estructura general de la pagina:
CONTIENE LOS 3 BLOQUES PRINCIPALES DE LA PAGINA: ENCABEZADO, CUERPO Y PIE   */
#envoltorio {
	
	margin: auto;
	padding: 0;
	/* width: 100%;	*/
	width: 1003px; 
}

/* BLOQUE 1: ENCABEZADO */
/* Todo lo que vaya en este bloque empieza por E */
#encabezado {
	background: transparent url(../../imagenes/E_fondo.gif) top left repeat-x;	
	margin: auto;
	padding: 0;
	margin-bottom: 0px;	
	width: 1003px;
	min-height: 253px;
	height: 253px;
	_height: 253px;
}


/* zona corporativa con el nombre de aplicacion y logos */

#Econtenido {	 
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 82px;
	height: 82px;
	_height: 82px;
	text-align: center;
	margin: auto;
	float: left;
	position: relative;
	clear: both;
}

.Econtenido_es {
		background: transparent url(../../imagenes/Econtenido_fondo_es.gif) 645px 15px no-repeat;
}

.Econtenido_en {
		background: transparent url(../../imagenes/Econtenido_fondo_en.gif) 645px 12px no-repeat;
}

.Econtenido_fr {
		background: transparent url(../../imagenes/Econtenido_fondo_fr.gif) 645px 15px no-repeat;
}

.Econtenido_pt {
		background: transparent url(../../imagenes/Econtenido_fondo_pt.gif) 645px 12px no-repeat;
}
	

#Elogo {
	float: left;	
	margin: 0;
	padding: 0;		
	padding: 1px 0 0 0px;
	height: 64px;
	width: 250px;
	position: absolute;
	left: 50px;
	top: 0px;
	
}

#Elogo a {
	margin: 0;
	padding: 0;
	background: #fff;
	display: block;
	height: 64px;
	width: 250px;
	
}

#Elogo a:visited {
	margin: 0;
	padding: 0;
	background: #fff;
	display: block;
	height: 64px;
	width: 250px;
	
}

#Elogo a:hover {
	margin: 0;
	padding: 0;
	background: #fff;
	
	display: block;
	height: 64px;
	width: 250px;
}

/* zona que contiene: menu principal del encabezado,iconos,busqueda y acceso*/
#Emenu {
	margin: 0;	
	padding: 0;	
	width: 1003px;
	
	margin: 0px 0px 0px 0px;	
}

/* menu principal del encabezado */

#Eselector {
	background-color: transparent;	
	width: 1003px;
	margin: 0;
	padding: 0;		
	background: transparent;	
	margin-bottom: 0;
	*margin-bottom: 0;
	_margin-bottom: -1px;
	float: left;
}

#Eselector ul.menulist {
	margin: 0;
	padding: 0;
	list-style: none;		
}

/* cada una de las opciones del menu principal */
#Eselector li {
	float: left;	
	border: 0px solid #333300;
	display: inline;	
	text-align: center;	
	width: auto;	
	padding: 0;	
	/*background: url(../../imagenes/Eselector_ulli_fondo.gif) left bottom no-repeat;*/
	background: transparent;		
	width: auto;
	*width: auto;
	_width: 195px;
	line-height: 36px;	
	_line-height: 32px;
	padding-top: 4px;
	*padding-top: 4px;
	_padding-top: 0px;
	margin: 0;
	*margin: 0 8px;
	_margin: 0px;
}

#Eselector li.margen {
	float: left;
	position: relative;
	border: 0px solid #333300;
	text-align: center;
	margin: 0;
	padding-right: 1px;
	
	width: 53px;
	_width: 1px;
	background: transparent;
	
}

#Eselector li a {	
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;			
	font-size: 85%;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	background: transparent; 	
	opacity:1;
	filter:alpha(opacity=100);
	min-height: 32px;	
	height: 32px;	
	_height: 32px;
	display: block;
	/*padding: 8px 14px 0pt 14px;*/
	padding: 8px 9px 0pt 9px;
	/**padding: 8px 23px 0pt 23px;*/
	*padding: 8px 9px 0pt 9px;
	_padding: 12px 0px 0pt 0px;		
	_white-space: nowrap;
}

#Eselector li a:visited {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;			
	font-size: 85%;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: transparent; 	
	opacity:1;
	filter:alpha(opacity=100);
	/*padding: 8px 14px 0pt 14px;*/
	padding: 8px 9px 0pt 9px;
	/**padding: 8px 23px 0pt 23px;*/
	*padding: 8px 9px 0pt 9px;
	_padding: 12px 0px 0pt 0px;		
	_white-space: nowrap;
	}

#Eselector li a:hover {	
	font-size: 85%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #DD242F;	 
	opacity:1;
	filter:alpha(opacity=100);
	display: block;	
	background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	*background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	_background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left 16px repeat-x;
	 /*padding: 8px 14px 0pt 14px;*/
	padding: 8px 9px 0pt 9px;
	/**padding: 8px 23px 0pt 23px;*/
	*padding: 8px 9px 0pt 9px;
	_padding: 12px 0px 0pt 0px;		
	_white-space: nowrap;
}

#Eselector li a:active {
	}
	
#Eselector li a img {	
	vertical-align: middle;
	padding: 0px 9px 0 9px;
	*padding: 0px 0px 0 0px;
	_padding: 0px 0px 0px 0px;
	margin-top: -14px;	
	*margin-top: -14px;	
	_margin-top: -10px;	
	width: 40px;
	height: 40px;
	}	

/* si hay: opcion resaltada del menu, donde esta el usuario  */

/* link de la opcion resaltada  */

#Eselector ul.menulist li.light a {	
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;			
	font-size: 85%;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	*background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	_background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left 16px repeat-x; 	
	opacity:1;
	filter:alpha(opacity=100);
	min-height: 32px;	
	height: 32px;	
	_height: 32px;
	display: block;
	/*padding: 8px 14px 0pt 14px;*/
	padding: 8px 9px 0pt 9px;
	/**padding: 8px 23px 0pt 23px;*/
	*padding: 8px 9px 0pt 9px;
	_padding: 12px 0px 0pt 0px;		
	_white-space: nowrap;
}

#Eselector ul.menulist li.light a:visited {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;			
	font-size: 85%;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	*background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	_background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left 16px repeat-x;	
	opacity:1;
	filter:alpha(opacity=100);
	/*padding: 8px 14px 0pt 14px;*/
	padding: 8px 9px 0pt 9px;
	/**padding: 8px 23px 0pt 23px;*/
	*padding: 8px 9px 0pt 9px;
	_padding: 12px 0px 0pt 0px;		
	_white-space: nowrap;
	}

#Eselector ul.menulist li.light a:hover {	
	font-size: 85%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #DD242F;	 
	opacity:1;
	filter:alpha(opacity=100);
	display: block;	
	background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	*background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left bottom repeat-x;
	_background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left 16px repeat-x;
	 /*padding: 8px 14px 0pt 14px;*/
	padding: 8px 9px 0pt 9px;
	/**padding: 8px 23px 0pt 23px;*/
	*padding: 8px 9px 0pt 9px;
	_padding: 12px 0px 0pt 0px;		
	_white-space: nowrap;
}

#Eselector ul.menulist li.light a:active {
	}
	
#Eselector ul.menulist li.light a img {	
	vertical-align: middle;
	padding: 0px 9px 0 9px;
	*padding: 0px 0px 0 0px;
	_padding: 0px 0px 0px 0px;
	margin-top: -14px;	
	*margin-top: -14px;	
	_margin-top: -10px;	
	}

/* enlaces menores, solo iconos */

#Eiconos {
	background: transparent;
	float: right;
	padding: 0;
	width: 96px;
	margin: 0;
	text-align: center;
	margin-top:0px;	
	height: 11px;
	_height: 11px;
	min-height: 11px;
	margin-top:2px;	
	*margin-top:4px;	
	_margin-top:4px;	
	margin-bottom:4px;
	*margin-bottom:2px;
	_margin-bottom:2px;
	padding-top: 66px;
}

#Eiconos span {
	width: 63px;
	float: left;	
}

#Eiconos a img {
	border: 0;
	padding: 0;
	margin: 0;
}

#Eiconos a {
	padding: 0px 2px 0 3px;
	border: 0;
	margin: 0;
	background: #fff;
	height: 11px;
	width: 16px;
	display: block;
	float: left;
}

#Eiconos a:visited {
	padding: 0px 2px 0 3px;
	border: 0;
	margin: 0;
	background: #fff;
	height: 11px;
	width: 16px;
	display: block;
	float: left;
}

#Eiconos a:hover {
	padding: 0px 2px 0 3px;
	border: 0;
	margin: 0;
	background: #fff;
	opacity:.5;
	filter:alpha(opacity=50);
	height: 11px;
	width: 16px;
	display: block;
	float: left;
}

#Ebanner {	
	float: left;
	margin: 0;
	padding: 0;
	width: 1003px;
	min-height: 127px;
	height: 127px;
	_height: 127px;	
	/*position: relative;*/	
}

.empresa {
background: url(../../imagenes/Ebanner_empresa_fondo.jpg) top left no-repeat transparent;
	}
	
.productos {
background: url(../../imagenes/Ebanner_productos_fondo.jpg) top left no-repeat transparent;
	}
	
.noticias {
background: url(../../imagenes/Ebanner_noticias_fondo.jpg) top left no-repeat transparent;
	}
	
.formacion {
background: url(../../imagenes/Ebanner_formacion_fondo.jpg) top left no-repeat transparent;
	}	
	
.contacto {
background: url(../../imagenes/Ebanner_contacto_fondo.jpg) top left no-repeat transparent;
	}	

#Ebannerproductos {
	margin-bottom: -103px;
	*margin-bottom: -100px;
	_margin-bottom: -100px;
}

#Ebanner h1 {	
	padding-top: 100px;
	padding-left: 277px;
	color: #fff;
	background-color: transparent;
	font-size: 170%;
	font-weight: bold;	
}



/* BLOQUE 2: CUERPO */
/* Las zonas principales de este bloque empiezan por C */
#cuerpo {
	/*background: url(../../imagenes/C_fondo.gif) top center repeat-y transparent;*/		
	margin: 0px 0 0 0;
	width: 100%;
	margin-top: 0px;
	/**margin-top: -10px;
	_margin-top: -25px;*/
	overflow: hidden;	
}


/* menus del cuerpo */

#Cmenu {
	background: url(../../imagenes/Cmenu_fondo.gif) center top  repeat-y transparent;
	float: left;
	width: 200px;
	/*margin-left: 53px;*/
	margin-left: 50px;
	padding-left: 0px;
	/*_margin-left: 26px;*/
	_margin-left: 25px;
	_padding-left: 0px;
	padding: 0;
	
}

/* si hay: zona busqueda, con su input texto y link */
#Cbusqueda {
	background: url(../../imagenes/Cbusqueda_fondo.gif) 13px 9px no-repeat;		
	padding: 0px 0 0px 19px;
	height: 50px;
	_height: 50px;
	min-height: 50px;
	line-height: 12px;
	text-align: left;
	margin: 0;
	color: #666666;	 	
	width: 179px;
	margin-top: -28px;
	_margin-right: -24px;
	position: absolute;
	*position: relative;
	_position: relative;	
}

#Cbusqueda span {
	font-size: 85%;
	font-weight: normal;
	padding-top: 0px;
	margin-top: -3px;
	display: block;
}

#Cbusqueda select {
	background-color: #fff;
	border: 1px solid #b9d1f0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	vertical-align: middle;
	padding-top: 1px;	
}

#Cbusqueda input.icampotexto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #fff;
	border: 1px solid #D4D4D4;
	vertical-align: middle;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-left: 28px;
	margin-right: 5px;
	padding-left: 2px;
	margin-top: -2px;
	*margin-top: -18px;
	_margin-top: -18px;
}

#Cbusqueda a img {
	border: 0;
	padding: 2px;
	vertical-align: middle;
}

#Buscar {
	background: url(../../imagenes/btn_buscar_fondo.gif) center center no-repeat transparent;	
	margin: 0;
	border: 0;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;	
	padding:0px 0px 0px 1px;	
	width: 41px;	
	min-height: 34px;	
	height: 34px;	
	_height: 34px;	
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 0px;	
}

/* si hay: suscripcion boletin */
#Csuscripcion {
	background: url(../../imagenes/ima_boletin.jpg) 14px 14px no-repeat;		
	padding: 0px 0 10px 10px;
	/*height: 35px;
	_height: 35px;
	min-height: 35px;*/
	/*line-height: 19px;*/
	text-align: right;
	margin: 0;
	color: #666666;	 	
	width: 179px;
	margin-top: -28px;
	_margin-right: -24px;
	position: absolute;
	*position: relative;
	_position: relative;
	
}

#Csuscripcion span {
	font-size: 85%;
	font-weight: bold;
	padding-top: 4px;
	display: block;
}


#Csuscripcion select {
	background-color: #fff;
	border: 1px solid #b9d1f0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	vertical-align: middle;
	padding-top: 1px;	
}

#Csuscripcion input.icampotexto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #fff;
	border: 1px solid #D4D4D4;
	vertical-align: middle;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-left: 57px;
	margin-right: 10px;
	padding-left: 2px;
	margin-top: -14px;
	*margin-top: 2px;
	_margin-top: 2px;	
	clear: both;
	display: block;
}

#Csuscripcion label {
	font-size: 80%;
	margin: 0px 1px;
}

#Csuscripcion a img {
	border: 0;
	padding: 2px;
	vertical-align: middle;
}

#Suscribir {
	background: url(../../imagenes/btn_buscar_fondo.gif) right center no-repeat transparent;	
	margin: 0;
	border: 0;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;	
	padding:0px 0px 0px 9px;	
	width: 46px;	
	min-height: 20px;	
	height: 20px;	
	_height: 20px;	
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 0px;	
}



/* menu principal */

#Cselector {
	display: block;
	color: #004A86;
	text-decoration: none;
	line-height: 12px;
	font-size: 85%;
	font-weight: bold;
	width: 200px;
	_width: 186px;
	padding: 0;
	padding: 0px 7px;
	position: relative;	
	
}

.dinamico {
	background: url(../../imagenes/Cselector_fondo.gif) left bottom  no-repeat transparent;
	margin-top: 40px;
	*margin-top: 0px;
	_margin-top: 0px;
}

.shop {
	background: url(../../imagenes/Cselector_fondo.gif) left bottom  no-repeat transparent;
	margin-top: 30px;
	*margin-top: 0px;
	_margin-top: 0px;
}

.vacio {
	background: url(../../imagenes/Cselector_fondo.gif) left bottom  no-repeat transparent;
	margin-top: 0px;
	*margin-top: -20px;
	_margin-top: -20px;
}

#Cselector p {
	width: 92%;
	_width: 99%;
}

#Cselector ol {
	display: block;
	width: 186px;
	background: transparent;
	padding-top: 0px;
	_padding-top: 0px;
	margin: 0;
	margin-left: 0px;
	_margin-left: 0px;
	margin-bottom: 0px;
	_margin-bottom: 0px;
	min-height: 11px;
	padding-bottom:7px;
	_padding-bottom:7px;
}



#Cselector ol li {
	color: #004A86;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	
	font-size: 100%;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	background: transparent;
}

#Cselector ol li a {
	background:#004A86;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector ol li a:visited {
	background:#004A86;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	font-weight: normal;
}

#Cselector ol li a:hover {
	background: #F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}

/* si hay uno seleccionado */

#Cselector ol li span {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px -23px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	
	font-size: 100%;
	border-bottom: 1px solid #F1751D;
	display: block;
	letter-spacing: normal;
}

#Cselector ol li span  a {
	background:#F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector ol li span  a:visited {
	background: #F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cselector ol li span  a:hover {
	background: #F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}

/* 2º nivel de subopciones */

#Cselector ol li ul {
	background: transparent;
	display: block;
	padding: 0px;
	width: 185px;
	margin: 0;
	margin-left: -23px;
	_margin-left: -28px;
	margin-bottom: -1px;
	/*border-top:1px solid #9D7C60;*/
}

#Cselector ol li ul li {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 28px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	width: 162px;
	font-size: 100%;
	/*border-bottom: 1px solid #9D7C60;*/
	display: block;	
}

#Cselector ol li ul li a {
	background:transparent url(../../imagenes/Cselector_olli_fondo.gif) no-repeat 34px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 135px;
	text-align: left;
}

#Cselector ol li ul li a:visited {
	background:transparent url(../../imagenes/Cselector_olli_fondo.gif) no-repeat 34px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	font-weight: normal;
}

#Cselector ol li ul li a:hover {
	background: #fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px ;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	font-weight: normal;	
}

#Cselector ol li ul li span {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px -1px -23px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	_padding: 0px 0px 0px 0px;
	width: 152px;
	font-size: 100%;
	/*border-bottom: 1px solid #9D7C60;
	_border-bottom: 0px solid #9D7C60;*/
	display: block;
	letter-spacing: normal;
	
}

#Cselector ol li ul li span a {
	background: #fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;
	width: 135px;
	text-align: left;
}

#Cselector ol li ul li span a:visited {
	background:#fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cselector ol li ul li span a:hover {
	background: #fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;	
}

#Cselector.shop ol {
	display: block;
	width: 186px;
	background: transparent;
	padding-top: 0px;
	_padding-top: 0px;
	margin: 0;
	margin-left: 0px;
	_margin-left: 0px;
	margin-bottom: 0px;
	_margin-bottom: 0px;
	min-height: 11px;
	padding-bottom:7px;
	_padding-bottom:7px;
	font-weight: normal;
}



#Cselector.shop ol li {
	color: #004A86;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	
	font-size: 100%;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	background: transparent;
}

#Cselector.shop ol li a {
	background:#004A86;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector.shop ol li a:visited {
	background:#004A86;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	font-weight: normal;
}

#Cselector.shop ol li.limenor a {
	background:#7C9CB5;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector.shop ol li.limenor a:visited {
	background:#7C9CB5;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	font-weight: normal;
}


#Cselector.shop ol li a:hover {
	background: #F1751D url(../../imagenes/Cselectors_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}

#Cselector.shop ol li.limenor a:hover {
	background: #F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}

/* si hay uno seleccionado */

#Cselector.shop ol li span {
	color: #000;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px -23px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	
	font-size: 100%;
	border-bottom: 1px solid #F1751D;
	display: block;
	letter-spacing: normal;
}

#Cselector.shop ol li span  a {
	background:#F1751D url(../../imagenes/Cselectors_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector.shop ol li span  a:visited {
	background: #F1751D url(../../imagenes/Cselectors_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cselector.shop ol li.limenor span  a {
	background:#F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector.shop ol li.limenor span  a:visited {
	background: #F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cselector.shop ol li span  a:hover {
	background: #F1751D url(../../imagenes/Cselectors_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}

#Cselector.shop ol li.limenor span  a:hover {
	background: #F1751D url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#fff;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}

/* 2º nivel de subopciones */

#Cselector.shop ol li ul {
	background: transparent;
	display: block;
	padding: 0px;
	width: 185px;
	margin: 0;
	margin-left: -23px;
	_margin-left: -28px;
	margin-bottom: -1px;
	/*border-top:1px solid #9D7C60;*/
}

#Cselector.shop ol li ul li {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 28px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	width: 162px;
	font-size: 100%;
	/*border-bottom: 1px solid #9D7C60;*/
	display: block;	
}

#Cselector.shop ol li ul li a {
	background:transparent url(../../imagenes/Cselector_olli_fondo.gif) no-repeat 34px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 135px;
	text-align: left;
}

#Cselector.shop ol li ul li a:visited {
	background:transparent url(../../imagenes/Cselector_olli_fondo.gif) no-repeat 34px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	font-weight: normal;
}

#Cselector.shop ol li ul li a:hover {
	background: #fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px ;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	font-weight: normal;	
}

#Cselector.shop ol li ul li span {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px -1px -23px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	_padding: 0px 0px 0px 0px;
	width: 152px;
	font-size: 100%;
	/*border-bottom: 1px solid #9D7C60;
	_border-bottom: 0px solid #9D7C60;*/
	display: block;
	letter-spacing: normal;
	
}

#Cselector.shop ol li ul li span a {
	background: #fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;
	width: 135px;
	text-align: left;
}

#Cselector.shop ol li ul li span a:visited {
	background:#fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cselector.shop ol li ul li span a:hover {
	background: #fff url(../../imagenes/Cselector_olli_ulli_hover_fondo.gif) no-repeat 34px 8px;
	color:#F1751D;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;	
}




/* contiene todo el contenido */
#Ccontenido {
	background-color: #ffffff;
	overflow: hidden;
	float: left;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 690px;	
	/*background: #ffffff url(../../imagenes/ficha_catalogo.jpg) left 10px no-repeat;*/
}


#Cencabezadocontenido {
	background: transparent;
	width: 680px;
	*width: 650px;
	_width: 650px;
	padding: 5px 0px 0px 0px;
	*padding: 5px 0px 0px 0px;
	_padding: 5px 0px 0px 0px;
	text-align: center;
	margin: 17px 0px 0px 0px;
	*margin: 17px 0px 0px 0px;
	_margin: 17px 0px -5px 0px;
	/*padding: 0px 5px 6px 16px;*/
	overflow: hidden;
	position: relative;	
}

#Cencabezadocontenido h1 {

	display: none;
}

#Cencabezadocontenido h2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-variant: normal;
	clear: both;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	margin: 17px 0px 0px 20px;
	*margin: 17px 0px 0px 0px;
	_margin: 17px 0px 0px 0px;
	padding: 0;
	text-align: left;
	text-decoration: none;	
	padding-left: 29px;	
	float: left;
	padding-right: 63px;
	width: 606px;
	position: relative;
	background: #ffffff url(../../imagenes/Cencabezadocontenido_h2_fondo.gif) left top no-repeat;
	border-bottom: 0px solid #133264;
	/*line-height: 13px;*/
}

#Crastrodemigas {
	color: #878787;
	float: right;
	/*margin-top: -40px;
	*margin-top: -40px;
	_margin-top: -40px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 0 0px 0 0;
	opacity:1;
	filter:alpha(opacity=100);
	letter-spacing: -0.06em;
	text-align: right;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 10px;
}

#Crastrodemigas b {
	color: #F1751D;
	font-weight: bold;
	font-size: 95%;
	text-transform:uppercase;
	letter-spacing: 0.01em;
}

#Crastrodemigas a {
	color: #F1751D;
	text-decoration: none;
}

#Crastrodemigas a:link {
	color: #878787;
	text-decoration: none;
}

#Crastrodemigas a:visited {
	color: #878787;
}

#Crastrodemigas a:hover {
	color: #878787;
	text-decoration: underline;
}

#Crastrodemigas a:active {
	color: #878787;
	text-decoration: underline;
}



#Ccontenidocontenido {
	margin: 0;
	padding: 0px 20px 0 20px;
	/*min-height:307px;*/
}

/*
#Ccontenidocontenido a {
	color: #3189c3;
	text-decoration: underline;
}

#Ccontenidocontenido a:visited {
	color: #3189c3;
	text-decoration: underline;
}

#Ccontenidocontenido a:hover {
	color: #3189c3;
	text-decoration: none;
}

#Ccontenidocontenido a:active {
	color: #3189c3;
	text-decoration: underline;
}
*/

#Ctextocontenido {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 0px;
	width: 100%;
	text-align: justify;
	background-color: #DFE7EC;
	overflow: hidden;
}

#Ctextoestatico {
	width: 95%;
	padding-top: 10px;
	margin: auto;
}

/* SÓLO PARA LA INTRO */

#intro {
	width:100%;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	margin-bottom: -5px;
}

/* SÓLO PARA LA HOME */

#encabezadohome {
	background: transparent url(../../imagenes/E_fondo.gif) top left repeat-x;	
	margin: auto;
	padding: 0;
	margin-bottom: 0px;	
	width: 1003px;
	min-height: 126px;
	height: 126px;
	_height: 126px;
}

#cuerpohome {
	float: left;
	background: transparent;
	height: 1%;	
	margin: 0px 0 0 0;
	width: 100%;
}

#Ccontenidohome {
	/*background-color: #FFFFFF;*/
	float: left;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

#Cbannerhome {
	margin: auto;
	padding: 0;		
	width: 904px;
	min-height: 249px;
	height: 249px;
	_height: 249px;	
	
	
	margin-top: 1px;
	*margin-top: 1px;
	_margin-top: 1px;
		
	background: #024A84 url(../../imagenes/Cbannerhome_fondo.jpg) center 1px repeat-y;
	*background: #024A84 url(../../imagenes/Cbannerhome_fondo.jpg) center -2px repeat-y;
	_background: #024A84 url(../../imagenes/Cbannerhome_fondo.jpg) center 0px repeat-y;
}

#Ccontenidohomecontenido {	
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 0px;
	/*padding: 7px 20px 0 16px;	*/
}

#Cdestacados {
	width: 100%;
	height: 170px;
	padding-top: 21px;
	/*text-transform: lowercase;*/
}

#Cdestacados h2 {
	display: none;
}

.destacados_es {
	background: transparent url(../../imagenes/Cdestacados_fondo_es.jpg) center top no-repeat ;
}

.destacados_en {
	background: transparent url(../../imagenes/Cdestacados_fondo_en.jpg) center top no-repeat ;
}

.destacados_fr {
	background: transparent url(../../imagenes/Cdestacados_fondo_fr.jpg) center top no-repeat ;
}

.destacados_pt {
	background: transparent url(../../imagenes/Cdestacados_fondo_pt.jpg) center top no-repeat ;
}

#Cproductoshome {
	float: left;
	padding-left: 42px;
	
	width: 188px;
	*width: 188px;
	_width: 188px;
	opacity:1;
	filter:alpha(opacity=100);
	
}

#Cproductoshome h2 {
	display: none;
}

#Choy {
	padding-top: 39px;
	*padding-top: 39px;
	_padding-top: 39px;
	font-size:85%;
}

.destacado {
	width: 166px;	
	margin-bottom: 10px;
	*margin-bottom: 3px;
	_margin-bottom: 3px;	
}
.imagendestacado {
	width:90px;
	*width:76px;
	_width:76px;
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-right: -11px;
	*margin-right:0px;
	_margin-right:0px;
	background: transparent;
	height:70px;
	_height:70px;
	min-height:70px;
	padding-top: 7px;
}
.textodestacado {
	text-align:left;			
	position: inherit;		
	height:70px;
	_height:70px;
	min-height:70px;
	
}

.textodestacado a {	
    text-decoration: none;
	/*color: #747474;*/
	color: #133264;
	/*text-transform: none;*/
	/*text-transform: lowercase;*/
}

.textodestacado a:visited { 	
	/*color: #747474;*/	
	color: #133264;
	}
.textodestacado a:hover { 
	text-decoration: underline; 
	color: #F7771E;
	}
.textodestacado a:active { 
	text-decoration: underline; 
	color: #000000;
	}

#Cvideo {
	width: 177px;	
	float: left;
	padding-left: 0px;
	/*margin-top: 11px;
	*margin-top: 1px;
	_margin-top: 1px;*/	
	top: 517px;
	position: absolute;
	opacity:1;
	filter:alpha(opacity=100);
	margin-left: 16px;
	*margin-left: -75px;
	_margin-left: -75px;
}

#Cvideo ul {
	background:transparent;	
	float:left;	
	text-align:left;		
}

#Cvideo ul li {
	list-style-type:none;
	line-height: 14px;
	background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll 63px 13px;
	*background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll 63px 15px;
	_background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll 63px 15px;
	float: left;
	display: block;
	
	padding-left: 0px;
	line-height: 33px;
	*line-height: 33px;
	_line-height: 33px;
}

#Cvideo ul li a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	color: #F7771E;
	text-decoration: none;		
	margin-right: 8px;	
	background: transparent url(../../imagenes/ima_video.jpg) no-repeat scroll left top;
	display: block;
	padding-left: 69px;
}

#Cvideo ul li a:visited {
	color: #F7771E;
	background: transparent url(../../imagenes/ima_video.jpg) no-repeat scroll left top;
	display: block;
}

#Cvideo ul li a:hover {
	color: #F7771E;	
	text-decoration: underline;
	background: transparent url(../../imagenes/ima_video_on.jpg) no-repeat scroll left top;
	display: block;
}

#Cvideoprod {
	width: 129px;	
	float: left;
	padding-left: 0px;
	/*margin-top: 11px;
	*margin-top: 1px;
	_margin-top: 1px;*/	
	top: 526px;
	position: absolute;
	opacity:1;
	filter:alpha(opacity=100);
	margin-left: 0px;
	*margin-left: 0px;
	_margin-left: 0px;
}

#Cvideoprod ul {
	background:transparent;	
	float:left;	
	text-align:left;		
}

#Cvideoprod ul li {
	list-style-type:none;
	line-height: 14px;
	background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left 3px;
	*background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left 3px;
	_background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left 3px;
	float: left;
	display: block;
	width: 129px;
	padding-left: 5px;
	line-height: 11px;
	*line-height: 11px;
	_line-height: 11px;
}

#Cvideoprod ul li a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	color: #F7771E;
	text-decoration: none;		
	margin-right: 1px;	
	background: transparent url(../../imagenes/ima_videoprod.gif) no-repeat scroll left bottom;
	display: block;	
	height: 42px;
}

#Cvideoprod ul li a:visited {
	color: #F7771E;
	background: transparent url(../../imagenes/ima_videoprod_on.gif) no-repeat scroll left bottom;
	display: block;
}

#Cvideoprod ul li a:hover {
	color: #F7771E;	
	text-decoration: underline;
	background: transparent url(../../imagenes/ima_videoprod_on.gif) no-repeat scroll left bottom;
	display: block;
}





#Cnovedades {
	/*background: url(../../imagenes/Cnovedades_fondo.gif) left bottom no-repeat transparent;*/
	width: 283px;
	display: block;
	float: left;	
	padding: 28px 0px 0px 0px;	
	height: 130px;	
	font-size: 85%;
	margin-left: 36px;
	opacity:1;
	filter:alpha(opacity=100);
	*text-align: left;
}

#Cnovedades h2 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #564B42;
	clear:both;	
	font-size:140%;
	font-weight:bold;
	margin:13px 10px 18px 0px;
	padding:0;
	text-align:left;
	text-decoration:none;
	width: auto;
}

#Cnovedades .noticia{
	width: 100%;	
	margin-bottom: 6px;	
}
#Cnovedades .imagennoticia{
	display: none;
	}
#Cnovedades .titularnoticia{
	text-align:left;	
	padding-left: 0px;	
	position: inherit;
	left: 0px;
	border-bottom: 0px solid #CCCCCC;
	}
	
#Cnovedades .titularnoticia img{
	margin: 0 3px;
}

#Cnovedades .titularnoticia a {	
	/*font-size: 85%;*/	
	font-weight: normal;    
    text-decoration: none;	
	/*text-transform: lowercase;*/
	text-transform: none;
	text-decoration: underline; 
	color: #F7771E;
}

#Cnovedades .titularnoticia a:visited { 	
	color: #747474;	
	}
#Cnovedades .titularnoticia a:hover { 
	color: #F7771E;
	text-decoration: none;
	}
#Cnovedades .titularnoticia a:active { 
	text-decoration: none; 
	color: #000000;
	}	

#Cnovedades .subtitulonoticia {
	/*font-size: 80%;*/		
	text-align:left;
	padding-left: 0px;
	position: inherit;
	top: 0px;
	}
#Cnovedades .fechanoticia{
	font-size: 85%;
	text-align:justify;
	padding-left: 9px;
	color: #666666;
	position: inherit;
	top: 3px;
	background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll 0px center;
	}	




#Cnovedades #vermas {	
	float:right;
	margin-top: -4px;
	margin-right:4px;
	padding-left:11px;
	text-align:right;
	width:auto;
}

#Cnovedades #vermas a {	
	background:transparent url(../../imagenes/ima_boletin.jpg) no-repeat scroll right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	color: #F7771E;
	text-decoration: none;
	height:27px;
	_height:27px;
	min-height:27px;
	display: block;
	padding-top: 19px;
	padding-right: 39px;
	opacity:1;
	filter:alpha(opacity=100);
}

#Cnovedades #vermas a:visited {
	color: #F7771E;	
}

#Cnovedades #vermas a:hover {
	color: #F7771E;	
	text-decoration: underline;	
}

#Crevista {
	width: 130px;
	height: 150px;
	float: left;
	margin-left: 0px;
	*margin-left: 0px;
	_margin-left: 8px;
	padding-top: 17px;
	opacity:1;
	filter:alpha(opacity=100);
	position: relative;
}

#Crevista ul  {
	float: right;
}

#Crevista ul li {
	list-style-type:none;
	line-height: 14px;
	background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left 6px;
	/*float: right;*/
	display: block;
	width: auto;
	padding-left: 5px; 
	clear: both;
}

#Crevista #vermas {	
	background:transparent;	
	float:right;	
	text-align:right;
	width:127px;
	position: absolute;
	top: 131px;
	*top: 135px;
	_top: 135px;
	left: 0px;
}

#Crevista #vermas a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	color: #F7771E;
	text-decoration: none;
}

#Crevista #vermas a:visited {
	color: #F7771E;
}

#Crevista #vermas a:hover {
	color: #F7771E;	
	text-decoration: underline;
}


#Cdescargables {
	width: 270px;	
	float: left;
	margin-left: 0px;
	padding-top: 20px;
	position: relative;
	opacity:1;
	filter:alpha(opacity=100);
	height: 150px;
}

#Cdescargables ul {
	background:transparent;	
	float:left;	
	text-align:left;
	width:100%;
	position: absolute;
	top: 134px;
	*top: 136px;
	_top: 136px;
	left: 40px;
	
}

#Cdescargables ul li {
	list-style-type:none;
	line-height: 14px;
	background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left 5px;
	*background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left  5px;
	_background: transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left  5px;
	float: left;
	display: block;
	width: 110px;
	padding-left: 10px;
	line-height: 7px;
	
}

#Cdescargables ul li a {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
	color: #F7771E;
	text-decoration: none;		
	margin-right: 6px;
	line-height: 13px;
}

#Cdescargables ul li a:visited {
	color: #F7771E;
}

#Cdescargables ul li a:hover {
	color: #F7771E;	
	text-decoration: underline;
}



/* SÓLO PARA LA HOME DEL CATÁLOGO */

/* banners */

#Cdestacadohomecatalogo {
	width: 228px;
	/*height: 170px;*/
	padding-top: 21px;
	*padding-top: 21px;
	_padding-top: 5px;
	font-size: 115%;
	float: left;
	margin-left: -52px;	
	*margin-left: -42px;	
	_margin-left: -40px;	
	margin-top: 159px;
	*margin-top: 159px;
	_margin-top: 0px;
	margin-right: 0px;
	position: relative;
	/*overflow: hidden;*/
}

#Cdestacadohomecatalogo h2 {
	display: none;
}

.destacadohomecatalogo_es {
	background: transparent url(../../imagenes/Cdestacados_fondo_es.jpg) 52px top no-repeat;
	*background: transparent url(../../imagenes/Cdestacados_fondo_es.jpg) 42px top no-repeat;
	_background: transparent url(../../imagenes/Cdestacados_fondo_es.jpg) 42px 154px no-repeat ;
}

.destacadohomecatalogo_en {
	background: transparent url(../../imagenes/Cdestacados_fondo_en.jpg) 52px top no-repeat;
	*background: transparent url(../../imagenes/Cdestacados_fondo_en.jpg) 42px top no-repeat;
	_background: transparent url(../../imagenes/Cdestacados_fondo_en.jpg) 42px 154px no-repeat ;
}

.destacadohomecatalogo_fr {
	background: transparent url(../../imagenes/Cdestacados_fondo_fr.jpg) 52px top no-repeat;
	*background: transparent url(../../imagenes/Cdestacados_fondo_fr.jpg) 42px top no-repeat;
	_background: transparent url(../../imagenes/Cdestacados_fondo_fr.jpg) 42px 154px no-repeat ;
}

.destacadohomecatalogo_pt {
	background: transparent url(../../imagenes/Cdestacados_fondo_pt.jpg) 52px top no-repeat;
	*background: transparent url(../../imagenes/Cdestacados_fondo_pt.jpg) 42px top no-repeat;
	_background: transparent url(../../imagenes/Cdestacados_fondo_pt.jpg) 42px 154px no-repeat ;
}

#Cdestacadohomecatalogo p {
	position: absolute;
	*position: absolute;
	_position: inherit;
	font-size: 80%;
	top: -155px;
	*top: -155px;
	_top: 0px;
	left: 60px;
	*left: 50px;
	text-align: justify;
	display: block;
	width: 80%;
	z-index: 100;
	margin-left: 0px;
	*margin-left: 0px;
	_margin-left: 50px;
	opacity:1;
	filter:alpha(opacity=100);
}

#Cbannerhomecatalogo {
	width: 440px;
	float: right;
	background: transparent url(../../imagenes/Cbannerhomecatalogo_fondo.jpg) left top no-repeat;
	text-align: right;
}

/* AQUÍ DENTRO EMPEZARÍAN LAS ETIQUETAS COMUNES */

/*
#Ctextocontenido p {
	color: #666666;
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: justify;
	text-decoration: none;
}
*/

#Ctextocontenido li {
	/*color: #666666;*/
	/*font-size: 90%;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: left;
}

/* FIN DE LAS ETIQUETAS COMUNES */



/* FIN DE CCONTENIDOCONTENIDO */

#Cpiecontenido {
	clear: both;
	background: url(../../imagenes/Cpiecontenido_fondo.gif) left top repeat-x;
	width: 654px;
	padding: 0px 0px 6px 0px;
	display: block;
		
	margin: auto;
	margin-top: 0px;
}

#Ciconos {
	width: 654px;
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}

#Ciconos a {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	font-weight: normal;
}

#Ciconos a:link {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
}

#Ciconos a:visited {
	color: #797979;
	text-decoration: none;
}

#Ciconos a:hover {
	color: #797979;
	text-decoration: underline;
}

#Ciconos a:active {
	color: #3189c3;
	text-decoration: none;
}

#Ciconos a img {
	border: 0;
	padding-right: 3px;
	vertical-align: baseline;
}

#Cicono1, #Cicono2 {
	display: inline;
	float: left;
	margin-right: 60px;
	padding: 5px;
	width: auto;
}

#Cicono3, #Cicono4 {
	display: inline;
	float: right;
	margin-left: 60px;
	padding: 5px;
	width: auto;
}

/* BLOQUE 3: PIE */

/* Si hay alguna subzona en este bloque empieza por P */

#pie {
	background: transparent url(../../imagenes/P_fondo.gif) bottom center no-repeat;
	color: #6C6C6C;
	float: left;	
	font-size: 70%;
	margin: 0;
	padding: 0;
	/* descomentar lo siguiente si no lleva logos W3C*/
	line-height: 10px;
	padding-bottom: 1px;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	opacity:1;
	filter:alpha(opacity=100);
}

#pie strong {
	font-size: 105%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#pie span {
	margin: 0 2em;
}

#pie img {
	margin: 3px;
	padding: 0;
	vertical-align: middle;
}

#pie a {
	color: #6C6C6C;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#pie a:link {
}

#pie a:visited {
	color: #6C6C6C;
}

#pie a:hover {
	text-decoration: underline;
}

#pie a:active {
}


/* 5= Estructura producto
	  =NEWS */

/* Listado */

#noticias {		
	width: 95%;		
	padding-top: 10px;
	margin: auto;		
	}	  
#filtros {		
	width: 95%;	
	margin-left: 0px;
	margin-bottom: 30px;		
	}
#filtroscategorias {
	width: auto;
	float: left;
}
#filtrosactuales {
	width: auto;
	float: right;
}
		
.categoria {
	width:100%;		
	font-weight: bold;    
   text-decoration: none;
	color: #034E96;
	text-transform:uppercase;	
	padding: 3px 0px 11px 5px;
	margin: 0;		
	background-image: url(../../imagenes/fondo_categoria.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #034E96;
	}
.noticia{
	width: 100%;	
	margin-bottom: 25px;	
}
.imagennoticia{
	width:100px;
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-right:-3px;
	background-color: #DFE7EC;
	}
.titularnoticia{
	text-align:justify;	
	padding-left: 100px;	
	position: inherit;
	left: 100px;
	border-bottom: 1px solid #BFBFBF;
	}
	
.titularnoticia img{
	margin: 0 3px;
}

.titularnoticia a {	
	/*font-size: 85%;*/	
	font-weight: bold;    
    text-decoration: none;
	color: #004A86;
	text-transform:uppercase;
}	

.titularnoticia a:visited { 	
	color: #004A86;	
	}
.titularnoticia a:hover { 
	text-decoration: underline; 
	color: #004A86;
	}
.titularnoticia a:active { 
	text-decoration: underline; 
	color: #004A86;
	}	

.subtitulonoticia {
	/*font-size: 80%;*/		
	text-align:justify;
	padding-left: 100px;
	position: relative;
	top: 0px;
	}
.fechanoticia{
	font-size: 85%;
	text-align:justify;
	padding-left: 103px;
	color: #666666;
	position: relative;
	top: 3px;
	}	
#paginador {	
	font-size: 125%;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	}
	
#paginador a:link {
	color: #004A86;
	text-decoration: none;
}

#paginador a:visited {
	color: #828282;
	text-decoration: none;
}

#paginador a:hover {
	color: #004A86;
	text-decoration: underline;
}

#paginador a:active {
	color: #004A86;
	text-decoration: underline;
}
	
/* Ficha */

#fechafichanoticia {
	color: #386588;
    font-size: 95%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    text-decoration: none;
    padding-bottom: 2%;
	width: 95%;
	margin: auto;
	}
	
#textofichanoticia {	
	width: 95%;
	margin: auto;
	padding-bottom: 5px;
	}
	
#imagenfichanoticia {
	width: 100%;
	clear: both;
	/*width: auto;*/
	text-align: center;	
	padding: 10px 0px;
	}
	
#imagenfichanoticia img{		
	/*float: left;*/
	}

#agendafichaevento{	
	float: right;
	margin: 2px 0;
	}
	
table.ttablaagenda {
	color: #000000;	
	font-size: 100%;
	margin: 1px 0 1px 0;
	padding: 1pt;
	border: 1px solid #000000;
	width:120px;
	text-align: center;
}

#anotacionesfichaevento {
	/*width: 100%;	
	clear: both;*/	
	width: 70%;		
	margin: 2px 0;	
}

#masinfofichanoticia{
	width: 100%;
	clear:both;
}

#descargablesfichanoticia {
	clear: both;	
	margin: 2px 0 20px 0;	
	border: 1px solid #000000;
}

.tcabecera1 {
	background-color: #034E96;	
	color: #ffffff;		
	font-weight: bold;	
	text-align: left;	
	margin: 2px;
	padding: 2px;
}

#descargablefichanoticia ul li {	
	color: #333333;
	font-size: 100%;
	padding: 1px 0 2px 0;	
	text-align: left;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;	
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}
#descargablefichanoticia ul li img{	
	margin-right: 5px;
	vertical-align: middle;
}

/* 	  =SHOP */

/* Listado */

#productos {
	width: 100%;
	float: left;
	background: #ffffff url(../../imagenes/productos_fondo.jpg) right bottom no-repeat;
	margin-top: 0px; 
	*margin-top: 0px; 
	_margin-top: 0px; 
	padding-bottom: 14px;
	
	}
#filtrosproductos {
	width: 100%;
	float: left;
	background-color:#F3F7FA;
	border: 1px solid #A8C6DB;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#filtrosproductos select {
	
	background-color:#FFFFFF;
	color: #666666;
	border: 1px solid #A5ACB2;	 
	 
	}
#filtrosproductos input {
	float: left;
	background-color:#FFFFFF;
	color: #666666;
	border: 1px solid #A5ACB2;	 
	}

#listadoproductos {
	width: 95%;
	float: left;
	text-align: justify;
	color: #333333;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: justify;
	text-decoration: none;
	margin-top: 19px;
	clear: both;
	border: 1px solid #F57921;
	overflow: hidden;	
	margin-left: 12px;
	*margin-left: 12px;
	_margin-left: 6px;
	margin-bottom: 14px;
	}

.producto {
	float: left;
	width: 100%;	
	overflow: hidden;
	background: #EDF7FD;
	border-bottom: 1px solid #F57923;
}
.imagenlistadoproductos {
	width:73px;
	float:left;
	text-align:center;	
	background: #F57921;
	border-bottom: 1px solid #EDF7FD;
	overflow: hidden;		
	}
	
.imagenlistadoproductos img {	
	max-width: 60px;
	border: 1px solid #133264;
	vertical-align: middle;
	margin: 5px 0px;	
}
	
.datoslistadoproductos {
	text-align:justify;	
	padding-left: 0px;	
	position: inherit;		
	background: #EDF7FD;	
	float: none;
	*float: left;
	_float: left;
}

.datoslistadoproductos ul {
	display: block;
	padding-top: 20px;
	width: 100%;
}

.datoslistadoproductos ul li {
	display: inline;
	float: left;
}

.datoslistadoproductos ul li.ref {
	display: inline;
	float: left;
	width: 135px;
	padding-left: 5px;	
}

.datoslistadoproductos ul li.ref span {
	display: block;
	color: #fff;
	background-color: #F1751D;
	float: left;
	font-family: Tahoma, Verdana;
	padding: 2px 3px;
	margin: -2px 4px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.datoslistadoproductos ul li a {	
	font-size: 100%;	   
    text-decoration: none;
	color: #004A86;	
}	

.datoslistadoproductos ul li a:visited { 	
	text-decoration: none;
	color: #004A86;	
}

.datoslistadoproductos ul li a:hover { 
	text-decoration: underline; 
	color: #004A86;
}

.datoslistadoproductos ul li a:active { 
	text-decoration: underline; 
	color: #F57921;
}

.datoslistadoproductos ul li.ref a {	
	font-size: 100%;	   
    text-decoration: none;
	color: #F57921;	
}	

.datoslistadoproductos ul li.ref a:visited { 	
	text-decoration: none;
	color: #F57921;	
}

.datoslistadoproductos ul li.ref a:hover { 
	text-decoration: underline; 
	color: #F57921;
}

.datoslistadoproductos ul li.ref a:active { 
	text-decoration: underline; 
	color: #F57921;
}

/* Ficha Shop */ 

#textofichacatalogo {
	width: 383px;
	_width: 373px;
	float: left;
	background: transparent;
	position: relative; 
	margin-right: 4px;
	_margin-right: -5px;
	
	
}

#datosproducto {	
	width: 377px;
	*width: 377px;
	_width: 377px;
	float: left;
	/*padding: 3px 5px 3px 5px;*/
	padding: 3px 1px 3px 1px;
	margin: 10px 6px 4px 4px;
	_margin: 10px 3px 4px 2px;
	border: 1px solid #F1751D;
	overflow: hidden;	
	background: #EDF7FD;	
}

#datosproducto a:link {
	color: #6C6C6C;
	text-decoration: underline;
}

#datosproducto a:visited {
	color: #6C6C6C;
	text-decoration: underline;
}

#datosproducto a:hover {
	color: #6C6C6C;
	text-decoration: none;
}

#datosproducto a:active {
	color: #6C6C6C;
	text-decoration: underline;
}

#datosproducto h3 {
	width: 100%;
	float: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #6C6C6C;
	background-color: #E8EDF0;
	text-align: left;
	padding-left: 18px;
	_padding-left: 24px;
	margin-left: -18px;
	_margin-left: -12px;
	margin-bottom: 0px;
	border: 0;
}



	
#datosproducto ul {	
	width: 100%;
	float: left;
	margin: 20px 0 0px 0; 
	margin-top: 0px;
	}
	
#datosproducto li {	
	background:transparent url(../../imagenes/datosproducto_ulli_fondo.gif) no-repeat scroll 0px 4px;	
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	list-style-type:none;
	list-style-position: outside;
	padding-bottom:0px;
	padding-left:10px;
	text-align:left;
	text-decoration:none;
	margin-left: 0px;
	line-height:15px;
}


	
#dato1 {		
	float: left;
	margin-bottom: 5px;	
	padding-left: 2px; 
	display: block;
	clear: both;
	overflow: hidden;	
	}
	
#dato2 {	
	float: left;
	*float: none;
	_float: none;
	margin-bottom: 5px;		 
	}
	
#dato2 th {
	color: #ffffff;	
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: text-top;
	background: #EDF7FD url(../../imagenes/dato2_th_fondo.gif) repeat scroll left 1px;	
	text-align: left;
	border-bottom: 1px solid #EDF7FD;
	font-size: 80%;
	opacity:1;
	filter:alpha(opacity=100);
}	

#dato2 tbody tr td {
	background-color: #EDF7FD;
}


#imagenfichacatalogo {
	width: auto;
	text-align: left;	
	/*left: 62%;
	top:335px;
	position: absolute;*/
	display: block; 
	min-height: 256px;
	height: 256px;
	_height: 256px;	
	background:transparent;		
	right: 0px;
	/*float: right;*/
	*float: right;
	_float: right;
	
	}
#fotoproducto{	
	background:transparent url(../../imagenes/fotoproducto_fondo.jpg) no-repeat scroll left top;
	width: 263px;
		
	float: left;		 
	margin-bottom: 4px;
	text-align: center;
	overflow: hidden;
	}
	
#fotoproducto img {
	max-width: 189px;
	max-height: 220px;
	/*height: 104px;*/
	margin: 29px auto 0px auto;
	border: 1px solid #024A84;
}

#logoproducto{
	float: right;
	width: 263px;
	text-align: center;
}

#listadofichacatalogo {	
	width: 99%;
	*width: 100%;
	_width: 99%;
	/*float: left;*/
	padding-top: 3px;
	font-size: 100%;
	clear: both;
	margin-left: 0px;
	*margin-left: -2px;
	_margin-left: 0px;
}

#listadofichacatalogo h3 {	
	font-size: 115%;
	font-weight: bold;
	color: #727272;
	background: transparent;
	text-align: left;
	width: 100%;
	*width: 98%;
	_width: 99%;
	border: none;
	padding-top: 0.8em;
}

#listadofichacatalogo h3 a {	
	text-decoration: none; 
	color: #727272;
}

#listadofichacatalogo h3 a:visited {	
	text-decoration: none; 
	color: #727272;
}

#listadofichacatalogo h3 a:hover {	
	text-decoration: underline; 
	color: #727272;
}

#listadofichacatalogo table {
	 width: 99%;
	 border:0;
	 padding:0px;
	 margin:auto;
	 text-align: center;
	 background: #B3B3B3;	 
}

#listadofichacatalogo thead tr th {
	font-size: 100%;
	background: #133264;
	color: #ffffff;
	
}

#productos #paginador {
	color: #fff;
}

#productos #paginador b {
	/*color: #fff;*/
}

#productos #paginador a {
	color: #fff;
}

#productos #paginador a:visited {
	color: #fff;
}

#productos #paginador a:hover{
	color: #fff;
}

/*  thickbox */

*{padding: 0; margin: 0;}

/*  thickbox specific link and font settings */

#TB_window {  font: 85% Tahoma, Arial, Helvetica, sans-serif;  color: #004A8C; padding: 0;}
#TB_secondLine {  display: none; font: 10px Arial, Helvetica, sans-serif;  color:#666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/*  thickbox settings */

#TB_overlay {  position: fixed;  z-index:100;  top: 0px;  left: 0px;  height:100%;  width:100%;}

.TB_overlayMacFFBGHack {background: url(../../../imagenes/macFFBgHack.png) repeat;}

.TB_overlayBG {  background-color:#004B84;  filter:alpha(opacity=75);  -moz-opacity: 0.75;  opacity: 0.75;}

* html #TB_overlay { /* ie6 hack */position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
#TB_window {  position: fixed;  background: #ffffff;  z-index: 102;    display:none;  border: 4px solid #DDDDDD;  text-align:left;  top:50%;  left:50%;}

* html #TB_window { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

#TB_window img#TB_Image {  display:block;  margin: 15px 0 0 15px;  border-right: 1px solid #ccc;  border-bottom: 1px solid #ccc;  border-top: 1px solid #666;  border-left: 1px solid #666; border: 0;}

#TB_caption{  height:25px;  padding:7px 30px 10px 25px;  float:left;}

#TB_closeWindow{  height:25px;  padding:11px 25px 10px 0;  float:right;}

#TB_closeAjaxWindow{  padding:7px 10px 5px 0;  margin-bottom:1px;  text-align:right;  float:right;}

#TB_ajaxWindowTitle{  float:left;  padding:7px 0 5px 10px;  margin-bottom:1px;}

#TB_title{  background-color:#e8e8e8;  height:27px;}

#TB_ajaxContent{  clear:both;  padding:2px 15px 15px 15px;  overflow:auto;  text-align:left;  line-height:1.4em;}

#TB_ajaxContent.TB_modal{  padding:15px;}

#TB_ajaxContent p{  padding:5px 0px 5px 0px;}

#TB_load{  position: fixed;  display:none;  height:13px;  width:208px;  z-index:103;  top: 50%;  left: 50%;  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}

* html #TB_load { /* ie6 hack */position: absolute;margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}

#TB_HideSelect{  z-index:99;  position:fixed;  top: 0;  left: 0;  background-color:#fff;  border:none;  filter:alpha(opacity=0);  -moz-opacity: 0;  opacity: 0;  height:100%;  width:100%;}

* html #TB_HideSelect { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}

#TB_iframeContent{  clear:both;  border:none;  margin-bottom:-1px;  margin-top:1px;  _margin-bottom:1px;}
