/*--------- INDICE --------------------------------------
	=1: Modificadores generales		
---------------------------------------------------------
	=2: Etiquetas basicas
---------------------------------------------------------
	=3: Estructura general
		=ENCABEZADO
		=CUERPO	
		=PIE			
---------------------------------------------------------
	=4: Etiquetas producto
---------------------------------------------------------
	=5: Estructura producto
		=NEWS
		=SHOP
		...
-------------------------------------------------------*/

/* =1: Modificadores generales */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body, html {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
}

body {	
	font-size: 80%;	
	/*background: #fff url(../imagenes/html_fondo.gif) repeat-x;*/
}

html {		
	margin: auto;
	/*background: #eee;*/	
	background: #fff;
}



/* =2: Etiquetas basicas */

b {
	color: #FF0000;
	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 {
	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 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-variant: normal;
	clear: both;
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	margin-left: 7px;
	margin-top: 0px;
}

h3 {
	border-bottom:1px solid #666666;
	color:#333333;
	font-size:100%;
	font-weight:bold;	
	margin:10px 0pt;
	text-transform:uppercase;
	text-align: left;
}

h3 select {
	margin-left: 10px;
	z-index: 500;
	position: absolute;
	margin-top: -5px;
	}

h4 {
	font-size: 100%;
    color: rgb(102, 102, 102);
    font-weight: bold;   
    font-style: italic;
	text-align: left;	
}

h4 select {
	margin-left: 10px;
	z-index: 500;
	position: absolute;
	}

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 #FF0000;
	width: 100%;
	margin: auto;
	text-align: center;
}

hr.hr2 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #FF0000;
	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 #FF0000;
	font-weight: normal;
	color: #333333;
	font-size: 100%;
}

input.iboton1 {
	background-color: #FF0000;
	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: #383D42;
	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:#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.ibotonimportante2 {
	background-color:#FF0000;
	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: #fff;
	border: 1pt solid #FF0000;
	font-size: 85%;
	vertical-align: middle;
	margin-bottom: 2px;
}

strong {
	font-weight: bold;
}

strong.snegrita1 {
	color: #FFFFFF;
	font-weight: bold;
}
sup {
	font-size: 70%;
	
}
table {
}

table.ttabla1 {
	color: #000000;	
	font-size: 100%;
	margin: 0px 0 0px 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 #FF0000;
	color: #000000;
}

table.ttabla5 {
	background-color: #D0D0D0;
	color: #000000;
}

table.ttabla6 {
}

thead {
	}

thead tr th {
	background-color: #FF0000;
	color: #ffffff;
	text-align:center;	
	font-size: 95%;
	font-weight: normal;
}

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: #9B9B9B;	
	font-size: 100%;
}

tbody tr.tfila1 td {	
	padding: 5px;
	/*text-align:center;*/
}

tbody tr.tfila1 td span {
	color: #ff0000;
	}

tbody tr.tfila2 td {	
	padding: 5px;
	/*text-align:center;*/
}

tbody tr.tfila2 td span {
	color: #ff0000;
	}

tbody tr.tfila3 td {	
	padding: 4px;
	/*text-align:center;*/
	color: #fff;
}


tbody tr.tfila1 td.tfila1 {
	border-bottom: 1px solid #F3F3F3;
	text-align:left;
	padding: 0.4em;
	vertical-align:middle;
}

tbody tr.tfila2 td.tfila2 {
	border-bottom: 1px solid #F3F3F3;
	text-align:left;	
	padding: 0.5em;
	vertical-align:middle;
}

tbody tr.tfila3 td.tfila3 {
	border-bottom: 1px solid #F3F3F3;
	text-align:left;	
	padding: 0.4em;
	vertical-align:middle;
}

tbody tr th {
	/*border: none;
	color: #ff0000;		
	background-color: #ffffff; */
	color: #ffffff;		
	background-color: #FF0000;
   /*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: #ff0000;
	text-decoration: underline;
}
tbody tr td a:visited {
	color: #ff0000;
	text-decoration: underline;
}
tbody tr td a:hover {		
	color: #ff0000;
	text-decoration: none;
}

tbody tr td {
	/*color: #747474;*/	
	color: #747474;
	/*background-color: #fff;*/	
	/*vertical-align: top;*/	
}

tfoot tr th {
	text-align: center;
	padding: 0.4em;
}

tfoot tr td {
	color: #FF0000;	
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0.4em;
	text-align: center;
	background-color: #eeeeee;
	vertical-align: text-bottom;
}

tfoot tr td a:link {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	color: #FF0000;
	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: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: middle;
}

th {
	border-bottom-style: solid;
	border-bottom-width: 0px;		
	margin: 0;
	padding: 2px;	
	background-color: #000;
	color: #FFFFFF;
}

th.tcabecera1 {
	background-color: #FF0000;
	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: #FF0000;
	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: #d9d9d9;
	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: #383D42;	
	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: 4pt;
	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;
}

.tcolumnacifras {
	text-align: right;
}


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: 70%;
}

.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 #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #828282;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

.cliente {
	color: #FF0000;
	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;
	min-width: 1003px; 
	width: 100%;
	_width: 1003px;
}

/* BLOQUE 1: ENCABEZADO */

/* Todo lo que vaya en este bloque empieza por E */

#encabezado {
	/*background: url(../imagenes/E_fondo.jpg) right top no-repeat transparent;*/
	background: transparent;
	margin: auto;
	padding: 0;
	min-height: 127px;
	height: 127px;
	_height: 127px;
	width: 1003px;
}

/* zona corporativa con el nombre de aplicacion y logos */

#Econtenido {
	margin: 0;
	padding: 0;
	width: 564px;
	background: transparent url(../../imagenes/Econtenido_fondo.jpg) right top no-repeat;
	min-height: 98px;
	height: 98px;
	_height: 98px;
	text-align: left;
	margin: auto;
	float: left;
}


#Elogo {	
	margin: 0;
	padding: 0;
	padding: 22px 0 0px 50px;
	height: 58px;
	width: 255px;	
}

#Elogo a {
	background: #ffffff;
	height: 58px;
	width: 255px;
	display: block;
}

#Elogo a:hover {
	background: #ffffff;
	height: 58px;
	width: 255px;
	opacity:.50;
	filter:alpha(opacity=50);
	display: block;
}


/* zona que contiene: menu principal del encabezado,iconos,busqueda y acceso*/

#Emenu {
	margin: 0;
	padding: 0;		
	position: relative;
	*z-index: 100;
}

/* menu principal del encabezado */

#Eselector {	
	background: url(../../imagenes/Eselector_fondo.gif) left -45px repeat-x transparent;
	margin-bottom: 0;	
	clear: both;	
	margin: 0;
	padding: 0;		
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 0px;
	padding-top: 0px;
	*padding-top: 0px;
	_padding-top: 0px;
	padding-bottom: 0px;
	*padding-bottom: 0px;
	_padding-bottom: 0px;	
	opacity:1;
	filter:alpha(opacity=100);
	position: absolute;
	top: 98px;
	*position: relative;
	*top: 0px;
	/* height: 10px\9;
	*height: auto; !important */
	display: none;
}

.menulist, .menulist * {	
	list-style:none;
}
.menulist {	
	width: 1003px;
	margin: auto;
	text-align: center;
	
}
.menulist ul {
	position:absolute;
	visibility: hidden;
	left:0px;
	*left:0px;
	_left:0px;
	top: 23px;		
	width:184px;
	*width:189px;
	_width:184px;
}
.menulist ul li,
.menulist a {
	width: 96%;
	*width: 96%;
	_width: 100%;
}
.menulist li {
	float:left;
	position:relative;
	z-index:99;	
	border: 0px solid #E1E1E1;
	width:auto;
	*width:auto;
	_width:160px;
	text-align: center;
	font-size: 85%;	
	background: url(../../imagenes/Eselector_ulli_fondo.gif) right top  no-repeat transparent;
	opacity:.83;
	filter:alpha(opacity=83);	
	padding: 8px 0;	
}

.menulist li.light {
	float:left;
	position:relative;
	z-index:99;	
	border: 0px solid #E1E1E1;
	width:auto;
	*width:auto;
	_width:160px;
	text-align: center;
	font-size: 85%;
	color:#fff;	
	background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left top  no-repeat transparent;
	opacity:.95;
	filter:alpha(opacity=95);	
	text-decoration:none;
	padding: 8px 0;
}

.menulist li.ligestion {
	float:left;
	position:relative;
	z-index:99;	
	border: 0px solid #E1E1E1;
	width:auto;
	*width:auto;
	_width:160px;
	text-align: center;
	font-size: 85%;
	color:#000;	
	background: url(../../imagenes/Eselector_ulligestion_fondo.gif) left top repeat-x transparent;
	opacity:.95;
	filter:alpha(opacity=95);	
	text-decoration:none;
	padding: 8px 0;
}


.menulist li li {
	float:left;
	position:relative;
	z-index:99;
	background:#fff;
	text-align: left;
	font-weight: normal;
	border: 1px solid #E1E1E1;
}

.menulist a, .menulist a:visited {	
	display:inline;
	*display:inherit;
	_display:block;
	color: #ffffff;	
	text-decoration:none;
	opacity:1;
	filter:alpha(opacity=100);
	padding: 0.70em 2.33em 0.70em;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}



.menulist a:focus, .menulist a:hover, .menulist a:active {
	color:#fff;	
	opacity:.95;
	filter:alpha(opacity=95);
	text-decoration:none;
	padding: 0.70em 2.33em 0.70em;	
}

.menulist li.ligestion a, .menulist li.ligestion a:visited {
	color: #000; !important	 
}

.menulist li.ligestion a:focus, .menulist  li.ligestion a:hover, .menulist li.ligestion a:active {
	color: #FF0000; !important
}

.menulist li:focus, .menulist li:hover, .menulist li:active {
	background: url(../../imagenes/Eselector_ulli_hover_fondo.gif) left top  no-repeat transparent;
}

.menulist li.ligestion:focus, .menulist li.ligestion:hover, .menulist li.ligestion:active {
	background: url(../../imagenes/Eselector_ulligestion_fondo.gif) left top repeat-x transparent; !important
	color: #FF0000; !important
}


#Eselector ul.menulist li.margen {
	float: left;
	position: relative;
	border: 0px solid #333300;
	text-align: center;
	margin: 0;
	padding-right: 1px;	
	width: 146px;
	width: 119px;
	width: 52px;
	background: url(../../imagenes/Eselector_ulli_fondo.gif) right top  no-repeat transparent;
	opacity:.83;
	filter:alpha(opacity=83);
}



/* 1er nivel de subopciones */

#Eselector ul.menulist li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	visibility: hidden;	
	left: 0;
	top: 8px;	
	display: block;
	position: relative;
	z-index: 1000;
	display: none;
}

#Eselector ul.menulist li ul li {
	background: #740000;
	opacity:.88;
	filter:alpha(opacity=88);
	text-align:left;
	color: #fff;
	border: 1px solid #D40000;	
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;	*/
	width: 173px;	
	margin: 0;
	padding: 2px 0 12px 0;
	/*line-height: 12px;*/
}

#Eselector ul.menulist li ul li a {	
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;		
	line-height: 12px;
	_line-height: 12px;*/
	text-transform:none;	
	display: block;
	color: #fff;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 120%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;					
	background: #740000;
	/*padding: 2px 0 12px 0;*/
	padding: 7px 0 3px 10px;	
	margin: -3px 0 -12px 0;
}

#Eselector ul.menulist li ul li a:visited {	
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;	
	line-height: 12px;
	_line-height: 12px;*/
	text-transform:none;	
	display: block;	
	color: #fff;
	text-decoration: none;	
	font-size: 120%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;				
	background: #740000;
	/*padding: 2px 0 12px 0;*/
	padding: 7px 0 3px 10px;	
	margin: -3px 0 -12px 0;
}

#Eselector ul.menulist li ul li a:hover {
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;	
	line-height: 12px;
	_line-height: 12px;*/
	text-transform:none;	
	display: block;	
	color: #fff;
	text-decoration: none;		
	font-size: 120%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;			
	background: #000;
	/*padding: 2px 0 12px 0;*/
	padding: 7px 0 3px 10px;	
	margin: -3px 0 -12px 0;
	/*padding: 7px 0 3px 10px;		
	margin: -5px 0 68px 0;
	_margin: -5px 0 -9px 0;	*/
}

/* 1er nivel de subopciones de la opcion diferente */

#Eselector ul.menulist li.ligestion ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	visibility: hidden;	
	left: 0;
	top: 8px;	
	display: block;
	position: relative;
	z-index: 1000;
	display: none;
}

#Eselector ul.menulist li.ligestion ul li {
	background: #FF7575;
	opacity:.92;
	filter:alpha(opacity=92);
	text-align:left;
	color: #fff;
	border: 1px solid #FF9B9B;	
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;	*/
	width: 173px;	
	margin: 0;
	padding: 2px 0 12px 0;
	/*line-height: 12px;*/
}

#Eselector ul.menulist li.ligestion ul li a {	
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;		
	line-height: 12px;
	_line-height: 12px;*/
	text-transform:none;	
	display: block;
	color: #fff;
	text-decoration: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 120%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;					
	background: #FF7575;
	padding: 7px 0 3px 10px;	
	margin: -3px 0 -12px 0;
}

#Eselector ul.menulist li.ligestion ul li a:visited {	
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;	
	line-height: 12px;
	_line-height: 12px;*/
	text-transform:none;	
	display: block;	
	color: #fff;
	text-decoration: none;	
	font-size: 120%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;				
	background: #FF7575;
	padding: 7px 0 3px 10px;	
	margin: -3px 0 -12px 0;	
}

#Eselector ul.menulist li.ligestion ul li a:hover {
	/*min-height: 21px;
	height: 21px;	
	_height: 21px;	
	line-height: 12px;
	_line-height: 12px;*/
	text-transform:none;	
	display: block;	
	color: #fff;
	text-decoration: none;		
	font-size: 120%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;			
	background: #707070;
	padding: 7px 0 3px 10px;	
	margin: -3px 0 -12px 0;
}

/* 2º nivel de subopciones...

#Eselector ul.menulist li ul li ul{

*/

/* si lo hay: cajetin de identificacion */
#Eidentificacion {	
	background: url(../../imagenes/Eidentificacion_fondo.jpg) right top no-repeat transparent;	
	padding: 0;
	width: 327px;		
	float: right;
	margin-bottom: 0px;
	_margin-bottom: 0px;	
	padding-bottom: 0px;
	_padding-bottom: 0px;
	position: absolute;
	padding-top: 4px;
	top: 17px;
	*top: -81px;
	left: 57%;
	padding-left: 1%;
	height: 80px;
	height: 75px;
}

#Eidentificacion input.icampotexto {
	background-color: #fff;
	border: 1px solid #ff0000;	
	
	font-size: 100%;
	padding: 0;
	margin: 0;	
	width: 68px;		
	}

#Eidentificacion ol {	
	margin: 0;
	padding: 0;
	float: left;
	width: 35%;	
	margin-top: -12px;	
}

#Eidentificacion ol li {	
	background-color: transparent;
	color: #FFFFFF;	
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 0;			
}

#Eidentificacion ol li span {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	/*line-height: 25px;*/
	padding-top: 11px;	
	width: 100%;	
	font-size: 85%;
}

#Eidentificacion ol li ul {
	margin: 0;	
	padding: 0;	
	width: 77px;	
	padding-top: 0px;
		
}
#Eidentificacion ol li ul li {	
	font-size: 85%;
	background-color: transparent;
	color: #fff;
	list-style-type: none;		
	font-style: normal;
	font-weight: normal;
	margin: 0;
	text-decoration: none;	
	display: table-row;
	line-height:11px;
	_line-height:11px;
}


#Eidentificacion ol li ul li span.texto {
	float: left;	
	padding: 3px 3px 3px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	width: 45%;
	white-space: nowrap;	
	line-height: 11px;	
}

#Eidentificacion ol li ul li span.campotexto {
	text-align: left;
	padding-right: 2px;
	/*line-height:21px;*/
	padding-top: 4px;
	/*_padding-top: 3px;*/					
}



#Eidentificacion ul {	
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;	
	/*width: 102px;*/
	
	margin-left: -4px;
	*margin-left: 0px;
}

#Eidentificacion ul li {	
	background-color: transparent;
	color: #FFf;	
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 0;
	
			
}



#Eidentificacion ul li ul {
	margin: 0;	
	padding: 0;	
	text-align: center;
	filter:alpha(opacity=100);
	padding-top: 16px;
	padding-top: 12px\9;
	
}
#Eidentificacion ul li ul li {
	background-color: transparent;
	color: #fff;
	list-style-type: none;		
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;	
	display: table-row;
	line-height:15px;
	_line-height:15px;	
	margin-left: -5px;
	*margin-left: 0px;	
	opacity:1;
	
}



#Eidentificacion ul li ul li a {	
	color: #fff;	
	font-size: 85%;
	font-weight: normal;	
	margin: 0;
	padding: 0;	
	text-decoration: underline;
	display: block;	
}

#Eidentificacion ul li ul li a:visited {
	text-decoration: underline;
	display: block;	
}

#Eidentificacion ul li ul li a:hover {
	text-decoration: none;
	display: block;	
}

#Eidentificacion ul li ul li a:active {
	text-decoration: none;
	display: block;	
}

#Entrar {
	background: url(../../imagenes/btn_entrar_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 2px 0px;	
	width: 90px;	
	min-height: 25px;	
	height: 25px;	
	_height: 25px;	
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 0px;
}

#Erecordarme {
	font-size: 85%;
	color: #fff;
	opacity:1;
	filter:alpha(opacity=100);
	display: block;
	position: absolute;
	top: 61px;
	*top: 59px;
	left: 3px;
	width: 164px;
	text-align: center;
}

/* si lo hay: menu personal cuando el usuario ya se ha identificado */

#Epersonal {
	/*background-color: transparent;	
	padding: 0;
	width: 284px;		
	float: right;
	margin-bottom: 0px;
	_margin-bottom: 0px;	
	padding-bottom: 0px;
	_padding-bottom: 0px;
	position: absolute;
	top: -39px;
	left: 71.5%;*/
	
	
	/*background: url(../imagenes/Epersonal_fondo.jpg) right top no-repeat transparent;	*/
	padding: 0;
	width: 417px;		
	float: right;
	margin-bottom: 0px;
	_margin-bottom: 0px;	
	padding-bottom: 0px;
	_padding-bottom: 0px;
	position: fixed;
	padding-top: 4px;
	top: 17px;
	/**top: -81px;*/
	left: 58%;
	height: 80px;
	
	
}


#Epersonal ol {	
	margin: 0;
	padding: 0;
	float: left;
	/*width: 60%;	
	_width: 64%;*/
	margin-top: -11px;	
	width: 229px;
}

#Epersonal ol li {	
	background-color: transparent;
	color: #000;	
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 0;			
}

#Epersonal ol li span {
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	/*line-height: 25px;*/
	padding-top: 11px;	
	width: 61%;
	*width: 61%;
	_width: 60%;
	font-size: 75%;
	text-align: left;
	max-height: 24px;
	overflow: hidden;
}

#Efoto {
	float:right;
	margin:-15px 15px 0 0;
	padding:0;
	vertical-align:middle;
	width:171px;
}
#Efoto img {
	max-height: 87px;
	max-width:171px;
}

#Edatos {
	float: left;
	width: 284px;
}

#Edatos .texto {	
		
}

#Edatos .texto ul {
	opacity:1;
	filter:alpha(opacity=100);
	margin-top: 2px;	
}

#Edatos .texto ul li {
	background-color: transparent;
	color: #ff0000;
	list-style-type: none;		
	font-style: normal;
	font-weight: normal;
	margin: 0;
	text-decoration: none;
	line-height: 15px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#Edatos .texto ul li span { 	
	/*font-size: 85%;*/
	font-weight: normal;
	color: #000;		
	padding-top: 0px;
	width: 15%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	height: 15px;
}	

#Edatos .texto ul li a {
	color: #ff0000;
	list-style-type: none;		
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;	
}

#Edatos .texto ul li a:visited {
	color: #ff0000;
	list-style-type: none;		
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;	
}

#Edatos .texto ul li a:hover {
	color: #ff0000;
	list-style-type: none;		
	font-style: normal;
	font-weight: bold;
	margin: 0;
	text-decoration: none;	
}

#Epersonal ol {	
		float: left;						
}
	
	
#Epersonal ol li {		
	list-style-type: none;		
	margin: 0;	
}


#Epersonal ul {	
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;	
	width: 284px;
}

#Epersonal ul li {	
	background-color: transparent;
	color: #000;	
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	margin: 0;
	padding: 0;
	
			
}

#Epersonal ul li ul {
	margin: 0;	
	padding: 0;	
	text-align: left;
	filter:alpha(opacity=100);
	
}
#Epersonal ul li ul li {
	background-color: transparent;
	color: #000;
	list-style-type: none;		
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;	
	display: table-row;
	line-height:15px;
	_line-height:15px;	
	margin-left: 0px;
	_margin-left: 0px;	
	opacity:1;
	
}

#Cerrar {
	background: url(../../imagenes/btn_cerrar_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 2px 0px;	
	width: 70px;	
	min-height: 20px;	
	height: 20px;	
	_height: 20px;	
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 0px;
	position: absolute;
	top: 60px;
	left: 0px;
	display: none;
}


/* si hay: banners */


 
#Ebanner {	
	/*float: left;
	margin: 0;
	padding: 0;
	width: 1003px;
	min-height: 127px;
	height: 127px;
	position: absolute;	
	top: 127px;
	*top: 127px;
	*z-index: 0;*/
	/*_height: 252px;	
	margin-top: 26px;
	_margin-top: -45px;
	margin-bottom: 0;
	_margin-bottom: -125px;*/
	
	display: none;
}

.home {
background: url(../../imagenes/Ebanner_home_fondo.jpg) top left no-repeat transparent;
	}

.informacion {
background: url(../../imagenes/Ebanner_informacion_fondo.jpg) top left no-repeat transparent;
	}
	
.registro {
background: url(../../imagenes/Ebanner_registro_fondo.jpg) top left no-repeat transparent;
	}

.gestion {
background: url(../../imagenes/Ebanner_gestion_fondo.jpg) top left no-repeat transparent;
	}
	
.noticias {
background: url(../../imagenes/Ebanner_noticias_fondo.jpg) top left no-repeat transparent;
	}
	
.contacto {
background: url(../../imagenes/Ebanner_contacto_fondo.jpg) top left no-repeat transparent;
	}	

#Ebanner h1 {
	display: none;
}
 
 


/* BLOQUE 2: CUERPO */

/* Las zonas principales de este bloque empiezan por C */

#cuerpo {
	background: transparent;
	min-height: 310px;
	margin: 0px auto;
	width: 1003px;
	/*float: left;*/	
	
	
}

/* menus del cuerpo */

#Cmenu {
	background: url(../../imagenes/Cmenu_fondo.gif) center top  repeat-y transparent;
	float: left;
	width: 200px;
	margin-left: 53px;
	padding-left: 0px;
	_margin-left: 26px;
	_padding-left: 0px;
	padding: 0;
	
}

/* menu principal */

#Cselector {
	display: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	font-size: 85%;
	font-weight: bold;
	width: 200px;
	_width: 186px;
	padding: 0;
	padding: 0px 7px;
	margin: 0;
	
	margin-bottom: 0px;
	_margin-bottom: 0px;
	position: relative;
	margin-top: -20px;
	
	overflow: hidden;
}





.Cinformacion {
	background: url(../../imagenes/Cselector_informacion_fondo.jpg) left bottom  no-repeat transparent;
	height: 266px;
}

.Cregistro {
	background: url(../../imagenes/Cselector_registro_fondo.jpg) left bottom  no-repeat transparent;
	height: 245px;
}

.Cdinamico {
	background: url(../../imagenes/Cselector_fondo.gif) left bottom  no-repeat transparent;
}

.Cgestion {
	background: url(../../imagenes/Cselector_fondo.gif) left bottom  no-repeat transparent;
}



#Cselector ol {
	display: block;
	width: 186px;
	background: transparent;
	padding-top: 0px;
	_padding-top: 0px;
	margin: 0;
	margin-left: 0px;
	_margin-left: 0px;
	margin-bottom: 0px;
	_margin-bottom: 0px;
	min-height: 11px;
	padding-bottom:7px;
	_padding-bottom:7px;
}

#Cselector span {
	letter-spacing: 0.1em;
}

#Cselector ol li {
	color: #000;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	
	font-size: 100%;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	background: transparent;
}

#Cselector ol li a {
	background:#F5F5F5;
	color:#000;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector ol li a:visited {
	background:#F5F5F5;
	color:#000;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	font-weight: normal;
}

#Cselector ol li a:hover {
	background: #F7AEB5 url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#000;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}

/* si hay uno seleccionado */

#Cselector ol li span {
	color: #000;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px -23px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	
	font-size: 100%;
	border-bottom: 1px solid #ff0000;
	display: block;
	letter-spacing: normal;
}

#Cselector ol li span  a {
	background:#F7AEB5 url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 161px;
	text-align:left;
}

#Cselector ol li span  a:visited {
	background: #F7AEB5 url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cselector ol li span  a:hover {
	background: #F7AEB5 url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 14px 8px ;
	color:#000;
	display:block;
	padding:4px 0px 3px 24px;
	_padding:4px 0px 3px 24px;
	text-decoration:none;
	font-weight: normal;
}



/* 2º nivel de subopciones */

#Cselector ol li ul {
	background: transparent;
	display: block;
	padding: 0px;
	width: 218px;
	margin: 0;
	margin-left: -23px;
	_margin-left: -28px;
	margin-bottom: -1px;
	border-top:1px solid #9D7C60;
}

#Cselector ol li ul li {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	_margin: 0px 0px 0px 28px;
	padding: 0px 0px 0px 23px;
	_padding: 0px 0px 0px 0px;
	width: 218px;
	font-size: 100%;
	border-bottom: 1px solid #9D7C60;
	display: block;
}

#Cselector ol li ul li a {
	background:transparent url(../../imagenes/Cselector_olli_fondo.gif) no-repeat 34px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -23px;
	_margin-left: 0px;
	font-weight: normal;
	width: 168px;
	text-align: left;
}

#Cselector ol li ul li a:visited {
	background:transparent url(../../imagenes/Cselector_olli_fondo.gif) no-repeat 34px 8px;
	color:#fff;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	font-weight: normal;
}

#Cselector ol li ul li a:hover {
	background: #fff url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 34px 8px ;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	font-weight: normal;
}

#Cselector ol li ul li span {
	color: #fff;
	font-weight: normal;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px -1px -23px;
	_margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 33px;
	_padding: 0px 0px 0px 0px;
	width: 218px;
	font-size: 100%;
	border-bottom: 1px solid #9D7C60;
	_border-bottom: 0px solid #9D7C60;
	display: block;
	letter-spacing: normal;
}

#Cselector ol li ul li span a {
	background: #fff url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 34px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;
	width: 168px;
	text-align: left;
}

#Cselector ol li ul li span a:visited {
	background:#fff url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 34px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cselector ol li ul li span a:hover {
	background: #fff url(../../imagenes/Cselector_olli_hover_fondo.gif) no-repeat 34px 8px;
	color:#000;
	display:block;
	padding:4px 0px 3px 50px;
	_padding:4px 0px 3px 50px;
	text-decoration:none;
	margin-left: -33px;
	_margin-left: 0px;
	font-weight: normal;
}

#Cimagen {	
background: #fff;
	float: left;
	width: 200px;		
	padding-left: 8px;
	_padding-left: 0px;
	/*margin-left: 0px;
	_margin-left: 8px;*/	
}

#Cimagen img{				
	padding-left: 0px;
	_padding-left: 8px;
	/*margin-left: 0px;
	_margin-left: 8px;*/	
}

/* avisos destacados */

#Cnovedades {
	background: transparent url(../../imagenes/Cnovedades_fondo.gif) left top no-repeat;
	width: 137px;
	display: block;
	/* float: right; */
	margin-right:11px;
	*margin-right: 2px;
	padding: 34px 24px 0 24px;	
	
	position: relative;
	/*position: absolute;
	left: 79%;
	margin-top: -192px;
	*margin-top: -182px; */
	/*opacity:.93;
	filter:alpha(opacity=93);*/	
	font-size:100%;
	
	float: left;
	padding-bottom: 10px;
}

#Cnovedades h2 {
	clear:both;
	color:#FF0000;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:123%;
	font-variant:normal;
	font-weight:bold;
	margin:-27px 0 11px -1px;
	padding:0;
	/*text-align:right;*/
	text-align:left;
	text-decoration:none;
	text-transform:lowercase;
}

#Cnovedades .noticia {
	width: 100%;
	margin-bottom: 7px;
}

#Cnovedades .titularnoticia {
	/*text-align:right;*/
	text-align:left;
	line-height: 13px;
	position: inherit;
	border-bottom:1px none #CCCCCC;
	left:0px;
	padding-left:0px;
}

#Cnovedades .titularnoticia a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	text-decoration: none;
	text-transform: none;
	
}

#Cnovedades .titularnoticia a:visited {
	color: #747474;
	font-weight: normal;
	text-decoration: none;
	
}

#Cnovedades .titularnoticia a:hover {	
	text-decoration: underline;
	color: #747474;
	font-weight: normal;
	
}

#Cnovedades .fechanoticia {
	/*background:transparent url(../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll 66% center;*/
	background:transparent url(../../imagenes/Cfechanoticia_bullet.gif) no-repeat scroll left center;
	color:#787677;
	font-size:85%;
	padding-left:10px;
	/*text-align:right;*/
	text-align:left;
	vertical-align:middle;
	position: inherit;
	margin-bottom: 0px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


#Cnovedades #vermas {
	text-align: right;
	width: 52px;
	float: right;
	margin-top: -1px;
	background:transparent url(../../imagenes/ico_vermas.gif) no-repeat scroll left 5px;
}

#Cnovedades #vermas img {
	margin-right: 6px;
}

#Cnovedades #vermas a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	text-decoration: underline;
}

#Cnovedades #vermas a:visited {
	color: #FF0000;
}

#Cnovedades #vermas a:hover {
	color: #FF0000;
	text-decoration: none;
}


/* contiene todo el contenido */

#Ccontenido {
	background-color: transparent;
	float: left;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 100%;
}


#Cencabezadocontenido {
	background: transparent;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 17px;
	padding: 18px 20px 6px 16px;
		
}

#Cencabezadocontenido h1 {

	display: none;
}

#Cencabezadocontenido h2 {
	font-family: Verdana, Helvetica, sans-serif;
	text-transform: lowercase;
	font-variant: normal;
	clear: both;
	color: #FF0000;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	margin-left: 7px;
	margin-top: -18px;
	
}

#Crastrodemigas {
	color: #ADADB7;
	float: right;
	margin-top: -14px;
	font-size: 85%;
	padding: 0 0px 0 0;
	text-transform:lowercase;
}

#Crastrodemigas b {
	color: #FF0000;
	font-weight: bold;
	font-size: 100%;
	text-transform:lowercase;
}

#Crastrodemigas a {
	color: #FFF0000;
	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;
}



#Ccontenidocontenido {
	margin: 0;
	padding: 4px 20px 0 20px;
	/*min-height:307px;*/
}

#Ccontenidocontenido a {
	color: #FF0000;
	text-decoration: underline;
}

#Ccontenidocontenido a:visited {
	color: #FF0000;
	text-decoration: underline;
}

#Ccontenidocontenido a:hover {
	color: #FF0000;
	text-decoration: none;
}

#Ccontenidocontenido a:active {
	color: #FF0000;
	text-decoration: underline;
}

#Ctextocontenido {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin-top: 5px;
	width: 100%;
	text-align: left;
}

#Ctextocontenido ul {
	margin-left:1.5em;
	padding-bottom:1.2em;
}

/* SÓLO PARA LA HOME */

#Ccontenidohome {
	background: transparent url(../../imagenes/Ccontenidohome_fondo.jpg) 95% top no-repeat;
	float: left;
	margin: auto;
	padding: 0;
	text-align: left;
	width: 893px;
	padding: 7px 0px 8px 56px;
	*padding: 7px 0px 14px 56px;
	_padding: 7px 0px 14px 56px;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#Ccontenidohome a, #Ccontenidohome a:visited  {
	text-decoration: underline;
	color: #ff0000;
}

#Ccontenidohome a:hover, #Ccontenidohome a:active  {
	text-decoration: none;
	color: #ff0000;
}

#Cdestacado1 {
	font-size: 140%;
	width: 490px;
	padding: 27px 8px;
	float: left;
}

#Cdestacado1 h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	color: #ff0000;
	font-size: 100%;
	padding-bottom: 9px;
	background: transparent;
}

#Cdestacado2 {
	font-size: 100%;
	width: 220px;
	padding: 44px 0px 0px 30px;
	float: left;
	*padding-top: 31px;
}

#Cdestacado2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	color: #ff0000;
	font-size: 125%;
	padding-bottom: 19px;
	background: transparent;
	margin-left: 0px;
	text-transform:lowercase;
	margin-top: -18px;
	*margin-top: 0px;
}

#Cdestacado2 p {
	padding-bottom: 62px;
} 

#Cdestacado2 ul {
	padding-top: 0px;
	margin-left: 0;
	list-style-type: none;
}





/* AQUÍ DENTRO EMPEZARÍAN LAS ETIQUETAS COMUNES */



/* FIN DE LAS ETIQUETAS COMUNES */

#Cpiecontenido {
	clear: both;
	background: transparent;
	width: 654px;
	padding: 5px 0px 6px 0px;
	display: block;
		
	margin: auto;
	margin-top: 5px;
}

#Ciconos {
	width: 654px;
	margin: 0;
	padding: 0;
	background: transparent;
	display: none;
}

#Ciconos a {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	font-weight: normal;
}

#Ciconos a:link {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
}

#Ciconos a:visited {
	color: #797979;
	text-decoration: none;
}

#Ciconos a:hover {
	color: #797979;
	text-decoration: underline;
}

#Ciconos a:active {
	color: #FF0000;
	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{
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../imagenes/P_fondo.gif) left top repeat-x;
	color: #6D6D6D;
	/*float: left;*/
	font-size: 70%;
	margin: auto;
	padding: 0;
	/* descomentar lo siguiente si no lleva logos W3C*/
	margin-top: 0px;
	_margin-top: 20px;
	text-align: center;
	width: 100%;
	float: left;
	padding-top: 5px;
	
}

#pie span {
	margin: 0 1em;
}

#pie  img {
	margin: 3px;
	padding: 0;
	vertical-align: middle;
}

#pie  a {
	color: #6D6D6D;
	font-weight: normal;
	text-decoration: underline;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#pie  a:visited {
	color: #6D6D6D;
}

#pie  a:hover {
	text-decoration: none;
}

#pie  a:active {
}
/* 5= Estructura producto
	  =NEWS */

/* Listado */

#noticias {		
	width: 100%;		
	margin-top: 10px;	
	position: relative;
	}	  
#filtros {		
	width: 80%;	
	margin-left: 25px;
	margin-bottom: 30px;		
	}
#filtroscategorias {
	width: auto;
	float: left;
}
#filtrosactuales {
	width: auto;
	float: right;
	position: absolute;
	right: 0;
}
		
.categoria {
	width:100%;		
	font-weight: bold;    
   text-decoration: none;
	color: #FF0000;
	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 #FF0000;
	}
.noticia{
	width: 100%;	
	margin-bottom: 25px;	
}
.imagennoticia{
	width:100px;
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-right:-3px;
	background: #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: #FF0000;
	text-transform:uppercase;
}	

.titularnoticia a:visited { 	
	color: #9DA8AC;	
	}
.titularnoticia a:hover { 
	text-decoration: underline; 
	color: #FF0000;
	}
.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;
	}
	
/* 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;	
}

#descargablesfichanoticia {
	clear: both;	
	margin: 2px 0 20px 0;	
	border: 1px solid #000000;
}

.tcabecera1 {
	background-color: #FF0000;	
	color: #ffffff;		
	font-weight: bold;	
	text-align: left;	
	margin: 2px;
	padding: 2px;
}

#descargablefichanoticia ul li {	
	color: #333333;
	font-size: 100%;
	padding: 1px 0 2px 0;	
	text-align: left;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;	
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}
#descargablefichanoticia ul li img{	
	margin-right: 5px;
	vertical-align: middle;
}

/* 	  =SHOP */

/* Listado */

#imagenlistadoproductos {
	width: 104px;
	position: absolute;
	left: 592px;
	top: 350px;
	visibility: hidden;
}
