/*--------- 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: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	font-size: 90%;
}

/*body {	
	background: url(imagenes/body_fondo.gif) top center no-repeat transparent;
	width: 1002px;
	_width: 1003px;
	margin: auto;		 
}

html {	
	background: url(imagenes/body_fondo.jpg) top left repeat-x #8eacbb;*/

/*height: 800px;*/

/*}*/

/* =2: Etiquetas basicas */

b {
	color: #FA7700;
	font-weight: bold;
}

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 {
	font-weight: bold;
	font-size: 85%;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(102, 102, 102);
	letter-spacing: -0.05em;
	margin: 10px 0;
}

h4 {
	font-size: 85%;
	color: rgb(102, 102, 102);
	font-weight: bold;
	font-style: italic;
}

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 #FA7700;
	width: 100%;
	margin: auto;
	text-align: center;
}

hr.hr2 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #FA7700;
	margin: auto;
	text-align: center;
}

hr.hr3 {
	border: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	text-align: center;
}

i {
}

img.Cimgcontenido {
	padding-left: 15px;
	float: right;
}

input {
	background-color: #FFF;
	border: 1pt solid #3189C3;
	font-weight: normal;
	color: #333333;
	font-size: 100%;
}

input.iboton1, a.iboton1 {
	background-color: #383D42;
		border: 1pt solid #383D42;
	border-bottom-color: #000;
	border-left-color: #ddd;
	border-right-color: #000;
	border-top-color: #ddd;
	color: #FFFFFF !important;		
	font-size: 85%;
	padding: 0px 0px;
	text-decoration: none !important;
}

input.ibotonimportante1 {
	background-color: #FC7C00;
	border: 1pt solid #CCCCCC;
	color: #FFFFFF;
	font-size: 90%;
}

input.iboton2 {
	background-color:#FC7315;
	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: 90%;
	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 #3189C3;
	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 {
	text-align: left;
	width: 90%;
	margin: 10px;
}

table.ttabla2 {
	color: #000000;
	/*border: 2pt solid #81965E*/
	font-size: 85%;
	margin: 1px;
	padding: 1pt;
	border: 1px solid #000000;
}

table.ttabla3 {
	border: 1pt solid #81965E;
	margin-top: 3px;
	padding-left: 3px;
}

table.ttabla4 {
	border-bottom: 1px solid #FC7315;
	color: #000000;
}

table.ttabla5 {
	background-color: #D0D0D0;
	color: #000000;
}

table.ttabla6 {
}

thead {
	}

thead tr th {
	background-color: #6B6B6B;
	color: #ffffff;
	text-align:left;
	border-bottom: 10px solid #ffffff;	
}

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;
}


.tcabecera1 th {
	background-color: #6B6B6B;
	color: #ffffff;
	text-align:left;
	border-bottom: 10px solid #ffffff;	
}

.tcabecera1 th a:link {
	COLOR: #ffffff;	
	text-decoration: underline;
}
.tcabecera1 th a:visited {
	COLOR: #ffffff;	
	text-decoration: underline;
}
.tcabecera1 th a:hover {		
	COLOR: #ffffff;	
	text-decoration: none;
}



tbody {
	
	}

tbody tr.tfila1 {
	background-color: #ffffff;	
	font-size: 95%;
}

tbody tr.tfila2 {
	background-color: #EDEDED;	
	font-size: 95%;
}

tbody tr.tfila3 {
	background-color: #C3C3C3;
	color: #383D42;
	font-size: 85%;
}

tbody tr.tfila1 td {	
	padding: 5px;
	text-align:left;
}

tbody tr.tfila2 td {	
	padding: 5px;
	text-align:left;
}

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: #ffffff;	
	border: none;
	background-color: #383D42;
    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 {
	COLOR: #383D42;		
}


tfoot {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
}

tfoot tr td {
	padding: 1em;
}

th {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
	text-align: left;
	background-color: #383D42;
	color: #FFFFFF;
}



/*th.tcabecera1 {
	background-color: #4D545A;
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;
	border: 0;
}*/

th.tcabeceraimportante1 {
	
}

th.tcabecera2 {
	background-color: #FFFFFF;
	border-bottom-color: #FC7315;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-color: #C3C4C8;
	border-top-style: dashed;
	border-top-width: 1px;
	color: #333333;
	font-size: 110%;
	margin-top: 10px;
	padding: 2px;
	padding-top: 10px;
	text-align: left;
}

td.tfila1 {
	border-bottom: 1px solid #CCCCCC;
}

td.tfilaimportante1 {
	background-color: #FA7700;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 1pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 1pt;
	text-transform: uppercase;
}

td.tfila2 {
	background-color: #F4F4F4;
	color: #383D42;
	font-weight: normal;
	padding: 2px ;
	text-align: justify;
	font-size: 85%;
}

td.tfilaimportante2 {
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	padding: 6pt;
	text-align: justify;
	text-decoration: none;
}

td.tfila3 {
	background-color: #fff;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding: 6pt;
	text-align: justify;
}

td.tfila4 {
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 2px;
	text-align: justify;
}

td.tfilaimportante3 {
	background-color: #DFE7EC;
	border-left: 3px solid #4C82B9;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

td.tfilaimportante4 {
	background-color: #F6EACF;
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0pt;
	padding-bottom: 2pt;
	text-align: justify;
}

td.tfilaimportante5 {
	background-color: #999999;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0pt;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2pt;
	text-align: right;
}

td.tcolumna1 {
	font-size: 80%;
	COLOR: #333333;
	border: none;
	background-color: #FFFFFF;
	text-align: right;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px dashed #FFC593;
	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;
}

td.tcolumna2 {
	color: #333333;
	font-size: 80%;
	padding-bottom: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	padding-top: 2px;
	text-align: left;
}

td.tcolumnaimportante2 {
	background-color: #FBF9D0;
	border-left: 3px solid #D2C609;
	color: #D2C609;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}

td.tcolumna3 {
	border-left: 1px solid #81965E;
}

td.tcolumna4 {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 2px;
	text-align: left;
	vertical-align: text-top;
}

td.tcolumnaimportante3 {
	background-color: #FFFAC5;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

td.tcolumnaimportante4 {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
}

td.tcolumna5 {
	color: #999999;
	/*border-right: 1px solid #999999*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

td.tcolumnaimportante5 {
	background-color: #1A2067;
	border-right: 0px solid #999999;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

td.tcolumna6 {
	background-color: #ACBFCC;
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0pt;
	padding-bottom: 2pt;
	text-align: left;
}

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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

td.tform3 {
}

td.tformimportante3 {
	background-color: #ACBFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: 7pt;
	text-align: justify;
}

.piepaginaimportante {
	color: #7FA1C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: justify;
}

.piepagina1 {
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

.piepaginaimportante1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
}

td {
	text-align: justify;
}

textarea {
	background-color: #fff;
	border: 1pt solid #FB7C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	vertical-align: middle;
}

a.link1:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}

a.link1:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

a.link1:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

a.link2:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

a.link2:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
}

a.link2:link {
	color: #FC7315;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

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;
}

a.linkfila1:link {
	color: #FC7315;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.linkfilaimportante1:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}

a.linkfilaimportante1:visited {
}

a.linkfilaimportante1:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.linkfila2:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.linkfila2:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.linkfila2:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.linkfilaimportante2:hover {
	color: #CEDBEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.linkfilaimportante2:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.linkfilaimportante2:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.linkpiepagina:hover {
	color: #FC7315;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

a.linkpiepagina:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

a.linkpiepagina:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

a.linkpiepaginaimportante:hover {
	color: #FC7315;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

a.linkpiepaginaimportante:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

a.linkpiepaginaimportante:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
}

a.linkpietabla:hover {
	color: #ACBFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.linkpietabla:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 0px;
	padding-top: 5px;
}

a.linkpietabla:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 0px;
	padding-top: 5px;
}

a.linkpietabla:link {
	color: #FA7700;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 0px;
	padding-top: 5px;
}

a.linkcabecera4:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	padding-top: 5px;
	text-decoration: underline;
}

a.linkcabecera4:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	padding-top: 5px;
}

a.linkcabecera4:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 0px;
	padding-top: 5px;
}

a.linkcabeceraimportante4:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.linkcabeceraimportante4:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.linkcabeceraimportante4:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.linkcolumna1:hover {
	color: #CEDBEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.linkcolumna1:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.linkcolumna1:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a:link {
	color: #FA7700;
	text-decoration: none;
}

a:visited {
	color: #828282;
	text-decoration: none;
}

a:hover {
	color: #FA7700;
	text-decoration: underline;
}

a:active {
	color: #FA7700;
	text-decoration: underline;
}

/* =3: Estructura general de la pagina:
CONTIENE LOS 3 BLOQUES PRINCIPALES DE LA PAGINA: ENCABEZADO, CUERPO Y PIE   */

#envoltorio {
	margin: auto;
	padding: 0;
	/* width: 100%;
	*/
	width: 1003px;
}

/* BLOQUE 1: ENCABEZADO */

/* Todo lo que vaya en este bloque empieza por E */

#encabezado {
	background: url(imagenes/E_fondo.jpg) top left no-repeat transparent;
	margin: auto;
	padding: 0;
	min-height: 254px;
	height: 254px;
	_height: 254px;
	margin-bottom: 0;
	_margin-bottom: -125px;
	
	/* width: 100%;*/
}

/* zona corporativa con el nombre de aplicacion y logos */

#Econtenido {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	min-height: 98px;
	height: 98px;
	_height: 98px;
	text-align: center;
	margin: auto;	
}


/* si hay: link generico de todo el encabezado */

#Econtenido a {
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}

#Econtenido a:visited {
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}

#Econtenido a:hover {
	margin: 0;
	padding: 0;
	background: transparent;	
	display: block;
}




#Elogo {
	float: left;
	margin: 0;
	padding: 0;
	padding: 7px 0 6px 53px;
	height: 82px;
	width: 215px;
}

#Elogo a {
	height: 82px;
}


/* zona que contiene: menu principal del encabezado,iconos,busqueda y acceso*/

#Emenu {
	margin: 0;
	padding: 0;			
	width: 1003px;	
	
	height: 1%;
	_height: 74px;
	margin-top: 0px;
	_margin-top: 0px;
	float: left;
	
	}

/* menu principal del encabezado */

#Eselector {
	background-color: transparent;	
	width: 1003px;
	margin: 0;
	padding: 0;		
	background: url(imagenes/Eselector_fondo.gif) left -45px repeat-x transparent;	
	margin-bottom: 0;
	_margin-bottom: -74px;	
	min-height: 74px;
	height: 1%;
	_height: 74px;
}

#Eselector ul.menulist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	
	text-align: right;
	
}

/* cada una de las opciones del menu principal */

#Eselector ul.menulist li {
	float: left;
	position: relative;
	border: 0px solid #333300;
	text-align: center;
	margin: 0;
	padding: 0;	
	width: 140px;
	background: url(imagenes/Eselector_ulli_fondo.gif) left -45px  repeat-x transparent;
	-moz-opacity:.83;		
}

#Eselector ul.menulist li.margen {
	float: left;
	position: relative;
	border: 0px solid #333300;
	text-align: center;
	margin: 0;
	padding-right: 1px;
	min-height: 74px;
	height: 1%;
	_height: 74px;
	width: 150px;
	background: url(imagenes/Eselector_fondo.gif) left -45px  repeat-x transparent;
	-moz-opacity:.83;
}





#Eselector ul.menulist li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	padding-top: 10px;	
	line-height: 12px;		
	height: 200px;
	_height: 200px;
	min-height: 200px;
	
}

#Eselector ul.menulist li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	padding-top: 10px;	
	line-height: 12px;	
	height: 200px;
	_height: 200px;
	min-height: 200px;
	background: url(imagenes/Eselector_ulli_hover_fondo.gif) left -45px  repeat-x transparent;
	-moz-opacity:.95;
		
}

#Eselector ul.menulist li a img{
	display: none;	
	padding: 0 0 10px 0;
	margin: auto;
	
}

/* si hay: opcion resaltada del menu, donde esta el usuario  */

/* link de la opcion resaltada  */

#Eselector ul.menulist li.light a {
display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	padding-top: 10px;	
	line-height: 12px;	
	height: 200px;
	_height: 200px;
	min-height: 200px;
		background: url(imagenes/Eselector_ulli_hover_fondo.gif) left -45px  repeat-x transparent;
	-moz-opacity:.95;
}

#Eselector ul.menulist li.light a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	padding-top: 10px;	
	line-height: 12px;	
	height: 200px;
	_height: 200px;
	min-height: 200px;
		background: url(imagenes/Eselector_ulli_hover_fondo.gif) left -45px  repeat-x transparent;
	-moz-opacity:.95;
}

/* 1er nivel de subopciones */

#Eselector ul.menulist li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 29px;	
	
}

#Eselector ul.menulist li ul li {
	background: #004374;
	-moz-opacity:.88;
	text-align:left;
	color: #fff;
	border: 1px solid #007BD4;
	width: 140px;
	min-height: 21px;
	height: 21px;	
	_height: 27px;		
}

#Eselector ul.menulist li ul li a {
	display: block;
	padding: 8px 0px 0 11px;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: -3px 0;
	line-height: 12px;
	_line-height: 12px;
	text-transform:none;
}

#Eselector ul.menulist li ul li a:visited {
	display: block;
	padding: 8px 0px 0 11px;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: -3px 0;
	line-height: 12px;
	_line-height: 12px;
	text-transform:none;
}

#Eselector ul.menulist li ul li a:hover {
	display: block;
	padding: 8px 0px 0 11px;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	background: #000;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: -3px 0;
	line-height: 12px;
	_line-height: 12px;
	text-transform:none;
}

/* 1er nivel de subopciones de la opcion resaltada */

#Eselector ul.menulist li.light ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 29px;	
	
}

#Eselector ul.menulist li.light ul li {
	background: #004374;
	-moz-opacity:.88;
	text-align:left;
	color: #fff;
	border: 1px solid #007BD4;
	width: 140px;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: 0;
	display: block;
	padding: 0;
}

#Eselector ul.menulist li.light ul li a {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: -3px 0;
	line-height: 15px;
	_line-height: 12px;	
	background: #004374;
	padding: 4px 0px 0 11px;
	_padding: 8px 0px 0 11px;
	border: 1px solid #007BD4;
	text-transform:none;
}

#Eselector ul.menulist li.light ul li a:visited {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: -3px 0;
	line-height: 15px;
	_line-height: 12px;
	background: #004374;
	padding: 4px 0px 0 11px;
	_padding: 8px 0px 0 11px;
	border: 1px solid #007BD4;
	text-transform:none;
}

#Eselector ul.menulist li.light ul li a:hover {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	background: #000;	
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: -3px 0;
	line-height: 15px;
	_line-height: 12px;
	padding: 4px 0px 0 11px;
	_padding: 8px 0px 0 11px;
	border: 1px solid #007BD4;
	text-transform:none;
}

/* 2º nivel de subopciones...

#Eselector ul.menulist li ul li ul{

 */
 
 #Ebanner {
	background: transparent;
	float: left;
	margin: 0;
	padding: 0;
	width: 1003px;

		min-height: 127px;
	height: 127px;
	_height: 252px;	
	margin-top: 26px;
	_margin-top: -107px;
	margin-bottom: 0;
	_margin-bottom: 0px;
}

#Ebanner.empresa {
background: url(imagenes/Ebanner_empresa_fondo.jpg) top left no-repeat transparent;
	}

#Ebanner h1 {
	display: none;
}
 
 
 /* BLOQUE 1: ENCABEZADO HOME */

/* Todo lo que vaya en este bloque empieza por E */

#encabezadohome {
	background: url(imagenes/E_fondo.jpg) top left no-repeat transparent;
	margin: auto;
	padding: 0;
	min-height: 342px;
	height: 342px;
	_height: 342px;
	margin-bottom: 0;
	_margin-bottom: -125px;
	
	/* width: 100%;*/
}


/* zona corporativa con el nombre de aplicacion y logos */


#encabezadohome #Econtenido {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	min-height: 313px;
	height: 313px;
	_height: 313px;
	text-align: center;
	margin: auto;	
}

/* si hay: link generico de todo el encabezado */

#encabezadohome #Econtenido a {
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}

#encabezadohome #Econtenido a:visited {
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}

#encabezadohome #Econtenido a:hover {
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}

#Ebannerhome {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 1003px;
	
	background: #009DDC;
		min-height: 218px;
	height: 218px;
	_height: 218px;	
}

#Ebannerhome a {
	color: #000;
}

#encabezadohome #Elogo {
	float: left;
	margin: 0;
	padding: 0;
	padding: 7px 0 6px 53px;
	height: 82px;
	width: 215px;
}

#encabezadohome #Elogo a {
	height: 82px;
}


/* zona que contiene: menu principal del encabezado,iconos,busqueda y acceso*/

#Emenuhome {
	margin: 0;
	padding: 0;			
	width: 1003px;	
	min-height: 74px;
	height: 1%;
	_height: 74px;
	margin-top: -45px;
	_margin-top: -45px;
	float: left;	
	clip: auto;
	}
	
	

/* menu principal del encabezado */

#Eselectorhome {
	background-color: transparent;	
	width: 1003px;
	margin: 0;
	padding: 0;		
	background: url(imagenes/Eselector_fondo.gif) top left repeat-x transparent;	
	margin-bottom: 0px;
	_margin-bottom: -1px;
	min-height: 74px;
	height: 1%;
	_height: 74px;	
}

#Eselectorhome ul.menulist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	
	text-align: right;
	
}

/* cada una de las opciones del menu principal */

#Eselectorhome ul.menulist li {
	float: left;
	position: relative;
	border: 0px solid #333300;
	text-align: center;
	margin: 0;
	padding: 0;	
	width: 140px;
	background: url(imagenes/Eselector_ulli_fondo.gif) top left repeat-x transparent;
	-moz-opacity:.83;		
}

#Eselectorhome ul.menulist li.margen {
	float: left;
	position: relative;
	border: 0px solid #333300;
	text-align: center;
	margin: 0;
	padding-right: 1px;
	min-height: 74px;
	height: 1%;
	_height: 74px;
	width: 150px;
	background: url(imagenes/Eselector_fondo.gif) top left repeat-x transparent;
	-moz-opacity:.83;
}





#Eselectorhome ul.menulist li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	margin-top: 0px;	
	line-height: 12px;		
	height: 200px;
	_height: 200px;
	min-height: 200px;
	
}

#Eselectorhome ul.menulist li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	margin-top: 0px;	
	line-height: 12px;	
	height: 200px;
	_height: 200px;
	min-height: 200px;
	background: url(imagenes/Eselector_ulli_hover_fondo.gif) top left repeat-x transparent;
	-moz-opacity:.95;	
		
}

#Eselectorhome ul.menulist li a img{
	display: block;	
	padding: 0 0 10px 0;
	margin: auto;
	
}

/* si hay: opcion resaltada del menu, donde esta el usuario  */

/* link de la opcion resaltada  */

#Eselectorhome ul.menulist li.light a {
display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	margin-top: 0px;	
	line-height: 12px;	
	height: 200px;
	_height: 200px;
	min-height: 200px;
		background: url(imagenes/Eselector_ulli_hover_fondo.gif) top left repeat-x transparent;
	-moz-opacity:.95;
}

#Eselectorhome ul.menulist li.light a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
	text-transform:uppercase;	
	letter-spacing: 0.1em;
	padding: 0;	
	background: transparent;	
	margin-top: 0px;	
	line-height: 12px;	
	height: 200px;
	_height: 200px;
	min-height: 200px;
		background: url(imagenes/Eselector_ulli_hover_fondo.gif) top left repeat-x transparent;
	-moz-opacity:.95;
}

/* 1er nivel de subopciones */

#Eselectorhome ul.menulist li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 74px;	
	
}

#Eselectorhome ul.menulist li ul li {
	background: #004374;
	-moz-opacity:.88;
	text-align:left;
	color: #fff;
	border: 1px solid #007BD4;
	width: 140px;
	min-height: 21px;
	height: 21px;	
	_height: 27px;		
}

#Eselectorhome ul.menulist li ul li a {
	display: block;
	padding: 8px 0px 0 11px;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: -3px 0;
	line-height: 12px;
	_line-height: 12px;
	text-transform:none;
}

#Eselectorhome ul.menulist li ul li a:visited {
	display: block;
	padding: 8px 0px 0 11px;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: -3px 0;
	line-height: 12px;
	_line-height: 12px;
	text-transform:none;
}

#Eselectorhome ul.menulist li ul li a:hover {
	display: block;
	padding: 8px 0px 0 11px;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	background: #000;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: -3px 0;
	line-height: 12px;
	_line-height: 12px;
	text-transform:none;
}

/* 1er nivel de subopciones de la opcion resaltada */

#Eselectorhome ul.menulist li.light ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 74px;	
	
}

#Eselectorhome ul.menulist li.light ul li {
	background: #004374;
	-moz-opacity:.88;
	text-align:left;
	color: #fff;
	border: 1px solid #007BD4;
	width: 140px;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: 0;
	display: block;
	padding: 0;
}

#Eselectorhome ul.menulist li.light ul li a {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: -3px 0;
	line-height: 15px;
	_line-height: 12px;	
	background: #004374;
	padding: 4px 0px 0 11px;
	_padding: 8px 0px 0 11px;
	border: 1px solid #007BD4;
	text-transform:none;
}

#Eselectorhome ul.menulist li.light ul li a:visited {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: -3px 0;
	line-height: 15px;
	_line-height: 12px;
	background: #004374;
	padding: 4px 0px 0 11px;
	_padding: 8px 0px 0 11px;
	border: 1px solid #007BD4;
	text-transform:none;
}

#Eselectorhome ul.menulist li.light ul li a:hover {
	display: block;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
	width: auto;
	letter-spacing: normal;
	background: #000;	
	min-height: 21px;
	height: 21px;	
	_height: 27px;	
	margin: 0;
	_margin: -3px 0;
	line-height: 15px;
	_line-height: 12px;
	padding: 4px 0px 0 11px;
	_padding: 8px 0px 0 11px;
	border: 1px solid #007BD4;
	text-transform:none;
}

/* 2º nivel de subopciones...
 
 
 
 
 

/* BLOQUE 2: CUERPO */

/* Las zonas principales de este bloque empiezan por C */

#cuerpo {
	background: url(imagenes/C_fondo.gif) left top no-repeat transparent;
	min-height: 310px;
	margin: 0px 0 0 0;
	width: 1003px;
}

/* 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: block;
	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;
	background: url(imagenes/Cselector_fondo.gif) left bottom  no-repeat transparent;
	margin-bottom: 0px;
	_margin-bottom: 0px;
	position: relative;
	margin-top: -20px;
}

#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: #AFCDF1 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 #8EBAEA;
	display: block;
	letter-spacing: normal;
}

#Cselector ol li span  a {
	background:#AFCDF1 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: #AFCDF1 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: #AFCDF1 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;*/	
}

/* contiene todo el contenido */

#Ccontenido {
	background-color: transparent;
	float: left;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 690px;
}


#Cencabezadocontenido {
	background: transparent url(imagenes/Cencabezadocontenido_fondo.gif) 16px bottom no-repeat;
	width: 654px;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 17px;
	padding: 18px 20px 6px 16px;
	position: relative;	
}

#Cencabezadocontenido h1 {

	display: none;
}

#Cencabezadocontenido h2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-variant: normal;
	clear: both;
	color: #3E9ADE;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	margin-left: 22px;
	margin-top: -18px;
	
}

#Crastrodemigas {
	color: #ADADB7;
	float: right;
	margin-top: -18px;
	font-size: 85%;
	padding: 0 0px 0 0;
}

#Crastrodemigas b {
	color: #3E9ADE;
	font-weight: bold;
	font-size: 100%;
	text-transform:uppercase;
}

#Crastrodemigas a {
	color: #F3E9AD;
	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: #FA7700;
	text-decoration: underline;
}

#Ccontenidocontenido a:visited {
	color: #FA7700;
	text-decoration: underline;
}

#Ccontenidocontenido a:hover {
	color: #FA7700;
	text-decoration: none;
}

#Ccontenidocontenido a:active {
	color: #FA7700;
	text-decoration: underline;
}

#Ctextocontenido {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin-top: 5px;
	width: 100%;
}

/* SÓLO PARA LA HOME */

#cuerpohome {
	background: transparent;
	height: 1%;
	margin: 0px 0 0 0;
	width: 100%;
}

/*#cuerpohome p {
	color: #666666;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	text-align: justify;
	text-decoration: none;
}*/

#Ccontenidohome {
	background: url(imagenes/C_fondo.jpg) top center repeat-x transparent;
	float: left;
	margin: auto;
	padding: 0;
	text-align: left;
	width: 947px;
	padding: 7px 0px 8px 56px;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
	/*position: relative;*/
}

#Ccontenidohome h1, #Ccontenidohome h2 {
	display: none;
}

#Cbannerhome {
	margin: auto;
	padding: 0;
	width: 952px;
	height: 206px;
	background: #D5D5D5;
}

#Bienvenida {
	background: url(imagenes/bienvenida_fondo.gif) left 28px no-repeat transparent;
	width: 625px;
	padding-top: 63px;
	text-align:justify;
	margin-left: 12px;
}

#Bienvenida #vermas {
	text-align: right;
	width: auto;
	float: right;
	margin-top: -13px;
	position: relative;
}

#Bienvenida #vermas img {
	margin-right: 6px;
}

#Bienvenida #vermas a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-decoration: underline;
}

#Bienvenida #vermas a:visited {
	color: #fff;
}

#Bienvenida #vermas a:hover {
	color: #fff;
	text-decoration: none;
}

#Cdestacados {	
	background-color: transparent;
	float: left;
	width: 625px;
	margin-left: 12px;
	margin-top: 32px;
	display: inline;
}

#Cdestacados #vermas {
	text-align: right;
	width: auto;
	float: right;
	margin-top: -20px;
}

#Cdestacados #vermas img {
	margin-right: 6px;
}

#Cdestacados #vermas a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	color: #3189C3;
	text-decoration: underline;
}

#Cdestacados #vermas a:visited {
	color: #3189C3;
}

#Cdestacados #vermas a:hover {
	color: #3189C3;
	text-decoration: none;
}


#Cdestacado1 {
	background: url(imagenes/Cdestacado1_fondo.gif) left top no-repeat transparent;
	width: 285px;
	display: block;
	float: left;
	padding-top: 22px;
	margin-right: 55px;
}

#Cdestacado2 {
	background: url(imagenes/Cdestacado2_fondo.gif) left top no-repeat transparent;
	width: 285px;
	display: block;
	float: left;
	padding-top: 22px;	
}

#Cnovedades {
	background: url(imagenes/Cnovedades_fondo.gif) left top no-repeat transparent;
	width: 152px;
	display: block;
	float: right;
	margin-right:56px;
	_margin-right:28px;
	margin-top:-81px;
	_margin-top:-78px;
	padding: 65px 24px 0 24px;	
	height: 115px;
	/*position:absolute;
right:56px;
top:24px;*/

}

#Cnovedades #vermas {
	text-align: right;
	width: auto;
	float: right;
	margin-top: 14px;
}

#Cnovedades #vermas img {
	margin-right: 6px;
}

#Cnovedades #vermas a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	color: #3189C3;
	text-decoration: underline;
}

#Cnovedades #vermas a:visited {
	color: #3189C3;
}

#Cnovedades #vermas a:hover {
	color: #3189C3;
	text-decoration: none;
}

#piehome{
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	color: #6D6D6D;
	/*float: left;*/
	font-size: 70%;
	margin: auto;
	padding: 0;
	/* descomentar lo siguiente si no lleva logos W3C*/
	margin-top: -12px;
	text-align: center;
	width: 1003px;
}

#piehome span {
	margin: 0 1em;
}

#piehome  img {
	margin: 3px;
	padding: 0;
	vertical-align: middle;
}

#piehome  a {
	color: #6D6D6D;
	font-weight: normal;
	text-decoration: underline;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#piehome  a:visited {
	color: #6D6D6D;
}

#piehome  a:hover {
	text-decoration: none;
}

#piehome  a:active {
}

/* PRESUPUESTO */

#Epersonal {
	float: right; 
	padding-right: 60px;
	padding-top: 5px;
	color: #3189C3;
}

#Epersonal span {
	font-weight: bold;
}

#Epersonal a:link {
	color: #ff0000;	
}

#Epersonal a:visited {
	color: #ff0000;
	text-decoration: none;
}

#Epersonal a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#Epersonal a:active {
	color: #ff0000;
	text-decoration: none;
}

#Ccontenidopresupuesto {
	background: url(imagenes/C_fondo_presupuesto.jpg) top center repeat-x transparent;
	float: left;
	margin: auto;
	padding: 0;
	text-align: left;
	width: 947px;
	padding: 40px 0px 8px 56px;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	min-height: 419px;
	/*position: relative;*/
}

#Ccontenidopresupuesto h1, #Ccontenidopresupuesto h2{
	display: none;
}

#Ctextocontenido label {
	display: block;
	color: #fff;
}

#Ctextocontenido span{
	color: #fff;
}

#Cdestacadospresupuesto {	
	background-color: transparent;
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-top: 20px;
	display: inline;
	min-height: 50px;
	height: 50px;
	_height: 50px;
}

#Cdestacadospresupuesto label {
	display: inline;
	color:#747474;
}
#Cdestacadopresupuesto1 {
	background: url(imagenes/Cdestacadopresupuesto1_fondo.gif) left top no-repeat transparent;
	width: 400px;
	display: block;
	float: left;
	padding-top: 22px;
	margin-right: 55px;
}

#Cdestacadopresupuesto2 {
	background: url(imagenes/Cdestacadopresupuesto2_fondo.gif) left top no-repeat transparent;
	width: 312px;
	display: block;
	float: left;
	padding-top: 22px;	
}

#bAnyadir {
		background-color: #3189C3;
		border: 1pt solid #383D42;
	border-bottom-color: #000;
	border-left-color: #ddd;
	border-right-color: #000;
	border-top-color: #ddd;
	color: #FFFFFF;		
	font-size: 100%;
	padding: 0px 3px;
	margin-top: 25px;
}

#lblMensaje {
	color: #000 !important;
	display: block;
	margin-top: 20px;	
	text-align: right;
	padding-right: 60px;
}

#Cresumenpresupuesto {	
	background: url(imagenes/Cresumenpresupuesto_fondo.gif) left top no-repeat transparent;
	float: left;
	width: 850px;
	margin-left: 0px;
	margin-top: 30px;
	padding-top: 30px;
	display: inline;
	text-align: right;
}

#Cresumenpresupuesto h2 {
	display: none;
}


#bCalcularImporte {
		background-color: #3189C3;
		border: 1pt solid #383D42;
	border-bottom-color: #000;
	border-left-color: #ddd;
	border-right-color: #000;
	border-top-color: #ddd;
	color: #FFFFFF;		
	font-size: 100%;
	padding: 0px 3px;
	margin-top: 25px;
	
}

#Importe {
	margin-top: 10px;
}

#Importe span {
		font-weight: bold;
	font-size: 120%;
	color: #000;
}

/* AQUÍ DENTRO EMPEZARÍAN LAS ETIQUETAS COMUNES */



/* FIN DE LAS ETIQUETAS COMUNES */

#Cpiecontenido {
	clear: both;
	background: url(imagenes/Cpiecontenido_fondo.gif) left top repeat-x;
	width: 654px;
	padding: 5px 0px 6px 0px;
	display: block;
		
	margin: auto;
	
}

#Ciconos {
	width: 654px;
	margin: 0;
	padding: 0;
	background: transparent;
	display: block;
}

#Ciconos a {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	font-weight: normal;
}

#Ciconos a:link {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-decoration: none;
}

#Ciconos a:visited {
	color: #797979;
	text-decoration: none;
}

#Ciconos a:hover {
	color: #797979;
	text-decoration: underline;
}

#Ciconos a:active {
	color: #FA7700;
	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;
	text-align: center;
	width: 1003px;
	
	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;
	margin-bottom: -5px;
}

#filtros {
	width: 80%;
	margin-left: 25px;
	margin-bottom: 30px;
}

#filtroscategorias {
	width: auto;
	float: left;
}

#filtrosactuales {
	width: auto;
	float: right;
}


.categoria {
	width:100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #034E96;
	text-transform:uppercase;
	padding: 3px 0px 11px 5px;
	margin: 0;
	background-image: url(imagenes/fondo_categoria.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #034E96;
}

.noticia {
	width: 100%;
	margin-bottom: 7px;
}

.imagennoticia {
	width:auto;
	float:left;
	text-align:center;
	padding:0px;
	margin:0px;
	background: transparent;
}

.imagennoticia img {
	width:54px;
	/*width:50px;
	height:50px;*/
	margin: 0 12px 0 0;
	border: 1px solid #C0C0C0;
}

.titularnoticia {
	text-align:left;
	line-height: 13px;
	position: inherit;
}

.titularnoticia a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #747474;
	text-decoration: none;
	text-transform: none;
	position: relative;
}

.titularnoticia a:visited {
	color: #747474;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}

.titularnoticia a:hover {
	
	text-decoration: underline;
	color: #747474;
	font-weight: normal;
	position: relative;
}

.subtitulonoticia {
	font-size: 80%;
	text-align:justify;
	padding-left: 100px;
	position: relative;
	top: 0px;
}

.fechanoticia {
	FONT-SIZE: 70%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #787677;
	vertical-align: middle;
}

.fechanoticia img {
	margin: 0 8px 0 0;
}

#paginador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	margin-bottom: 10px;
}

/* Ficha */

#fechafichanoticia {
	color: rgb(102, 102, 102);
	font-size: 80%;
	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%;
	text-align: center;
}

#imagenfichaevento {
	width: 100%;
	text-align: center;
	clear: both;
}

#imagenfichanoticia img {
}

#imagenfichaevento img {
	float: left;
}

#agendafichaevento {
	width: 120px;
	float: right;
}

#anotacionesfichaevento {
	width: 100%;
	clear: both;
	background-color: #ffffff;
	margin: 2px 0;
}

/*.tcabecera1 {
	background-color: #1B2469;
	color: #ffffff;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	border: 1px solid #000000;
	border-bottom: none;
}*/

#anotacionescolumna1 {
	width: 50%;
	float: left;
	background-color: #ffffff;
}

#anotacionescolumna1 ul {
	border: 1px solid #000000;
	border-right: none;
}

#anotacionescolumna1 ul li {
	font-size: 80%;
	COLOR: #333333;
	text-align: right;
	border-bottom: 1px dashed #D1D8F3;
	padding: 1px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	display: block;
}

#anotacionescolumna2 {
	width: 50%;
	float: right;
	background-color: #ffffff;
}

#anotacionescolumna2 ul {
	border: 1px solid #000000;
	border-left: none;
}

#anotacionescolumna2 ul li {
	color: #333333;
	font-size: 80%;
	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;
}

#documentosdescargables {
	width: 100%;
	clear: both;
	background-color: #ffffff;
	margin: 2px 0;
}

#descargablesfila {
	border: 1px solid #000000;
	border-top: none;
}

#descargablesfila ul li {
	color: #333333;
	font-size: 80%;
	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;
}

#descargablesfila ul li img {
	margin-right: 5px;
	vertical-align: middle;
}