/*--------- 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: "trebuchet MS", Verdana;	
	color: #000000;
	text-align: justify;	 
}

body {	
	font-size: 80%;		 
}


/* =2: Etiquetas basicas */

b {
	color: #445D20;
	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:#4D545A;
	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 #666666;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	text-align: left;

	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}

h4 {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	background-color: #445D20;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

h5 {
	
}

h6 {
}

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 #445D20;
	width: 100%;
	margin: auto;
	text-align: center;
}

hr.hr2 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #445D20;
	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 #445D20;
	font-weight: normal;
	color: #333333;
	font-size: 100%;
	
}

input.iboton1 {	
	background-color: #445D20;
	border: 1pt none #333333;
	color: #FFFFFF;	
	font-size: 90%;
	padding: 0px 3px;	
}

input.ibotonimportante1 {
	background-color: #445D20;
	border: 1pt solid #CCCCCC;
	color: #FFFFFF;
	font-size: 90%;
}

input.iboton2 {
	background-color:#445D20;
	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 #445D20;
	font-size: 85%;
	vertical-align: middle;
	margin-bottom: 2px;
}

strong {
	font-weight: bold;
	color: #000000;
}

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 #445D20;
	color: #000000;	
}

table.ttabla5 {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}
table.ttabla5 th {
	background-color: #E9ECDF;
}

table.ttabla6 {

}

thead {
}

thead tr th {
	background-color: #445D20;
	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: #ffffff;	
	font-size: 100%;
	
}

tbody tr.tfila2 {
	background-color: #edf7fd;	
	font-size: 100%;
}

tbody tr.tfila3 {
	background-color: #EAEFF5;
	color: #445D20;
	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: 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 th {
	color: #445D20;	
	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;	
		
}


tfoot tr td {
	color: #445D20;	
	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: 130%;
	color: #445D20;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
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;
}
tfoot tr td a:hover {		
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 130%;
	color: #445D20;
	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: #445D20;
	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: #445D20;
	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;
	padding: 3px;
	background-color: #FFFFFF;
}


td.tfilaimportante1 {
	background-color: #B9D1F0;
	color: #445D20;	
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;
	text-transform: uppercase;
}

td.tfila2 {
	text-align: justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FAFBEE;
}

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: #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-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;
}

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 #445D20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

a:link {
	color: #445D20;
	text-decoration: none;
}

a:visited {
	color: #828282;
	text-decoration: none;
}

a:hover {
	color: #445D20;
	text-decoration: underline;
}

a:active {
	color: #445D20;
	text-decoration: underline;
}
a.link1:link {
	color: #666B1F;
	text-decoration: underline;	
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}
a.link1:visited {
	color: #666B1F;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
}
a.link1:hover {
	color: #333333;
	
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}


a.link2:link {
	color: #FC7315;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
a.link2:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

a.link2:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	
}





a.linkfila1:hover {
	color: #FC7315;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

a.linkfila1:visited {
	color: #FC7315;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}


/* =3: Estructura general de la pagina:
CONTIENE LOS 3 BLOQUES PRINCIPALES DE LA PAGINA: ENCABEZADO, CUERPO Y PIE   */
#envoltorio {
	margin: auto;
	padding: 0;
	border: 6px solid #FFFFFF;
	min-width:1003px;
	*min-width:1003px;
	_width:1003px;
		/* width: 1003px; */ 
}

/* BLOQUE 1: ENCABEZADO */
/* Todo lo que vaya en este bloque empieza por E */
#encabezado {
	margin: auto;
	padding: 0;
	min-height: 96px;
	height: 96px;
	_height: 96px;
	background-image: url(../../imagenes/imagen_superior.jpg);
	background-repeat: no-repeat;
	background-position: right top;	/* width: 100%;	*/
	background-color: #445D20;
}

/* zona corporativa con el nombre de aplicacion y logos */

#Econtenido {	 
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: center;
	margin: auto;
	float: left;
	
	}
	
#Elogo {
	margin: 0;
	height: 95px;
	width: 347px;
	background-position: left top;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#Elogo a {
	background: #445D20;
	display: block;
	height: 95px;
	width: 347px;
}

#Elogo a:hover {
	background: #445D20;
	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: 388px;
	_width: 395px;
}

#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;	
	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 */
#cuerpohome {
	background: transparent url(../../imagenes/C_fondo.gif) repeat-x;
	min-height: 600px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#cuerpo {
	background: transparent url(../../imagenes/C_fondo.gif) repeat-x;
	min-height: 400px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


/* menus del cuerpo */
#Cmenu {	
	background: transparent;	
	float: left;		
	width: 177px;	
	padding: 0;	
	margin-left: 0px;		
	margin-top: 1px;	
}


/*menu principal*/
#Cselector {
	
			
	padding: 0;
	margin: 0;	
	font-size: 90%;	
	margin-bottom: 2px;
}

#Cselector ol {
	padding-bottom:3px;
	background-color: transparent;
	background-position: right bottom;
}

#Cselector ol li {
	color: #000;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	width: 168px;	
	font-size: 100%;
	border-bottom: 0px solid #8F8D8D;
	display: block;	
	text-align: left;
	
}

#Cselector ol li select {
	font-family: "trebuchet MS", Verdana;
	background-color: #ffffff;	
	font-weight: normal;
	color: #333333;
	width: 177px;	
	padding: 0;
	margin: -2px 0 -2px -2px;	
	border: 0;
	border: 0.12em #044E97 solid;
	font-size: 80%;
	vertical-align: text-top;
}

#Cselector ol li a {
	display: block;
	padding: 11px 0 0 28px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	font-size: 100%;
	font-weight: bold;
	height: 19px;	
	margin: 0;	
	letter-spacing: 0.1em;
	background-image: url(../../imagenes/fondo_menu.gif);
	width: 177px;
	border-bottom: 0;
	opacity:1;
	filter:alpha(opacity=100);
}

#Cselector ol li a:hover {
	display: block;
	padding: 11px 0 0 28px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	font-size: 100%;
	font-weight: bold;
	height: 19px;	
	margin: 0;	
	letter-spacing: 0.1em;
	background-image: url(../../imagenes/fondo_menu_hover.gif);
	width: 177px;
	border-bottom: 0;
	opacity:1;
	filter:alpha(opacity=100);
}

/* si hay uno seleccionado */
#Cselector ol li span {
	border: 0;
}

#Cselector ol li span a {
	display: block;
	padding: 11px 0 0 28px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	font-size: 100%;
	font-weight: bold;
	height: 19px;	
	margin: 0;	
	letter-spacing: 0.1em;
	background-image: url(../../imagenes/fondo_menu_hover.gif);
	width: 177px;
	border-bottom: 0;
	opacity:1;
	filter:alpha(opacity=100);
}

#Cselector ol li span a:hover {
	display: block;
	padding: 11px 0 0 28px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	font-size: 100%;
	font-weight: bold;
	height: 19px;	
	margin: 0;	
	letter-spacing: 0.1em;
	background-image: url(../../imagenes/fondo_menu_hover.gif);
	width: 177px;
	border-bottom: 0;
	opacity:1;
	filter:alpha(opacity=100);
}

/* 2º nivel de subopciones */
#Cselector ol li ul {
	display: block;
	width: 205px;
	background-color: #FFFFFF;
	padding: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	margin: 0px 0px 0px -23px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;	
}

#Cselector ol li ul li {
	color:#333333;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 205px;
	font-size: 100%;
	border-bottom: 1px solid #8F8D8D;
	display: block;
	height: 1%;
	background-color: #FFFFFF;
}

#Cselector ol li ul li a {
	color:#333333;
	display:block;
	padding:4px 0px 3px 40px;
	text-decoration:none;
	margin-left: 0px;
	font-weight: normal;
	text-align:left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
	width: 165px;
	background-image: url(../../imagenes/fondo_submenu.gif);
	background-repeat: no-repeat;
}

#Cselector ol li ul li a:visited {
	
	color:#333333;
	display:block;
	padding:4px 0px 3px 40px;	
	font-weight: normal;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
	background-color: #FFFFFF;
	background-image: url(../../imagenes/fondo_submenu.gif);
	background-repeat: no-repeat;
}

#Cselector ol li ul li a:hover {
	
	color:#333333;
	display:block;
	padding:4px 0px 3px 40px;	
	text-decoration:none;
	font-weight: bold;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
	width: 165px;
	background-image: url(../../imagenes/fondo_submenu_span.gif);
	background-repeat: no-repeat;
	
}

/* si hay uno seleccionado del 2º nivel*/
#Cselector ol li ul li span {
	color:#333333;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 177px;
	_width: 165px;
	font-size: 100%;
	border-bottom: 0px solid #8F8D8D;
	display: block;
	letter-spacing: normal;
	background-color: #FFFFFF;
}

#Cselector ol li ul li span  a {
	color:#333333;
	display:block;
	padding:4px 0px 3px 40px;
	text-decoration:none;
	margin: 0;
	height: 1%;
	margin-left: 0px;
	_margin-left: 0px;
	font-weight: bold;
	width: 177px;
	_width: 165px;
	text-align:left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
	background-color: #FFFFFF;
	background-image: url(../../imagenes/fondo_submenu_span.gif);
}

#Cselector ol li ul li span  a:visited {
	color:#333333;
	display:block;
	padding:4px 0px 3px 40px;
	text-decoration:none;
	margin: 0;
	height: 1%;
	margin-left: 0px;
	_margin-left: 0px;
	font-weight: bold;
	width: 165px;
	text-align:left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
	background-color: #FFFFFF;
	background-image: url(../../imagenes/fondo_submenu_span.gif);
}

#Cselector ol li ul li span a:hover {
	color:#333333;
	display:block;
	padding:4px 0px 3px 40px;
	text-decoration:none;
	margin: 0;
	height: 1%;
	margin-left: 0px;
	_margin-left: 0px;
	font-weight: bold;
	width: 177px;
	text-align:left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
	background-color: #FFFFFF;
	background-image: url(../../imagenes/fondo_submenu_span.gif);
}


/* 3er nivel de subopciones */
#Cselector ol li ul li ul {
	display: block;
	padding: 0px;
	width: 177px;
	margin: 0;
	padding: 0;
	margin-bottom: -1px;
	border-top:1px solid #8F8D8D;
	background-color: #FFFFFF;
}

#Cselector ol li ul li ul li {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;	
	padding: 0;	
	width: 177px;
	font-size: 100%;
	border-bottom: 1px solid #8F8D8D;
	display: block;
}

#Cselector ol li ul li ul li a {
	
	color:#fff;
	display:block;
	padding:4px 0px 3px 50px;	
	text-decoration:none;
	margin-left: 0px;
	_margin-left: 0px;
	font-weight: normal;
	width: 177px;
	text-align: left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li a:visited {

	color:#fff;
	display:block;
	padding:4px 0px 3px 50px;	
	font-weight: normal;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li a:hover {	
	
	color:#fff;
	display:block;
	padding:4px 0px 3px 50px;	
	text-decoration:none;
	font-weight: normal;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

/* si hay uno seleccionado del 3er nivel*/
#Cselector ol li ul li ul li span {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px -1px 0px;
	_margin: 0px 0px 0px 0px;		
	padding: 0;	
	width: 177px;
	font-size: 100%;
	border-bottom: 1px solid #8F8D8D;
	_border-bottom: 0px solid #8F8D8D;
	display: block;
	letter-spacing: normal;
	line-height: 1%;
}

#Cselector ol li ul li ul li span a {

	color:#fff;
	display:block;
	padding:4px 0px 3px 50px;	
	text-decoration:none;
	margin: 0;
	height: 1%;
	margin-left: 0px;
	_margin-left: 0px;
	font-weight: normal;
	width: 177px;
	text-align: left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li span a:visited {
	
	color:#fff;
	margin: 0;
	height: 1%;
	display:block;
	padding:4px 0px 3px 50px;	
	margin-left: 0px;	
	font-weight: normal;
	letter-spacing:normal;
	width: 177px;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li span a:hover {
	
	color:#fff;
	display:block;
	padding:4px 0px 3px 50px;	
	text-decoration:none;
	margin: 0;
	margin-left: 0px;
	_margin-left: 0px;
	font-weight: normal;
	height: 1%;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	width: 177px;
	height: 1%;
}

/* 4º nivel de subopciones o selector de carpetas del document */
#Cselector ol li ul li ul li ul {
	background: #404040;
	display: block;	
	width: 177px;	
	margin: 0;	
	padding: 0;	
	margin-bottom: -1px;
	border-top:1px solid #8F8D8D;
}

#Cselector ol li ul li ul li ul li {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;	
	padding: 0;	
	width: 177px;
	font-size: 100%;
	border-bottom: 1px solid #8F8D8D;
	display: block;
}

#Cselector ol li ul li ul li ul li a {
	background:transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 44px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 60px;	
	text-decoration:none;
	margin-left: 0px;	
	font-weight: normal;
	width: 158px;
	text-align: left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li ul li a:visited {
	background:transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 44px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 60px;	
	font-weight: normal;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li ul li a:hover {
	background: #000 url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 44px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 60px;	
	text-decoration:none;
	font-weight: normal;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

/* si hay uno seleccionado del 4º nivel*/
#Cselector ol li ul li ul li ul li span {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px -1px 0px;
	_margin: 0px 0px 0px 0px;	
	padding: 0;	
	width: 177px;
	font-size: 100%;
	border-bottom: 1px solid #8F8D8D;
	_border-bottom: 0px solid #8F8D8D;
	display: block;
	letter-spacing: normal;
	line-height: 1%;
}

#Cselector ol li ul li ul li ul li span a {
	background: #000 url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 44px 8px;
	color: #fff;
	display:block;
	padding:4px 0px 3px 60px;	
	text-decoration:none;
	margin: 0;	
	margin-left: 0px;	
	font-weight: normal;
	width: 158px;
	text-align: left;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li ul li span a:visited {
	background: #000 url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 44px 8px;
	color: #fff;
	margin: 0;	
	display:block;
	padding:4px 0px 3px 60px;	
	margin-left: 0px;
	_margin-left: 0px;
	font-weight: normal;
	letter-spacing:normal;
	width: 158px;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	height: 1%;
}

#Cselector ol li ul li ul li ul li span a:hover {
	background: #000 url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 44px 8px;
	color: #fff;
	display:block;
	padding:4px 0px 3px 60px;	
	text-decoration:none;
	margin: 0;
	margin-left: 0px;	
	font-weight: normal;	
	-moz-opacity:1;
	filter:alpha(opacity=100);
	letter-spacing:normal;
	width: 158px;
	height: 1%;
}

/* si lo hay: cajetin de identificacion */

#Cidentificacion {
	background: url(../../imagenes/fondo_identificacion.gif)  no-repeat transparent;
	width: 215px;
	float: left;
	padding-bottom: 2px;
	_padding-bottom: 2px;
	padding-top: 4px;
	_padding-top: 4px;
	font-family: "trebuchet MS", Verdana;
	font-size: 10px;
	color: #000000;
	padding-right: 0;
	padding-left: 0;
	height: 100px;
}

#Cidentificacion input.icampotexto {
	background-color: #fff;
	border: 1px solid #666666;
	padding: 0;
	margin: 0;
	
}

#Cidentificacion ol {
	padding: 0;
	float: left;
	width: 205px;
	font-family: "trebuchet MS", Verdana;
	font-size: 10px;
	_font-size: 9px;
	color: #000000;
	margin-top: 1px;
	margin-right: 8px;
	margin-bottom: 1px;
	margin-left: 8px;
}

#Cidentificacion ol li {
	background-color: transparent;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:auto;
	
}

#Cidentificacion ol li ul {
	margin: 0;
	padding: 0;
	width: 205px;
}

#Cidentificacion ol li ul li {
	
	font-size:9px;
	_font-family:Arial, Helvetica, sans-serif;
	_font-size:9px;
	background-color: transparent;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	display: table-row;
	line-height:8px;
	_line-height:10px;
	width: 205px;
	margin-top: 0;
	
}

#Cidentificacion ol li ul li span.texto {
	float: left;
	padding: 3px 3px 3px 0px;
	margin: 0px;
	width: 50px;
	text-align: right;
}

#Cidentificacion ol li ul li span.campotexto {
	float: right;
	padding-right: 2px;
	margin: 0px;
	width: 150px;
}

#Cidentificacion ul {
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
	
}

#Cidentificacion ul li {
	background-color: transparent;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 0;
	
}

#Cidentificacion ul li ul {
	margin: 0;
	padding: 0;
	text-align: center;
	
	margin-bottom: 0px;
	_margin-bottom: -5px;
}

#Cidentificacion ul li ul li {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	list-style-type: none;
	
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: table-row;
	line-height:9px;
	_line-height:9px;
	height: 15px;
	margin-left: -5px;
	_margin-left: -5px;
}

#Cidentificacion ul li ul li a {
	color: #000;
	font-size: 75%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 13px;
	_line-height: 9px;
}

#Cidentificacion ul li ul li a:link {
}

#Cidentificacion ul li ul li a:visited {
}

#Cidentificacion ul li ul li a:hover {
	text-decoration: underline;
}

#Cidentificacion ul li ul li a:active {
}

#Entrar {

	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 95%;
	letter-spacing: 0.05em;
	margin: 1px 0 1px 0;
	_margin: 2px 0 2px 0;
	width: 62px;
}

/* si lo hay: menu personal cuando el usuario ya se ha identificado */

#Cpersonal {
	display: block;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
	font-size: 85%;
	font-weight: bold;
	padding: 0;
	padding: 8px 0 0 0;
	margin: 0;
	margin-bottom: 0px;
	font-size: 85%;
	border: 1px solid #CCCCCC;
	width: 205px;
}

#Cpersonal h2 {
	opacity:1;
	filter:alpha(opacity=100);
	background-color: #F1F1E4;
	width: 195px;;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
}

#Cdatos {
	
	min-height: 55px;
	height: 1%;
	margin: 6px 0 0 0;		
	padding-top: 10px;
	padding-bottom: 10px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	opacity:1;
	filter:alpha(opacity=100);
		
}

#Cdatos span.foto {
	width:65px;
	
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-right:0px;
	background-color: transparent;
	vertical-align: middle;
	float: left;
	padding-left: 10px;
	}
#Cdatos span.foto img {
	border:1px solid #838383;
	height:50px;
	margin:0pt 0px 0pt 0pt;
	width:50px;
}

#Cdatos .texto{
	width: 190px;
	text-align: left;
	float: right;
	width:185px;
	font-weight: normal;
	padding:
; 	padding-right: 5px;		
}

#Cdatos .texto ul {
	margin:0px;
	padding: 0px;
	padding-top: 7px;
}

#Cdatos .texto ul li {
	background-color: transparent;
	color: #445D20;
	list-style-type: none;	
	font-style: normal;
	font-weight: normal;
	margin: 0 0 0px 0;
	text-decoration: none;
	padding: 0 0 0px 0px;
	text-align: left;
	font-size: 85%;
	height: 20%;	
	letter-spacing: normal;	
	opacity:1;
	filter:alpha(opacity=100);
	}
	

#Cpersonal ol {	
	background: #6895BE url(../../imagenes/Cpersonal_ol_fondo.gif) bottom right no-repeat;
	padding:8px 0px;							
}
	
	
#Cpersonal ol li {		
	background: #6895BE;
	color: #fff;		
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;		
	margin: 0;		
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;	
	width: 199px;	
	font-size: 100%;	
	/*border-bottom: 1px solid #8F8D8D;	*/
	display: block;	
	line-height: 12px;	
	opacity:1;
	filter:alpha(opacity=100);
	background: transparent url(../../imagenes/Cselector_fondo.gif) top right repeat-y;
}

#Cpersonal ol li a {
	background:transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 24px 5px;
	color:#fff;	
	display:block;
	padding:2px 0px 1px 40px;
	_padding:2px 0px 1px 40px;
	text-decoration:none;	
	margin-left: -23px;	
	_margin-left: 0px;	
	font-weight: normal;
	width: 178px;
	_width: 182px;
	text-align:left;
}

#Cpersonal ol li a:visited {
	background:transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 24px 5px;
	color:#fff;
	display:block;
	padding:2px 0px 1px 40px;
	_padding:2px 0px 1px 40px;
	font-weight: normal;	
}

#Cpersonal ol li a:hover {
	background: transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 24px 5px  ;	
	color:#fff;
	display:block;	
	padding:2px 0px 1px 40px;
	_padding:2px 0px 1px 40px;	
	text-decoration:none;
	font-weight: bold;
}

/* si hay uno seleccionado */

#Cpersonal 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;	
	width: 177px;	
	font-size: 100%;		
	display: block;	
	letter-spacing: normal;
}

#Cpersonal ol li span a {
	background: transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 24px 5px;	
	color:#fff;	
	display:block;
	padding:2px 0px 1px 40px;
	_padding:2px 0px 1px 40px;
	text-decoration:none;	
	margin-left: -23px;	
	_margin-left: 0px;	
	font-weight: bold;
	width: 178px;
	_width: 182px;
	text-align:left;
}

#Cpersonal ol li span  a:visited {			
	background: transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 24px 5px;	
	color:#fff;
	display:block;
	padding:2px 0px 1px 40px;
	_padding:2px 0px 1px 40px;
	text-decoration:none;	
	margin-left: -23px;	
	_margin-left: 0px;	
	font-weight: bold;
	
}

#Cpersonal ol li span  a:hover {
	background: transparent url(../../imagenes/Cselector_li_li_fondo.gif) no-repeat 24px 5px  ;	
	color:#fff;
	display:block;	
	padding:2px 0px 1px 40px;
	_padding:2px 0px 1px 40px;	
	text-decoration:none;
	font-weight: bold;	
	
}


/* contiene todo el contenido */
#Ccontenido {	
	float: right;
	margin: auto;
	padding: 0;
	text-align: left;
	width: 80%;	
	*width: auto;
	_width: auto;
	
}


#Cencabezadocontenido {
	width: 90%;
	margin: auto;
	padding-bottom: 5px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #445D20;
}

#Cencabezadocontenido h1 {
	clear: both;
	color: #445D20;
	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;
}

#Cencabezadocontenido h2 {
	clear: both;
	color: #445D20;
	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: #445D20;
}

#Crastrodemigas b{	
	font-weight:bold;	
	color: #666666;
}

#Crastrodemigas a {
	color: #445D20;	
	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%;
}

#Cpasos ul {	
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0 -5px 0;
	padding: 0;
	position: absolute;
	visibility: visible;
	width: 753px;
}

#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;
} 

#Ccontenidocontenido {	
	margin: 0;
	padding: 4px 20px 0 16px;	
	min-height:307px;
	
}
#Ccontenidocontenidohome {
	margin: 0;
	min-height:387px;
	background-image: url(../../imagenes/fondo_home.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0;
	*width: 98%;
	
}

#Ctextocontenido {
	font-size: 90%;
	margin-top: 5px;
	width: 90%;
	
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 60px;
	_padding-left:40px;
}
#Ctextocontenido p {
	width: 100%;
	text-align: left;
	padding: 0px;
	margin-bottom: 7px;
}
#Ctextocontenido ul {
	font-size: 12px;
	color: #333333;
	font-family: "trebuchet MS", Verdana;
	line-height: 14px;	
	margin-bottom:6px;
	margin-top:2px;
	padding:0px;
	
	width:100%;
	_width:95%;
	
}
#Ctextocontenido ul li {
	
	
	font-size: 11px;
	color: #333333;
	font-family: "trebuchet MS", Verdana;
	margin-right: 4px;
	margin-left: 4px;
	padding-left:10px;
	height:auto;
	background: transparent url(../../imagenes/ima_flecha.gif) left 5px no-repeat;	
	list-style-type: none;
	
}

/* SÓLO PARA LA HOME */

#Cdestacados {
	background-color: transparent;
	
	width: 95%;
	height:260px;
	_width: auto;
	margin-left: 7px;
	_margin-left: 4px;
	margin-top: 0;
	_margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCC6BC;
	padding: 10px;
}
#Cdestacados img {
	
	padding: 8px;
	width:auto;	
}
#Cdestacados p {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:3px;
}
#Sumario {
	width:70%;
	*width:450px;
	_width:70%;
	padding: 8px;
	
}
#Cdestacados h2 {
	background-color: #B2B471;
	background-image: url(../../imagenes/fondo_titulo1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
		margin-bottom: 4px;
}
#Cdestacados2 {
	background-color: transparent;
	float: left;
	width: 95%;
	_width: auto;
	margin-left: 7px;
	_margin-left: 4px;
	margin-top: 0;
	_margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCC6BC;
	padding: 10px;
}
#Cdestacados2 h2 {
	background-color: #B2B471;
	background-image: url(../../imagenes/fondo_titulo1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 4px;
}
#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: 147px;*/
	height: 113px;
	/*width: 24%;*/
	width: 19%;
	background: transparent;
	text-align: center;	
	float: left;
	display:inline;
	padding: 0px 5px 0 0;
	padding-left: 0px;
	margin-left: 0px;
}

#Cdestacados li a img{
	/*height: 147px;
	width: 147px;*/
	height: 113px;
	width: 113px;
	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: 27px;*/
	height: 21px;
	/*margin-left: -37px;*/
	margin-left: -30px;
	padding: 0px;
	position: absolute;
	/*top:215px;*/
	top:187px;
	/*width:27px;*/
	width:21px;
	z-index:100;
}

#Cdestacados li a.zona_admin:hover img{	
	/*height: 27px;*/
	height: 21px;
	display: block;
	float: left;
	/*margin-left: -37px;*/
	margin-left: -30px;
	padding: 0px;
	position: absolute;
	/*top:215px;*/
	top:187px;
	/*width:27px;*/
	width:21px;
	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: 65%;
	display: block;
	float: left;	
	padding: 0px 0px 0px 0px;		
	font-size: 100%;	
	right:13px;
	top:129px;
	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 #445D20;
}

#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: #445D20;
	text-decoration: none;
}

#Cagenda {
	float: right;
	width: 25%;
}

#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 #445D20;
}

/* FIN SÓLO PARA LA HOME */



/* AQUÍ DENTRO EMPEZARÍAN LAS ETIQUETAS COMUNES */


#Ctextocontenido li {
	color: #666666;
	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;
}

#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;
}

#Ciconos a:visited {
	color: #797979;	
	text-decoration: none;
}

#Ciconos a:hover {
	color: #797979;	
	text-decoration: underline;
}

#Ciconos a:active {
	color: #445D20;
	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 {
	color: #333333F;
	float: left;
	font-size: 85%;
	margin: 0;
	padding: 0;
	height: 62px;
	line-height: 25px;
	padding-bottom: 1px;
	text-align: center;
	width: 100%;
	opacity:1;
	filter:alpha(opacity=100);
	background-image: url(../../imagenes/fondo_pie_sup.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #B1BE8F;
}
#sponsor {
	
	width: 100%;
	text-align: right;	
}

#pie span {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color:#FFFFFF,
	
}
#fondopie  {
	font-weight: bold;
	margin-top: 14px;
	background-image: url(../../imagenes/fondo_pie.gif);
	margin-bottom: 0;
	height: 33px;
	display:block;
	float:right;
	margin-top:14px;
	*margin-top:15px;
	width: 90%;
	_width: 95%;
	*width: 90%;
	background-position: right;
	background-repeat: no-repeat;
}

#pie img {
	padding: 0;
	vertical-align: middle;
	display:block;
	float:left;
	margin-right: 6px;
	height:60px;
	margin-left: 5px;
}

#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;		
	}
#filtroscategorias {
	width: auto;
	float: left;
}
#filtrosactuales {
	width: auto;
	float: right;
}
		
.categoria {
	width:100%;		
	font-weight: bold;    
   text-decoration: none;
	color: #445D20;
	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 #445D20;
	}
.noticia{
	width: 100%;	
	margin-bottom: 25px;	
}
.imagennoticia{
	width:100px;
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-right:-3px;
	background-color: #ffffff;
	}
.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: #445D20;
	text-transform:uppercase;
}	

.titularnoticia a:visited { 	
	color: #9DA8AC;	
	}
.titularnoticia a:hover { 
	text-decoration: underline; 
	color: #445D20;
	}
.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 {
	text-align: center;
	margin-top: 2px;
	height:auto;	
	}
#numeropaginador {
	font-size: 100%;
	text-align: center;
	width:50%;
	display: inline;
	margin-left:4px;
	margin-right:4px;
	}
	
/* 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%;
	}
	
#imagenfichanoticia {
	width: 100%;
	clear: both;
	/*width: auto;*/
	text-align: center;	
	}
	
#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: #445D20;	
	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;
}
.clausula{
	font-size: 10px;
	line-height: 11px;
	color: #666666;	
	
	
	}
