@charset "utf-8";
/* CSS Document */
.tabla {
font-family: "Trebuchet MS", Arial;
font-size:9px;
text-align: right;
width: 720px;

}

.tabla th {
padding: 5px;
font-size: 12px;
background-color: #83aec0;
background-image:url(img/fondo_th.png);
background-repeat: repeat-x;
color: #FFFFFF;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #558FA6;
border-bottom-color: #558FA6;
font-family: "Trebuchet MS", Arial;
/*text-transform: uppercase;*/
}

.tabla .modo1 {
font-size: 12px;
font-weight:bold;
background-color: #e2ebef;
background-image:url(img/fondo_tr01.png);
background-repeat: repeat-x;
color: #34484E; /*COLOR DEL TIPO DE LETRA Q APARENTA SER NEGRO*/
font-family: "Trebuchet MS", Arial;
}
.tabla .modo1 td {
padding: 5px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #A4C4D0;
border-bottom-color: #A4C4D0;
text-align:right;
} 
.tabla .modo1 th {
background-image: url(img/fondo_tr01.png);
background-position: left top;
font-size: 12px;
font-weight:bold;
text-align: left;
background-color: #e2ebef;
background-repeat: repeat-x;
color: #34484E;
font-family: "Trebuchet MS", Arial;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #A4C4D0;
border-bottom-color: #A4C4D0;
}
.tabla .modo2 {
font-size: 12px;
font-weight:bold;
background-color: #fdfdf1;
background-image: url(img/fondo_th.png);
background-repeat: repeat-x;
color: #FFFFFF;
font-family: "Trebuchet MS", Arial;
text-align:center;
text-transform:uppercase;
}


/*tabla enlaces del cuadro*/
ul#navlist
{
width: 365px;
padding: 0px;
border: 1px solid #808080;
border-top: 0px;
margin: 0px;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 1px;
border-top: 1px solid #808080;
font-family: "Trebuchet MS", Arial;
font-size:10px;
text-transform: uppercase;
}

ul#navlist li a
{
display: block;
width: 300px;
padding: 10px 15px 10px 15px;
border: 0px;
border-left: 20px solid #aaaabb;
/*background: #ccccdd;*/
text-decoration: none;
text-align:left;
}

/*ul#navlist li a:link { color: #666677; }*/
div#navcontainer li a:visited { background:url(img/fondo_tr01.png); width:311px;}/*background:url(img/fondo_tr01.png)*/

ul#navlist li a:hover
{
border-color:#FFFFFF;
background:url(img/fondo_th.png);/*background:url(img/fondo_th.png);*/
color: #ffffff;
/*background: #000d33;*/
}

.vineta {padding-top:3px;}

html>body .vineta {padding-top:2px;}

a:link {
color: #ffffff;
}
a:hover {
color: #ffffff;
}
a:active {
color: #ffffff;
}
a:visited{
color:#ffffff;}
