* {
    font-family: Arial, Tahoma, Verdana, "Helvetica Narrow", "Arial Narrow", "Bitstream Vera Sans", Sans-serif;
}

body {
    background: #DEDEDE url('../imagenes/fondo-lineas.jpg') repeat-x 0 0 fixed;
    font-size: 63%;
    color: #000;
}

a, a:hover, a:visited, a:link {
    color: #1C2C59;
    text-decoration: none;
    font-weight: bold;
}

form {
    display: inline;
}

.centro {
    text-align: center;
}

.derecha {
    text-align: right;
}

.justificada {
    text-align: justify;
}

.cursiva {
    font-style: italic;
}

.normal {
    font-weight: normal;
    color: #333333;
}

.negrilla {
    font-weight: bold;
}

.espacioSuperior {
    margin-top: 10px;
}

.espacioInferior {
    margin-bottom: 10px;
}

#full {
    position: relative;
    display: block;
    margin: 23px auto 0 auto;
    padding: 0;
    width: 800px;
}

#bloqueMenuPrincipal {
    background: transparent url('../imagenes/fondo-superior.gif') no-repeat top center;
    position: relative;
    display: block;
    width: 800px;
    height: 33px;
    margin: 0 auto;
    border-bottom: 1px dotted #707070;
}

#imagenCabecera {
    position: relative;
    display: block;
    width: 798px;
    height: 265px;
    z-index: 1;
    margin: 0 1px;
}

#bloqueIzquierdo {
    background: transparent url('../imagenes/fondo-central.gif') repeat-y 0 0;
    position: relative;
    display: block;
    width: 620px;
    margin: 0 1px;
    padding: 0 170px 0 15px;
}

#bloqueDerecho {
    position: relative;
    display: block;
    float: right;
    width: 140px;
    padding: 0 5px;
    z-index: 100;
    text-align: center;
    margin: 0 1px;
}

#creditosCliente {
    background: transparent url('../imagenes/fondo-central.gif') repeat-y 0 0;
    position: relative;
    display: inline-block;
    width: 620px;
    margin: 0 1px;
    padding: 0 170px 0 15px;
    text-align: center;
    font-size: 1em;
    clear: both;
}

#creditosDesarrollador {
    position: absolute;
    display: block;
    float: right;
    color: #777;
    right: 0;
    z-index: 999;
    width: 150px;
    text-align: center;
    bottom: 40px;
    font-size: 1em;
}

#creditosDesarrollador a {
    color: #777;
}

#cierrePagina {
    background: transparent url('../imagenes/fondo-inferior.gif') no-repeat top center;
    position: relative;
    display: block;
    width: 800px;
    height: 49px;
    font-size: 1em;
}

/*** Menú ***/
.menu {
    padding: 0 5px;
}

.menu * {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    white-space: nowrap;
    z-index: 9999;
}

.menu li {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px;
    height: 33px;
    line-height: 33px;
    border-right: 1px solid #999;
}

.menu li a {
    position: relative;
    display: inline;
    text-decoration: none;
    font-size: 1.1em;
    color: #000;
    text-shadow: #fff 1px 1px 0;
    float: left;
    width: 100%;
}

.menu li a:hover  {
    color: #1C2C59;
    text-shadow: #fff 1px 1px 0;
}

.menu ul, .menu ul ul {
    padding: 0;
    position: absolute;
    top: -9999px;
}

.menu ul li {
    width: 100%;
    clear: both;
}

.menu li:hover {
    visibility: visible;
}

.menu li li {
    background: transparent url('../imagenes/fondo-menu.jpg') repeat-x center left;
    float: left;
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: 1px solid #aaa;
    border-top: 0;
}

.menu li li:first-child {
    border-top: 1px solid #aaa;
}

.menu li:hover ul, .menu li.menuActivo ul {
    left: 0;
    top: 33px;
    z-index: 99999;
}

.textoError  {
    color: #990000;
}

.textoExito  {
    color: #13a6a0;
}

.encabezadoBloque {
    position: relative;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    width: auto;
    padding: 3px 5px;
    color: #fff;
    border: 0;
}

.contenidoBloque {
    font-size: 1.3em;
    text-align: justify;
}

.division {
    border: 0;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    margin: 10px 0;
}

.subtitulo {
    font-size: 1.2em;
}

.resumen {
    font-size: 1.2em;
    text-align: justify;
}

.resumen a {
    font-weight: normal;
}

#ultimosArticulos, #calendarioTributario {
    background: transparent url('../imagenes/fondo-bloque.jpg') repeat-x bottom left;
    position: relative;
    display: inline-block;
    width: 450px;
    border-right: 1px solid #F7F7F7;
    clear: none;
}

#ultimosArticulos, #normatividad {
    height: 220px;
}

#calendarioTributario, #indicadores {
    height: 260px;
}

#ultimaNoticia {
    position: relative;
    display: block;
    float: right;
}

.articuloAnimado {
    position: relative;
    display: none;
    height: 180px;
    padding: 5px 10px 5px 5px;
}

.imagenArticulo {
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.masInfo {
    position: absolute;
    display: block;
    float: right;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
}

#normatividad, #indicadores {
    background: transparent url('../imagenes/fondo-bloque.jpg') repeat-x bottom left;
    position: relative;
    display: block;
    float: right;
    width: 160px;
    border-right: 1px solid #F7F7F7;
}

#indicadores iframe {
    margin: auto 15px;
}

.tituloBloqueDerecho {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
}

.textoBloqueDerecho {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.2em;
}

#cuadroDialogo {
    position: relative;
    display: none;
    z-index: 99999;
}

#membresia, #bannerLateral, #formaEstatuto {
    position: relative;
    display: block;
    margin: 5px 0;
}

#membresia img, #bannerLateral img {
    border: 0;
}

#membresia {
    top: -5px;
}
