/*--------- 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: #000000;
	text-align: justify;	 
}

body {	
	font-size: 110%;
	*font-size: 120%;
	_font-size: 80%;		 
}


/* =2: Etiquetas basicas */

b {
	color: #034e96;
	font-weight: bold;
}

caption {
	display: table-caption;
	background-color: #EAEFF5;
	color: #333333;	
	font-size: 100%;
	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 {
	clear: both;
	color: #034E96;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent;
	border-bottom: none;
}

h1 span {
	color: #fff;
	background-color:#4D545A; 
	font-size: 80%;
	font-weight: normal;	
	padding-left: 5px;
}

h2 {
	clear: both;
	color: #034E96;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;	
	}

h3 {
	border-bottom:1px solid #666666;
	color:#333333;
	font-size:100%;
	font-weight:bold;	
	margin:10px 0pt;
	text-transform:uppercase;
	text-align: left;
}

h4 {
	font-size: 100%;
    color: rgb(102, 102, 102);
    font-weight: bold;   
    font-style: italic;
	text-align: left;	
}

h5 {
	font-size: 100%;
}

h6 {
	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 #034e96;
	width: 100%;
	margin: auto;
	text-align: center;
}

hr.hr2 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #034e96;
	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: 15px;
	float: right;
}

input {
	background-color: #FFF;
	border: 1pt solid #034e96;
	font-weight: normal;
	color: #333333;
	font-size: 100%;
	
}

input.iboton1 {	
	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.ibotonimportante1 {
	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.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: #FFFFFF;
	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;
	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: #D2D2D2;*/
	border: 1pt solid #034e96;
	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 #034e96;
	color: #000000;	
}

table.ttabla5 {
	background-color: #E8F3C9;
	color: #000000;	
}

table.ttabla6 {

}

thead {
}

thead tr th {
	background-color: #034E96;
	color: #ffffff;
	text-align:center;	
	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: #ffffff;	
	font-size: 100%;
}

tbody tr.tfila2 {
	background-color: #F4F4F4;	
	font-size: 100%;
}

tbody tr.tfila3 {
	background-color: #EAEFF5;
	color: #034E96;
	font-size: 100%;
}

tbody tr.tfila1 td {	
	padding: 5px;
	text-align:center;
}

tbody tr.tfila2 td {	
	padding: 5px;
	text-align:center;
}

tbody tr.tfila3 td {	
	border-bottom: 0px dashed #C3C3C3;
	text-align:center;
}


tbody tr.tfila1 td.tfila1 {
	border-bottom: 1px solid #F3F3F3;
	text-align:left;	
	padding: 0.5em;
	vertical-align:middle;
}

tbody tr.tfila2 td.tfila2 {
	border-bottom: 1px solid #F3F3F3;
	text-align:left;	
	padding: 0.5em;
	vertical-align:middle;
}

tbody tr th {
	/*border: none;
	color: #034E96;		
	background-color: #ffffff; */
	color: #ffffff;		
	background-color: #7FA1C1;
   /*text-align: right;	*/  	
}

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 a:link {
	color: #034E96;
	text-decoration: underline;
}
tbody tr td a:visited {
	color: #034E96;
	text-decoration: underline;
}
tbody tr td a:hover {		
	color: #034E96;
	text-decoration: none;
}

tbody tr td {
	/*color: #747474;*/	
	color: #034E96;
	/*background-color: #fff;*/	
	/*vertical-align: top;*/	
}


tfoot tr td {
	color: #034E96;	
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	padding: 0.5em;
	text-align: center;
	background-color: #F2F3F7;
	vertical-align: text-bottom;
}

tfoot tr td a:link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #034E96;
	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;	
	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: #034E96;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: middle;
}


th {
	border-bottom-style: solid;
	border-bottom-width: 0px;		
	margin: 0;
	padding: 2px;	
	background-color: #7FA1C1;
	color: #FFFFFF;
}

th b {
	font-weight: bold;
	color: #ffffff;
}

th.tcabecera1 {
	background-color: #034E96;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;	
	text-align:center;
}

th.tcabeceraimportante1 {
	background-color: #6791C2;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}

th.tcabecera2 {
	background-color: #FFFFFF;
	border-bottom-color: #034E96;
	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;
	font-size: inherit;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}


td.tfilaimportante1 {
	background-color: #044E97;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	/*padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;*/
	text-transform: uppercase;
	text-align: center;
}

td.tfilaimportante1 a:link {
	color: #ffffff;
	text-decoration: none;
}

td.tfilaimportante1 a:visited {
	color: #ffffff;
	text-decoration: none;
}

td.tfilaimportante1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

td.tfila2 {
	background-color: #F4F4F4;
	color: #034E96;
	font-weight: normal;
	padding: 2px ;
	text-align: left;	
}

td.tfilaimportante2 {
	/*background-color: #EEEEEE;*/
	background-color: #EAEFF5;
	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: #EEEEEE;
	color: #333333;
	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-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;
	color: #333333;
	font-size: 100%;
	margin: 0pt;
	font-weight: bold;
}

td.tfilaimportante4 a:link {
	color: #044E97;
	text-decoration: none;
	
}

td.tfilaimportante4 a:visited {
	color: #044E97;
	text-decoration: none;
	
}

td.tfilaimportante4 a:hover {
	color: #044E97;
	text-decoration: none;
	
}

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: #333333;	
	border: none;
	background-color: #FFFFFF;
    text-align: right;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px dashed #C2C2C2;
	border-left: 1px solid #FFFFFF;
	padding-left: 2px;
}

td.tcolumnaimportante1 {
	/*background-color: #DFE7EC;
	border-left: 3px solid #4C82B9;*/
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #EAEFF5;
}

td.tcolumna2 {
	color: #333333;
	font-size: 100%;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2px;
	text-align: left;
}

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;
}


td.tform1 {
	color: #333333;
	font-size: 80%;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2px;
	text-align: left;
}

td.tformimportante1 {
	font-size: 80%;
	COLOR: #333333;	
	border: none;
	background-color: #FFFFFF;
    text-align: right;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px dashed #D1D8F3;
	border-left: 1px solid #FFFFFF;
	padding-left: 2px;
}

td.tform2 {
}

td.tformimportante2 {
	color: #FF0000;	
	font-size: 85%;
}

td.tform3 {
}

td.tformimportante3 {
	background-color: #ACBFCC;	
	font-size: 85%;
	font-weight: bold;
}

.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 #034e96;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

a:link {
	color: #034e96;
	/*text-decoration: underline;*/
	text-decoration: none;
}

a:visited {
	color: #828282;	
	/*text-decoration: underline;*/
	text-decoration: none;
}

a:hover {
	color: #034e96;	
	/*text-decoration: none;*/
	text-decoration: underline;
}

a:active {
	color: #034e96;	
	/*text-decoration: none;*/
	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;
	min-width: 1003px; 
	width: 100%;
	_width: 1003px;
}

/* BLOQUE 1: ENCABEZADO */
/* Todo lo que vaya en este bloque empieza por E */
#encabezado {
	display: none;
}

/* zona corporativa con el nombre de aplicacion y logos */

/*#Econtenido {	 
	margin: 0;
	padding: 0;
	width: 249px;
	background: transparent;
	height: 61px;
	text-align: center;
	margin: auto;
	float: left;
	padding-left: 84px;
	}
	
#Elogo {
	margin: 0;
	padding: 0;		
	padding: 16px 0 0 0px;
	height: 32px;
	width: 249px;
}

#Elogo a {
	background: #034E96;
	height: 32px;
	width: 249px;
	display: block;
}

#Elogo a:hover {
	background: #034E96;
	height: 32px;
	width: 249px;
	opacity:.50;
	filter:alpha(opacity=50);
	display: block;
}
*/

/* zona que contiene: menu principal del encabezado,iconos,busqueda y acceso*/
/*
#Emenu {
	margin: 0;	
	padding: 0;			
}
*/

/* menu principal del encabezado */
/*
#Eselector {	
	background: url(../../imagenes/Eselector_fondo.jpg) top left no-repeat;
	float: right;	
	margin: 0;
	padding: 0;
	margin-top: 8px;
	margin-right: 0px;
	*margin-right: 0px;
	_margin-right: -5px;
	padding-right: 0px;	
	position: relative;	
	width: auto;
}

#Eselector ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;		
	text-align: right;
}
*/

/* cada una de las opciones del menu principal */
/*
#Eselector li {
	float: left;	
	border: 0px solid #333300;
	display: inline;	
	text-align: right;	
	width: auto;
	margin: 0;
	padding: 0;	
	background: url(../../imagenes/Eselector_ulli_fondo.gif) right 1px no-repeat;
	*background: url(../../imagenes/Eselector_ulli_fondo.gif) right 4px no-repeat;
	_background: url(../../imagenes/Eselector_ulli_fondo.gif) right center no-repeat;
	width: auto;
	_width: 80px;
	_white-space: nowrap;
}



#Eselector li a {	
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;			
	font-size: 85%;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: transparent; 	
	opacity:1;
	filter:alpha(opacity=100);
	margin-right: 14px;
	min-height: 18px;	
	height: 18px;	
	_height: 18px;
	display: block;
	
}

#Eselector li a:visited {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;		
	font-size: 85%;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: transparent; 	
	opacity:1;
	filter:alpha(opacity=100);
	display: block;
	
	}

#Eselector li a:hover {	
	font-size: 85%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: transparent;	 
	opacity:.50;
	filter:alpha(opacity=50);
	display: block;
	
}

#Eselector li a:active {
	}
	
#Eselector li a img {	
	vertical-align: middle;
	padding: 0px 9px 0 9px;
	*padding: 2px 9px 0 9px;
	_padding: 2px 9px 0 9px;
	margin-top: -2px;		
	}
*/		

/* si hay: zona busqueda, con su input texto y link */
/*
#Ebusqueda {
	background: url(../../imagenes/Ebusqueda_fondo.gif) left center no-repeat;
	float: right;	
	padding: 0px 0 0px 19px;
	text-align: left;
	margin: 0;
	color: #FFFFFF;
	clear: right; 	
	width: 354px;
	margin-top: 7px;
}

#Ebusqueda select {
	background-color: #fff;
	border: 1px solid #b9d1f0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	vertical-align: middle;
	min-height: 19px;	
	height: 19px;	
	_height: 19px;
	margin-top: 0px;
	*margin-top: -2px;
	_margin-top: -2px;
	padding-top: 1px;	
}

#Ebusqueda input.icampotexto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #fff;
	border: 1px solid #b9d1f0;
	vertical-align: middle;
	min-height: 15px;	
	height: 15px;	
	_height: 15px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 2px;
	margin-top: -3px;
}

#Ebusqueda 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 0px;	
	width: 40px;	
	min-height: 18px;	
	height: 18px;	
	_height: 18px;	
	margin-top: 0px;
	*margin-top: 3px;
	_margin-top: 3px;	
}
*/

/* si hay mas menus en el encabezado */
/*
#Emenu1 {
	width: 100%;	
	float: left;	
}
*/

/* menu principal del encabezado */
/*
#Eselector1 {
	background: transparent;	
	margin: 9px 13px 3px 11px;
	padding: 0;
	display: inline;		
	float: left;
	width: 97%;
}

#Eselector1 span {
	background: transparent;	
	margin: 0;
	padding: 0;
	display: inline;		
	float: left;
	opacity:1;
	filter:alpha(opacity=100);
	font-size: 85%;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 7px;
}

#Eselector1 ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;			
}
*/

/* cada una de las opciones del menu principal */
/*
#Eselector1 li {
	float: left;	
	border: 0px solid #333300;
	display: inline;		
	width: auto;
	margin: 0;
	padding: 0;	
	background: url(../../imagenes/Eselector1_ulli_fondo.gif) left 1px no-repeat;
	*background: url(../../imagenes/Eselector1_ulli_fondo.gif) left 1px no-repeat;
	_background: url(../../imagenes/Eselector1_ulli_fondo.gif) left 1px no-repeat;
	width: auto;
	_width: 10px;
	_white-space: nowrap;
	padding: 0px 7px 0px 9px;
}



#Eselector1 li a {	
	padding: 0;
	color: #000;
	text-decoration: none;			
	font-size: 85%;		
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: transparent; 	
	opacity:1;
	filter:alpha(opacity=100);
	
	min-height: 18px;	
	height: 18px;	
	_height: 18px;
	display: block;
	
}

#Eselector1 li a:visited {
	padding: 0;
	color: #000;
	text-decoration: none;		
	font-size: 85%;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: transparent; 	
	opacity:1;
	filter:alpha(opacity=100);
	display: block;	
	}

#Eselector1 li a:hover {	
	font-size: 85%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: transparent;	 
	opacity:.30;
	filter:alpha(opacity=30);
	display: block;	
}

#Eselector1 li a:active {
	}

*/

/* BLOQUE 2: CUERPO */
/* Las zonas principales de este bloque empiezan por C */
#cuerpo {
	/*background: transparent url(../../imagenes/C_fondo.gif) repeat-x;*/
	background: none;
	margin: 0;
	width: 100%;	
	overflow: hidden;
}


/* menus del cuerpo */
#Cmenu {	
	display: none;	
}

/* contiene todo el contenido */
#Ccontenido {	
	/*float: right;*/
	float: none;
	margin: auto;
	padding: 0;
	text-align: center;
	/*width: 77%;	*/
	width: 100%;
}


#Cencabezadocontenido {
	width: 90%;
	margin: auto;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #034E96;
}

#Cencabezadocontenido h1 {
	clear: both;
	color: #034E96;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent;
	border-bottom: none;
}

#Cencabezadocontenido h2 {
	clear: both;
	color: #034E96;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}


#Crastrodemigas {	
	float: right;
	margin-top: -13px;
	_margin-top: -13px;
	font-size: 75%;
	width: 50%;
	text-align: right;
	color: #034E96;
	display: none;
}

#Crastrodemigas b{	
	font-weight:bold;	
	color: #666666;
}

#Crastrodemigas a {
	color: #034e96;	
	text-decoration: none;
	
}

#Crastrodemigas a:link {
	color: #ADADB7;	
	text-decoration: none;
}

#Crastrodemigas a:visited {
	color: #ADADB7;
}

#Crastrodemigas a:hover {
	color: #ADADB7;
	text-decoration: underline;
}

#Crastrodemigas a:active {
	color: #ADADB7;
	text-decoration: underline;
}
 
#Cpasos {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0 0 30px 0;
	width: 100%;
	overflow: hidden;
}

#Cpasos ul {	
	display: inline;
	float: left;
	list-style: none;
	margin-bottom: -5px;
	padding: 0;
	position: absolute;
	visibility: visible;
	width: 300em;
	margin-left: 0;
	padding-bottom: 0;
}

#Cpasos ul li {
	display: inline;
	float: left;
	margin: 0 -1px -5px 0;
	position: relative;
	text-align: left;
	width: 30%;
}

#Cpasos ul li ul {
	border-bottom: 3px double #044E97;
}


#Cpasos ul li ul li {
	border: 0 solid #333300;
	color: #7FA1C1;
	display: inline;
	float: left;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 0 2px 0 2px;
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	width: auto;
	background-image: url(../../imagenes/Cpasos_ulli_ulli_fondo.gif);
	background-position: top right;
	background-repeat: no-repeat;	
}

#Cpasos ul li ul li a {
	color: #7FA1C1;
	display: inline;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#Cpasos ul li ul li a:hover {
	text-decoration: underline;
}

#Cpasos ul li ul li.liactivo {
	background-image: url(../../imagenes/Cpasos_ulli_ulliactivo_fondo.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0 2px 0 2px;
	padding: 5px 10px 3px 10px;
	text-align: left;
}

#Cpasos ul li ul li.liactivo a {
	color: #FFFFFF;
	display: inline;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#Cpasos ul li ul li.liactivo a:link, ul li ul li.liactivo a:visited, ul li ul li.liactivo a:hover {
	color: #FFFFFF;
} 

#Codigo {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: right;
	border-top: 1px none #C2C2C2;
	border-right: 1px none #C2C2C2;
	border-bottom: 1px dashed #C2C2C2;
	border-left: 1px none #C2C2C2;
	background-color: transparent;
FONT-WEIGHT: bold;
}

#Cpasoscontenido {
	width: 100%;
	overflow: hidden;
	clear: both;
}


#Cpasoscontenido a:link{
	text-decoration: none;
}

#Cpasoscontenido a:visited{
	text-decoration: none;
}

#Cpasoscontenido a:hover{
	text-decoration: underline;
}

#Cpasoscontenido a img{
	vertical-align:middle;
	padding: 0 2px;
	margin: 0;
}
#Ccontenidocontenido {	
	margin: 0;
	padding: 4px 20px 0 16px;	
	min-height:307px;
}

#Ctextocontenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 5px;
	margin: auto;
	width: 90%;
	text-align: justify;
}

/* SÓLO PARA LA HOME */

/*
#Cdestacados {
	background-color: transparent;
	float: left;
	width: 100%;
	_width: auto;
	margin-left: 7px;	
	_margin-left: 4px;	
	margin-top: 0;
	_margin-top: 5px;	
	margin-bottom: 10px;
}

#Cdestacados ul{
	width: 100%;
	text-align: center;	
	margin-left: 0px;
	padding-bottom:10.6em;
	*padding-bottom:0.6em;
	_padding-bottom:0.6em;
	padding-top:0.6em;
}

#Cdestacados li{
	height: 94px;
	width: 16%;
	background: transparent;
	text-align: center;	
	float: left;
	display:inline;
	padding: 0px 2px 0 0;
	padding-left: 0px;
	margin-left: 0px;
}

#Cdestacados li a img{
	height: 94px;
	width: 94px;
	text-align: center;	
	float: left;
	display:block;
	padding: 0px;
}

#Cdestacados li a {	
	text-align: center;	
	float: left;
	display:block;
	padding: 0px;
}

#Cdestacados li a:hover {	
	text-align: center;	
	float: left;
	display:block;
	padding: 0px;
	background: #fff;
	opacity:.63;
	filter:alpha(opacity=63);
}

#Cdestacados li a.zona_admin img {
	display: block;
	float: left;
	height: 17px;
	margin-left: -23px;
	padding: 0px;
	position: absolute;
	top:170px;
	width:17px;
	z-index:100;
}

#Cdestacados li a.zona_admin:hover img{	
	height: 17px;
	display: block;
	float: left;
	margin-left: -23px;
	padding: 0px;
	position: absolute;
	top:170px;
	width:17px;
	background: #fff;
	opacity:.63;
	filter:alpha(opacity=63);
}


#Catencion {	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	width: 100%;
	margin: auto;
	margin-top: 0px;
	display: block;
	clear: both;	
	padding: 0px 0px 0px 0px;		
	font-size: 100%;	
	z-index: 50;
	background: transparent url(../../imagenes/Catencion_fondo.gif) center top no-repeat;	
	height: 37px;
	
	
}

#Catencion h2 {	
	display: none;
}

#Catencion span {
	text-align: right;
	margin-right: 110px;
	*margin-right: 105px;
	_margin-right: 105px;	
	line-height:36px;	
	float: right;
	padding-top: 0px;
	*padding-top: 2px;
	_padding-top: 8px;
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 0px;
}

#Catencion input {
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}

#Catencion input.icampotexto {
	background: #fff url(../../imagenes/cliente_fondo.gif) left center no-repeat;
	border: 4F4E4E;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
	border: 1px solid #4F4E4E;
	vertical-align: text-top;
	min-height: 17px;	
	height: 17px;	
	_height: 17px;	
	padding: 0;
	padding-top: 2px;	
	padding-left: 18px;
	margin-top: -3px;
	color: #AAAAAA;
}

#Buscarcliente {
	background: url(../../imagenes/btn_buscarcliente_fondo.gif) center center no-repeat transparent;	
	border: 0;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
	padding:0px 0px 0px 0px;	
	width: 40px;	
	min-height: 18px;	
	height: 18px;	
	_height: 18px;	
	margin-top: 0px;
	*margin-top: 3px;
	_margin-top: 3px;
	
}

#Cnovedades {	
	width: 56%;
	display: block;
	float: left;	
	padding: 0px 0px 0px 0px;		
	font-size: 100%;
	z-index: 50;	
}

#Cnovedades h2 {	
	color: #fff;
	clear:both;	
	min-height: 28px;	
	height: 28px;	
	_height: 28px;
	font-size:1%;
	font-weight:bold;
	margin:13px 10px 15px 0px;
	padding:0;
	padding-left: 23px;
	text-align:left;
	text-decoration:none;
	width: 100%;
	background: url(../../imagenes/Cnovedades_h2_fondo.gif) 7px 3px no-repeat transparent;
	border-bottom: 1px solid #034E96;
}

#Cnovedades .noticia{
	width: 100%;	
	margin-bottom: 12px;
	margin-left: 12px;
	padding-left: 10px;	
	background: url(../../imagenes/Cnovedades_bullet.gif) left 7px no-repeat transparent;
}
#Cnovedades .imagennoticia{
	display: none;
	}
#Cnovedades .titularnoticia{
	text-align:justify;	
	padding-left: 0px;	
	position: inherit;
	border-bottom: 1px none #CCCCCC;
	}
#Cnovedades .titularnoticia img{
	margin: 0 3px;
}
#Cnovedades .titularnoticia a {	
	/*font-size: 85%;*/	
	/*font-weight: bold;    
    text-decoration: none;
	color: #000;
	text-transform:uppercase;
}	

#Cnovedades .titularnoticia a:visited { 	
	color: #CFCFCF;	
	}
#Cnovedades .titularnoticia a:hover { 
	text-decoration: underline; 
	color: #000;
	}	

#Cnovedades .subtitulonoticia {
	/*font-size: 80%;*/		
	/*text-align:justify;
	padding-left: 0px;
	position: inherit;	
	}
#Cnovedades .fechanoticia{
	display: none;
	}


 #Cnovedades #vermas {	
	background:transparent url(../../imagenes/ico_vermas.gif) no-repeat scroll left 7px;
	*background:transparent url(../../imagenes/ico_vermas.gif) no-repeat scroll left 3px;
	_background:transparent url(../../imagenes/ico_vermas.gif) no-repeat scroll left 3px;
	border-top:1px solid #666666;
	float:right;
	margin-right:-23px;
	padding-left:23px;
	text-align:right;
	width:100%;
} 



#Cnovedades #vermas a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;	
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
	margin-top: 4px;
	*margin-top: 8px;
	_margin-top: 8px;
	display: block;
}

#Cnovedades #vermas a:visited {
	color: #666666;
}

#Cnovedades #vermas a:hover {
	color: #034E96;
	text-decoration: none;
}

#Cdestacados2 {
	width: 42%;
	_width: 39%;
	display: block;
	float: left;	
	padding: 0px 0px 0px 0px;		
	font-size: 100%;	
	z-index: 50;
}

#Ccumple {
	float: left;
	width: 34%;
	padding-left:12%;
	_padding-left:2%;
}

#Ccumple h2 {	
	color: #fff;
	clear:both;	
	min-height: 28px;	
	height: 28px;	
	_height: 28px;
	font-size:1%;
	font-weight:bold;
	margin:13px 0px 15px 0px;
	padding:0;
	padding-left: 23px;
	
	text-align:left;
	text-decoration:none;
	width: 76%;
	background: url(../../imagenes/Ccumple_h2_fondo.gif) 0px 3px no-repeat transparent;
	border-bottom: 1px solid #034E96;	
}

#Ccumple p {
	text-align:left;	
}

#Ccumple img {
	vertical-align:middle;
	padding-right: 2px;
}

.fechacumple {
	font-size: 80%;
	text-align:left;
	padding-bottom: 3px;
}

.nombrecumple {
	text-align:left;
}

#Cagenda {
	float: right;
	width: 50%;
}

#Cagenda h2 {
	color: #fff;
	clear:both;	
	min-height: 28px;	
	height: 28px;	
	_height: 28px;
	font-size:1%;
	font-weight:bold;
	margin:13px 0px 0px 0px;
	padding:0;
	text-align:left;
	text-decoration:none;
	width: 120px;
	background: url(../../imagenes/Cagenda_h2_fondo.gif) 7px 3px no-repeat transparent;
	border-bottom: 1px none #034E96;
}

/* FIN SÓLO PARA LA HOME */



/* AQUÍ DENTRO EMPEZARÍAN LAS ETIQUETAS COMUNES */
/*
#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 */

#Cpiecontenido {
	clear: both;
	margin: auto;
	background: url(../../imagenes/Cpiecontenido_fondo.gif) top repeat-x;	
	width: 90%;
	padding: 2px 18px 0 24px;
	display: block;
	height: 45px;
	margin-top: 5px;
	display: none;
}

#Ciconos {
	width: 100%;
	margin: 0;
	padding: 0;
	
	display: block;
	opacity:1;
	filter:alpha(opacity=100);
}

#Ciconos a {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	font-weight: normal;
	text-transform:lowercase;
}

#Ciconos a:visited {
	color: #797979;	
	text-decoration: none;
}

#Ciconos a:hover {
	color: #797979;	
	text-decoration: underline;
}

#Ciconos a:active {
	color: #034e96;
	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: url(../../imagenes/P_fondo.jpg) top repeat-x;	
	color: #FFFFFF;
	float: left;	
	font-size: 85%;
	margin: 0;
	padding: 0;
	line-height: 23px;
	padding-bottom: 1px;
	text-align: center;
	width: 100%;
	opacity:1;
	filter:alpha(opacity=100);
	display: none;
}

#pie span {
	margin: 0 3em;
	font-weight: bold;
	
}

#pie img {
	margin: 3px;
	padding: 0;
	vertical-align: middle;
}

#pie a {
	color: #FFFFFF;
	font-weight: normal;
	
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#pie a:link {
}

#pie a:visited {
	color: #fff;
}

#pie a:hover {
	text-decoration: none;
}

#pie a:active {
}


/* 5= Estructura producto
	  =NEWS */

/* Listado */

#noticias {		
	width: 100%;		
	margin-top: 10px;		
	}	  
#filtros {		
	width: 80%;	
	margin-left: 25px;
	margin-bottom: 30px;	
	display: none;
	}
#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;
	overflow: hidden;	
}
.imagennoticia{
	width:100px;
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-right:-3px;
	background-color: #ffffff;
	}

.imagennoticia img{
	width: 53px;	
}
	
.titularnoticia{
	text-align:justify;	
	padding-left: 100px;	
	position: inherit;
	left: 100px;
	border-bottom: 1px solid #CCCCCC;
	}
	
.titularnoticia img{
	margin: 0 3px;
}

.titularnoticia a {	
	/*font-size: 85%;*/	
	font-weight: bold;    
    text-decoration: none;
	color: #034E96;
	text-transform:uppercase;
}	

.titularnoticia a:visited { 	
	color: #9DA8AC;	
	}
.titularnoticia a:hover { 
	text-decoration: underline; 
	color: #034E96;
	}
.titularnoticia a:active { 
	text-decoration: underline; 
	color: #000000;
	}	

.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: 85%;
	text-align: center;
	margin-bottom: 10px;
	display: none;
	}
	
/* Ficha */

#fechafichanoticia {
	color: rgb(102, 102, 102);
    font-size: 95%;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    text-decoration: none;
    padding-bottom: 2%;
	}
	
#textofichanoticia {	
	width: 100%;
	}
	
#textofichanoticia ul {
	margin-left: 20px;
	padding-bottom: 0.5em;
}	

#textofichanoticia li {
	padding: 0.5em;
}
	
#imagenfichanoticia {
	width: 100%;
	clear: both;
	/*width: auto;*/
	text-align: center;	
	}
	
#imagenfichanoticia img{		
	/*float: left;*/
	max-width: 100%;
	_width: 100%;
	}

#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;
}

table.ttablaagenda tbody tr th {
	color: #034E96;	
	border: none;
	background-color: #ffffff; 
} 

table.ttablaagenda tfoot tr td a:link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 130%;
	color: #034E96;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
table.ttablaagenda tfoot tr td a:visited {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 130%;
	color: #747474;	
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
table.ttablaagenda tfoot tr td a:hover {		
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 130%;
	color: #034E96;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: middle;
}

#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;
}
