BODY {  
background : url(images/fondo2.jpg) repeat;  
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
color : #666666;
text-align:center;
}  

#contenedor_opaco{  
font-size: 8pt;
text-align: left;  
width: 975px;  
background-color : #000;
border: 1px solid #fff;
margin: auto;
}

#contenedor_transparente{
font-size: 8pt;
text-align: left;  
width: 975px;  
background-color : #000;
border: 1px solid #fff;
margin: auto;
filter:alpha(opacity=20); -moz-opacity:.20; opacity:.20;
}

#navegador{  
background : #FF7F00;
padding : 3px 10px 5px 10px;  
border-top : 1px solid #cccccc;  
border-bottom : 1px solid #cccccc;  
}

A.enlacetabla, A.enlacetabla:VISITED, A.enlacetabla:ACTIVE, A.enlacetabla:FOCUS, A.enlacetabla:LINK{  
color: white;
}

A.enlaceimportante, A.enlaceimportante:VISITED, A.enlaceimportante:ACTIVE, A.enlaceimportante:FOCUS, A.enlaceimportante:LINK{  
color: #FF0000;
font-weight:bold;
}

A.enlaceimportante:HOVER{  
color: #3F7DE3;
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{  
color: #fff;
font-weight:bold;
}
A.enlacenav:HOVER{  
color: #3F7DE3;
}

#cuerpo{  
width:730;  
margin-left: 8px;  
padding: 0px 0px -2px 0px;  
background-color : #000;  
float:left;
color: white;
}

H1{  
font-size: 12px;  
}  

#lateral{  
width: 225px;  
background-color: #EBF2FE;  
border-bottom : 1px solid #cccccc;  
border-left : 1px solid #cccccc;  
float:right;  
}  

.titlat{  
background-color:#68729E;  
color:#ffffff;  
font-size:8pt;  
text-transform : uppercase;  
padding: 7px 3px 7px 8px;  
font-weight : normal;  
letter-spacing : 2px;  
margin: 0px 0px 0px 0px;
}  

.cuerpolateral{
background: #F6F5C2;
padding: 5px 4px 13px 10px;
}

#pie{  
clear : both;
color : #cccccc;
text-align : right;
margin : 10px 10px 0px 10px;  
padding-bottom:10px;
padding-top:10px;  
}  

#otras ul{  
margin : 5px 10px 0px 0px;  
padding: 0px 0px 0px 4px;  
list-style: none;  
}  
 
#otras li{  
padding-left: 14px;  
background: transparent url("images/bullet.gif") 0 2px no-repeat;  
margin-bottom: 10px;  
}

table.tabla1 {
border: 1px solid #ccc;
width: 225px;
margin: auto;
}

table.tabla1 tr.principal th {
font: bold .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #fff;
background: #FF7F00;
text-align: center;
padding: 3px;
border-top: 0px;
}

table.tabla1 td {
font: .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #666;
text-align: left;
padding: 3px;
border-top: 1px dotted #eee;
border-right: 1px dotted #eee;
}

table.tabla1 td.centrado {
font: .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #666;
text-align: center;
padding: 3px;
border-top: 1px dotted #eee;
}

table.tabla1 td.link_anterior{
font: .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #666;
background: #FF7F00;
text-align: left;
padding: 0px;
border-top: 1px dotted #eee;
border-right: 0px;
}

table.tabla1 td.link_siguiente{
font: .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #666;
background: #FF7F00;
text-align: right;
padding: 0px;
border-top: 1px dotted #eee;
border-right: 0px;
}

div.titulo{
font-size:15px;
font-weight:bold;
}

div.descripcion{
font-size:10px;
}

