/* ----- Estilos generales ----- */

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #003333;
}
a.pdf {
    display: block;
    height: 27px;
    background: url(../imagenes/pdf.gif) no-repeat top right;
    color: #004977;
    font-weight: bold;
    text-align: right;
    padding: 3px 25px 0px 0px;
    text-decoration: none;
}
img {
    border: 0px;
}
hr {
    height: 1px;
    border: 0px;
    border-top: 1px solid #004977;
}
#tabla {
	width: 956px;
	background: #ffffff;
}
#tabla td {
	padding: 2px 2px 0px 2px;
	vertical-align: top;
}
#tabla .header {
	height: 136px;
	background: #c2d1d4 url(../imagenes/encabezado.gif);
}
#tabla .headeren {
	height: 136px;
	background: #c2d1d4 url(../imagenes/encabezado.en.gif);
}
#tabla .footlinks {
	padding-top: 10px;
    background: #003333;
}
#tabla .footer {
    height: 65px;
}
#tabla .contenido {
    background: #c2d1d4;
    padding: 25px 5px;
}
.footlinks p {
    margin: 0px;
    padding: 0px;
}
.sidemenu {
    width: 185px;
    background: #b2ced9;
    padding: 0px !important;
}
.sidemenu h1 {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    margin: 0px;
    display: block;
    background: #c2d1d4;
}
.sidemenu a {
    color: #ffffff;
    padding: 5px;
    display: block;
    border-top: 1px solid #7d7b7a;
    border-bottom: 1px solid #afaeae;
    text-decoration: none;
    font-weight: bold;
    background: #838281 url(../imagenes/menuitem.gif) no-repeat right top;
}
.sidemenu a:hover {
    color: #004977;
    background: #838281 url(../imagenes/menuitemover.gif) no-repeat right top;
}
.texto {
    padding-left: 20px;
}
.texto p {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}
.texto h1 {
    color: #fffffe;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.texto h2 {
    color: #004977;
    font-size: 12px;
    margin: 8px 0px;
    padding: 0px;
    font-weight: normal;
}
.texto h2.bullet {
    background: url(../imagenes/bulletblue.gif) no-repeat left top;
    padding-left: 15px;
}
.texto h3 {
    margin: 0px;
    font-size: 10px;
}
.texto h4 {
    font-size: 12px;
}
.separator {
    width:2px;
    float: left;
    background: #bbbbbb;
    margin: 10px 0px;
    height: 55px;
}
.toplinks {
    clear: both;
    float: right;
    margin: 10px 8px 0px 0px;
    font-weight: bold;
}
.whitelinks a {
    color: #fffffe;
    text-decoration: none;
}
.whitelinks a:hover {
    text-decoration: underline;
}
.vedior {
    clear: both;
    float: right;
    margin: 87px 8px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}
.vedior a {
    color: #d7d7d5;
}
.topmenu {
    clear: both;
    float: right;
    margin: 90px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.topmenu a {
    color: #fffffe;
    padding: 0px 10px;
    border-right: 1px solid #abacab;
}
.topmenu a:hover {
    color: #004977;
    text-decoration: none;
}
.error {
    color: #f00;
}
.docs td {
    border-bottom: 1px solid #004977;
}
.rssBox {
    height: 35px;
    overflow: auto;
    margin: 5px 0px;
    margin-left: 23px;
    padding-right: 5px;
    scrollbar-base-color:#000;
    scrollbar-3dlight-color:#000;
    scrollbar-arrow-color:#fff;
    scrollbar-darkshadow-color:#000;
    scrollbar-face-color:#004977;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#fff;
}
.rssBox a {
    color: #004977;
    display: block;
    margin-bottom: 7px;
    text-decoration: none;
}

/* ----- Estilos de index.html ----- */

#index {
	height: 325px;
	background: url(../imagenes/index.jpg);
}
#index.en {
	background: url(../imagenes/index.en.jpg);
}
#index .links {
    width: 170px;
    float: left;
}
#index .red {
    color: #dc150e;
}
#index .links a {
	color: #666666;
	display: block;
	padding-left: 15px;
	text-decoration: none;
    margin-bottom: 5px;
    background: url(../imagenes/bulletblue.gif) no-repeat top left;
}
#index .links a:hover {
	text-decoration: underline;
}
#index .red a {
    color: #dc150e;
    background: url(../imagenes/bulletred.gif) no-repeat top left;
}

dl {
    padding: 0px;
    margin-left: 25px;
}
dl dt {
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    padding-left: 15px;
    cursor: pointer;
}
dl dt.open { background: url(../imagenes/closed.gif) no-repeat }
dl dt.closed { background: url(../imagenes/open.gif) no-repeat }
dl dd {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    display: none;
    padding-left: 15px;
}

/* ----- Site Map ----- */

.sitemap ul {
    margin: 5px 20px 20px 20px;
    display: block;
    padding: 0px;
    list-style: square;
}
.sitemap ul li {
    margin-bottom: 5px;
}
.sitemap ul li a {
    color: #004977;
    font-size: 12px;
    margin: 8px 0px;
    padding: 0px;
    text-decoration: none;
}
.sitemap ul li a:hover {
    text-decoration: underline;
}
.sitemap ul li ul {
    list-style: disc;
}
.sitemap ul li ul li a {
	color: #666666;
}
.sitemap ul li ul li a:hover {
    text-decoration: underline;
}
