* {
	margin: 0px;
	padding: 0px;
/*	outline: 0; */
}

html, body {
/*	width: 100%; */
}
BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border: 0px #FFFFFF solid;
	padding: 0px; margin: 0px;
}
A {
/* enlace simple por defecto */
	COLOR: #0066CC;
	TEXT-DECORATION: none
}
A:link {
	/* enlace simple por defecto */
	color: #FF6600;
}
A:hover {
	/* enlace simple por defecto con el ratón sobre él mismo */
	COLOR: #FF9900;
	TEXT-DECORATION: underline
}
A:visited {
	/* enlace simple por defecto ya visitado */
	COLOR: #CC3300;
	TEXT-DECORATION: underline
}
/* imagen sin borde */
.imgmarcador {
	border: 0px #999999!important; none;
	color: #999999;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
/* formulario */
input.inputgris {
	background-color: #F7F7F7;
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-image: url(img/fondoinput2.gif);
	background-repeat:  repeat-x;
}
textarea.textareagris {
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-weight: normal;
	font-size: 9px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-image: url(img/fondoarea.gif);
	background-repeat:  repeat-x;
}
select.selectazoscuro {
	background-color: Blue;
	font-weight: bold;
	font-size: 12px;
	color: Aqua;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
select.selectazclaro {
	background-color: #6890C8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #E0F0F8;
	font-size : 10px;
	font-weight : bold;
}
input.inputsubmit {
	background-color: #E0E0E0;
	font-size: 9px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	background-image: url(img/fondoinput.gif);
	background-repeat:  repeat-x;
}
.oculto {
	visibility: hidden;
	display: none;
 	height: 0px;
	width: 0px;
}
div#enlace-saluda a {
	float:left;
	width:86px;
	height:27px;
	background-image:url(img/b-saluda.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
	visibility: visible;
	clear: none;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}
div#enlace-saluda a:hover {
	background-image:url(img/b-saluda2.gif);
	background-repeat: no-repeat;
}
div#enlace-saludae a {
	float:left;
	width:98px;
	height:27px;
	background-image:url(img/b-saludae.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
	visibility: visible;
	clear: none;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}
div#enlace-saludae a:hover {
	background-image:url(img/b-saluda2e.gif);
	background-repeat: no-repeat;
}
div#enlace-saludav a {
	float:left;
	width:106px;
	height:27px;
	background-image:url(img/b-saludav.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
	visibility: visible;
	clear: none;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}
div#enlace-saludav a:hover {
	background-image:url(img/b-saluda2v.gif);
	background-repeat: no-repeat;
}
div#enlace-volver a {
	float:left;
	width:40px;
	height:33px;
	background-image:url(img/b-volver.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
	visibility: visible;
	clear: none;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
div#enlace-volver a:hover {
	background-image:url(img/b-volverb.gif);
	background-repeat: no-repeat;
}
#menu {
	text-align: left;
	font-size: 12px;
	width: 350px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	top: 0px;
	right: 5px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	width: 162px;
}
#menu ul li.nivel1 {
	text-align: right;
	float: left;
	margin-right: 10px;
}
#menu ul li.nivel1b {
	float: left;
	margin-left: 10px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #999999;
/*	background-color: #FFFFFF; */
	border: solid 0px #fff;
	padding: 5px;
	position: relative;
	background-image: url(img/transparente.gif);
	background-repeat: repeat;
}
#menu ul li a.nivel2 {
	color: #FF9900;
}
#menu ul li a.nivel2b {
	color: #FF9900;
}
#menu ul li a.nivel2ie {
	color: #FF9900;
}
#menu ul li a.nivel2ieb {
	color: #FF9900;
}
#menu ul li a.nivel1 {
	display: block!important;
	display: none;
	position: relative;
	color: #FFFFFF;
}
#menu ul li a.nivel1b {
	display: block!important;
	display: none;
	position: relative;
	color: #FFFFFF;
}
#menu ul li a.nivel2 {
	display: block!important;
	display: none;
	position: relative;
}
#menu ul li a.nivel2b {
	display: block!important;
	display: none;
	position: relative;
}
#menu ul li:hover {
	position: relative;
}
#menu ul li a:hover {
/*	background-color: #fff; */
	color: #FF9900;
	position: relative;
	background-image: url(img/transparente.gif);
	background-repeat: repeat;
	visibility: visible;
}
#menu ul li:hover a.nivel1 {
	/*	background-color: #fff; */
	color: #FF9900;
	position: relative;
	text-align: right;
	background-image: url(img/transparente.gif);
	background-repeat: repeat;
}
#menu ul li:hover a.nivel1b {
	/*	background-color: #fff; */ 
	color: #FF9900;
	position: relative;
	text-align: left;
	background-image: url(img/transparente.gif);
	background-repeat: repeat;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover  ul.nivel2, #menu ul li a:hover  ul.nivel2{
	display: block;
	position: absolute;
	left: 0px;
	text-align: right;
}
#menu ul li:hover  ul.nivel2b, #menu ul li a:hover  ul.nivel2b{
	display: block;
	position: absolute;
	left: 0px;
	text-align: left;
}
#menu ul li ul li a:hover ul.nivel3, #menu ul li ul li:hover ul.nivel3 {
	display: block;
	position: absolute;
	left: 161px!important;left: 160px;
	top:0px!important;top: -21px;
}
#menu ul li ul li a {
	width: 160px;
	padding: 5px 0px;
	border-top-color: transparent;
}
#menu ul li ul li a:hover {
	border-top-color: #fff;
	position: relative;
}
#menu ul li ul li ul li a.primera {
	border-top-color: #fff;
}
table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}
table.menus {
	border:0px;
	background-image: url(img/menufondo.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 0px;
	vertical-align: top;

}
.nombremenu {
	color: #FF9900!important;
}
.textorojo {
	color: #FF3300!important;
}
.textoazul {
	color: #006699!important;
}
.textoceleste {
	color: #0099CC!important;
}
.textoverde {
	color: #FF3300!important;
}
.textonaranja {
	color: #FF9900!important;
}
.textogris {
	color: #999999!important;
}
.textomirillo {
	color: #FFCC33!important;
}
.textomarron {
	color: #996600!important;
}
.textorojoscuro {
	color: #993333!important;
}
.textomorado {
	color: #990099!important;
}
.textoverde {
	color: #99CC00!important;
}
.textoblanco {
	color: #FFFFFF!important;
}
.textonegro {
	color: #000000!important;
}
.textopie {
	color: #666666!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.textopiecarteles {
	color: #003366!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.letraenlace {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
.letraenlace A:link {
	font-weight: bold;
	color: #FF3300;
	font-size: 22px;
}
.letraenlace A:hover {
	font-weight: bold;
	color: #FF9900;
	font-size: 22px;
	text-transform: uppercase;
}
.minitexto {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 10px;
}
.minitexto A:link {
	font-weight: bold;
	color: #FF3300;
	font-size: 10px;
}
.minitexto A:hover {
	font-weight: bold;
	color: #FF9900;
	font-size: 10px;
}
.minitexto A:visited {
	font-weight: bold;
	color: #FF0000;
	font-size: 10px;
}
.FONDO {
	background-color: #FFFFFF;
	background-image: url(img/fondo.jpg);
	background-repeat:  repeat-x;
}
.blog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #66CC00;
}
.contacta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7229D2;
}
.NOTICIAS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #B50016;
}
.asociados {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
}
.bolsa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #996633;
}
.TEXTO {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03597A;
	line-height: normal;
	font-style: normal;
}
.TITULO {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #C7CE35;
}
.negativo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
}
.sombraizq {
	background-image: url(img/sombraizq.gif);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}
.sombrader {
	background-image: url(img/sombrader.gif);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
}
.sombrabajo {
	background-image: url(img/sombrabajo.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
.sombraup {
	background-image: url(img/sombratop.gif);
	background-repeat:  repeat-x;
	height: 21px;
}
.fondofigura01 {
	background-image: url(img/fondofig01.jpg);
	background-repeat:  no-repeat;
	height: 800px;
	width: 373px;
}
.fondofigura02 {
	background-image: url(img/fondofig02.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura03 {
	background-image: url(img/fondofig03.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura04 {
	background-image: url(img/fondofig04.jpg);
	background-repeat:  no-repeat;
	height: 830px;
	width: 373px;
}
.fondofigura05 {
	background-image: url(img/fondofig05.jpg);
	background-repeat:  no-repeat;
	height: 800px;
	width: 373px;
}
.fondofigura06 {
	background-image: url(img/fondofig06.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura07 {
	background-image: url(img/fondofig07.jpg);
	background-repeat:  no-repeat;
	height: 800px;
	width: 373px;
}
.fondofigura08 {
	background-image: url(img/fondofig08.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura09 {
	background-image: url(img/fondofig09.jpg);
	background-repeat:  no-repeat;
	height: 800px;
	width: 373px;
}
.fondofigura10 {
	background-image: url(img/fondofig10.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura11 {
	background-image: url(img/fondofig11.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura12 {
	background-image: url(img/fondofig12.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura13 {
	background-image: url(img/fondofig13.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura14 {
	background-image: url(img/fondofig14.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura15 {
	background-image: url(img/fondofig15.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura16 {
	background-image: url(img/fondofig16.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura17 {
	background-image: url(img/fondofig17.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
.fondofigura18 {
	background-image: url(img/fondofig18.jpg);
	background-repeat:  no-repeat;
	height: 700px;
	width: 373px;
}
table.tablageneral {
	width: 975px;
	align: center;
}
table.tablatitulo {
	border: none;
	margin: 0;
	text-align: left;
}
table.tablatitulo thead th {
	font: bold 0.5em/1.4em Verdana, sans-serif;
	color: #333333;
	text-align: center;
	background-image: url(panel/img/tablogin02.gif);
	background-repeat:  repeat-x;

}
table.tablatitulo thead td {
	color: #7D7D7D;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

table.tablatitulo tbody th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #000099;
	text-align: left;
	padding: .5em;
	background-color: #FFCC00;
}
table.tablatitulo tbody td {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0.2em;
}
table.tablapdf {
	width: 95%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}
table.tablapdf tbody tr.celda1 td {
	font: normal 11px/1.6em Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #333333;
	padding: 5px;
	text-align: justify;
}
table.tablacentro {
	width: 95%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;

}
table.tablacentro thead td {
	text-align: left;
	padding: 5px 10px 8px 15px;
	background-image: url(img/titulofondo01.gif);
	background-repeat:  no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
	font-size: 13px;
	height: 32px;

}
table.tablacentro thead th {
	text-align: left;
	padding: 10px 10px 10px 25px;
	background-image: url(img/titulofondo01.gif);
	background-repeat:  no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	}
table.tablacentro tbody tr.celda2 td {
	font: 10px/1.4em Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 3px;
}
table.tablacentro tbody tr.celda2 th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #FFCC00;
	text-align: left;
	background: #000099;
	padding: .5em;
	border: 1px solid #003399;
	text-transform: capitalize;
}
table.tablacentro tbody tr.celda1 td {
	font: normal 11px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #03597A;
	padding: 5px;
	text-align: justify;

}
table.tablacentro tbody tr.celda1 td.titular {
	color: #03597A;
	padding: 5px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;

}
table.tablacentro tbody tr.celda1n td {
	font: bold 11px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #03597A;
	padding: 5px;
	text-align: justify;

}
table.tablacentro tbody tr.celda1 th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #006600;
	background: url(img/titulofondo02.gif) no-repeat;
	padding: 5px 5px 5px 10px;
	height: 32px;
	text-align: left;


}
table.tablacentro tbody tr.celdagris td {
	color: #990000;
	text-align: left;
	border-top: 1px solid #DBDBDB;
	padding: 1px 1px 1px 5px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}
table.tablacentro tbody tr.celdagris th {
	color: #666666;
	text-align: left;
	border-top: 1px solid #DBDBDB;
	padding: 1px 1px 1px 5px;
	background-color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;

}
table.tablacentro tfoot tr {
	text-align: left;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D4D4D4;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
table.tablanoticia {
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(img/fondonot.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}
table.tablanoticia thead td {
	color: #FF6600;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 0.5em;
	line-height: 1.4em;
	font-weight: bold;
	padding-left: 25px;

}
table.tablanoticia tbody td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;

}
table.tablanoticia tfoot td {
	color: #FF6600;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 25px;

}
/* table.tablapanel {
	border: 1px solid #999999;
	margin: 0;
}
table.tablapanel thead th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #CC0000;
	text-align: left;
	padding: .5em;
	background-color: #FFC164;
}
table.tablapanel tbody tr.celda td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #F3F3F3;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;

}
table.tablapanel tbody tr.celda th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #FFCC00;
	text-align: left;
	background: #000099;
	padding: .5em;
	border: 1px solid #003399;
	text-transform: capitalize;
}
table.tablapanel tbody tr.celdab td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: left;
	background-color: #F3F3F3;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
table.tablapanel tbody tr.celdab th {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #E6E6E6;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;
	padding-left: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}
table.tablapanel tbody tr.celdac td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #EBEBEB;
	border-top: 1px solid #D7D7D7;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E1E1E1;

}
table.tablapanel tbody tr.celdac th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #FFCC00;
	text-align: left;
	background: #000099;
	padding: .5em;
	border: 1px solid #003399;
	text-transform: capitalize;
}
*/
table.tablapanel {
	border: 1px solid #999999;
	margin: 0 auto 0;
	background-image: url(img/tablafondo.gif);
	background-repeat:     repeat-x;
}

table.tablapanel thead th {
	color: #FFFFFF;
	text-align: left;
	padding: 0.5em;
	background-color: #0066CC;
	background-image: url(img/fondotabtop.gif);
	background-repeat:  repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}

table.tablapanel tbody th {
	border: 1px solid #CFC28D;
	margin: 0 auto;
	background-image: url(img/fondotitular.gif);
	background-repeat:     no-repeat;
	background-color: #E2DABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	height: 25px;
}
table.tablapanel tbody tr.lineatr td {
	color: #333333;
	background-color: #E4E4E4;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	font-weight: normal;

}
table.tablapanel tbody tr td {
	color: #333333;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	padding: 3px;

}
table.tablapanel tfoot td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #000066;
	text-align: center;
	padding: .5em;
	border-top: 1px solid #CCCCCC;
	background-color: #9BA9B9;
}
table.tablatitular {
	border: 1px solid #CFC28D;
	margin: 0 auto 0;
	background-image: url(img/fondotitular.gif);
	background-repeat:     repeat;
	background-color: #E2DABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
}
table.tablatitulopag {
	margin: 15px auto 5px;
	background-image: url(img/titulo-vacio.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: capitalize;
	font-weight: bold;
	background-position: left;
	height: 25px;
	color: #990000;
}
table.tablatitulopag tbody th {
	color: #FF6600;
	text-align: left;
	text-transform: capitalize;
	left: 30px;
	position: relative;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 30px;
}
table.tablaproducto {
	border: 1px solid #999999;
	margin: 0 auto 0;
/*	background-image: url(img/tablafondo.gif);
	background-repeat: repeat-x;
*/	background-color: #FFFFFF;
}
table.tablaproducto thead th {
	font: bold normal 13px/normal Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	padding: 0px 0px 0px 35px;
	text-transform: capitalize;
	background-image: url(img/titulo-marron.gif);
	background-repeat: no-repeat;
	background-color: #E2DABA;
	height: 25px;
	margin: 0px;
}
table.tablaproducto tbody th {
	border: 1px solid #CFC28D;
	margin: 0 auto;
	background-image: url(img/fondotitular.gif);
	background-repeat: repeat;
	background-color: #E2DABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	height: 25px;
}
table.tablaproducto tbody tr.lineatr td {
	height: 22px;
}
table.tablaproducto tbody td.celdaprod {
	background-image: url(img/tablafondo.gif);
	background-repeat:  repeat-x;
}
table.tablaproducto tbody td.celdaprod1 {
	background-image: url(img/fproductos1.jpg);
	background-repeat: no-repeat;
}
table.tablaproducto tbody td.celdaprod2 {
	background-image: url(img/fproductos2.jpg);
	background-repeat: no-repeat;
}
table.tablaproducto tbody td.celdaquien {
	background-image: url(img/fquienes.jpg);
	background-repeat: no-repeat;
}
table.tablaproducto tfoot td {
	font: 9em/normal Verdana, sans-serif;
	color: #000066;
	text-align: right;
	height: 22px;
}
table.tablaproducto tbody td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	padding: .5em;
	vertical-align: top;

}
table.limpia {
	border: none;
	margin: 0px;
	background-image: url(img/nada.gif)!important;;
	background-repeat: repeat-x;
}
table.tablalog {
	text-align: center;
	background-image: url(img/loginbox2.gif);
	background-repeat:   repeat-y;

}
table.tablalog tbody td {
	color: #0F3E98;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;

}
table.tabladescarga {
	border: 1px solid #999999;
	margin: 0 auto 0;
	background-image: url(img/tablafondo.gif);
	background-repeat:     repeat-x;
}
table.tabladescarga thead th {
	font: bold 0.7em/1.4em Verdana, sans-serif;
	color: #333333;
	text-align: left;
	padding: .5em;
	background-color: #E2DABA;
}
table.tabladescarga thead td.premios {
	color: #003399;
	text-align: left;
	background-color: #E2DABA;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.8em;
}
table.tabladescarga tbody th {
	border: 1px solid #CFC28D;
	margin: 0 auto;
	background-image: url(img/fondotitular.gif);
	background-repeat:     no-repeat;
	background-color: #E2DABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	height: 25px;
}
table.tabladescarga tfoot td {
	font: 9em/normal Verdana, sans-serif;
	color: #000066;
	text-align: right;
	height: 22px;

}
table.tabladescarga tbody td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #666666;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	padding: .5em;
	vertical-align: top;

} 
table.tabladescarga tbody tr.lineatr td {
	color: #333333;
	background-color: #E4E4E4;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	font-weight: normal;

}
table.tabladescarga tbody tr.lineatr2 td {
	color: #333333;
	background-color: #EAEAEA;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 11px;
	font-weight: normal;

}
table.tabladescarga tbody tr.lineatr2 td.titulosec {
	color: #03597A;
	background-color: #DDDDDD;
	border-top: 1px solid #CCCCCC;
	font-weight: normal;

}
table.tablapanel {
	border: 1px solid #999999;
	margin: 0 auto 0;
	background-image: url(img/tablafondo.gif);
	background-repeat:     repeat-x;
}
table.tablapanel thead th {
	color: #FFFFFF;
	text-align: left;
	padding: 0.5em;
	background-color: #0066CC;
	background-image: url(img/fondotabtop.gif);
	background-repeat:  repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
}

table.tablapanel tbody th {
	border: 1px solid #CFC28D;
	margin: 0 auto;
	background-image: url(img/fondotitular.gif);
	background-repeat:     no-repeat;
	background-color: #E2DABA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
	font-weight: bold;
	height: 25px;
}
table.tablapanel tbody tr.lineatr td {
	color: #333333;
	background-color: #E4E4E4;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	font-weight: normal;

}
table.tablapanel tbody tr td {
	color: #333333;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px;
	font-weight: normal;
	padding: 3px;

}
table.tablapanel tfoot td {
	font: 0.7em/1.4em Verdana, sans-serif;
	color: #000066;
	text-align: center;
	padding: .5em;
	border-top: 1px solid #CCCCCC;
	background-color: #9BA9B9;
}
table.tablacarac {
	border: 1px solid #999999!important;
	margin: 0 auto 0;
	background-image: url(img/tablafondo.gif)!important;
	background-repeat: repeat-x;
	font-size: 13px!important;
	color: #993300!important;
}

table.tablacarac thead th {
	font: bold 12em/normal Verdana, sans-serif!important;
	color: #000099!important;
	text-align: left;
	padding: .5em;
	background-color: #E6E6E6!important;
}

table.tablacarac tbody th {
	border: 1px solid #CFC28D!important;
	margin: 0 auto;
	background-image: url(img/fondotitular.gif)!important;
	background-repeat:     no-repeat;
	background-color: #E2DABA!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px!important;
	font-style: normal;
	text-transform: capitalize;
	color: #666666!important;
	font-weight: bold!important;
	height: 15px;
}

