/* Estilos generales */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: white;
    font-weight: normal;
}

h1 { display: none; }

a img { border: none; }

.top { vertical-align: top; }
.bottom { vertical-align: bottom; }
.derecha { text-align: right; }
.izquierda { text-align: left; }
.centrado { text-align: center; }
.hidden { display: none; }

#principal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 450px;
    margin-top: -225px;
    margin-left: -400px;
    background: #C6C7C8;
    z-index: 1;
    padding: 10px;
}

table#tablaprincipal {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

table#tablaprincipal td.noticia {
    border: 1px solid #00364A;
    height: 107.5px;
    overflow: hidden;
}

table#tablaprincipal #banner {
    background: #00364A;
    color: white;
    cursor: pointer;
    border: 1px solid #00364A;
    height: 107.5px;
    overflow: hidden;
}

table#tablaprincipal td#izquierda {
/*     background: #E5F6FB; */
    background: white;
    width: 50%;
    border: none !important;
    color: #00364A;
    vertical-align: top;
}

table#tablaprincipal td#izquierda a {
    color: #00364A;
    text-decoration: none;
}

table#tablaprincipal td#izquierda a:hover {
    text-decoration: underline;
}

table#tablaprincipal td.noticia {
    background: white;
    color: #00364A;
}

table#tablaprincipal td.noticia a {
    color: #00364A;
    text-decoration: none;
}

table#tablaprincipal td.noticia div.intronoticia {
    cursor: pointer;
}

table#tablaprincipal td.noticia a:hover {
    color: #00364A;
    text-decoration: none;
}

table#tablaprincipal h2 {
    font-weight: normal;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}

table#tablaprincipal p {
    font-size: 11px;
    width: 90%;
    margin: 0 auto;
}

table#tablaprincipal td#izquierda h3 {
    width: 87%;
    margin: 10px auto;
}

table#tablaprincipal td#izquierda h4 {
    width: 87%;
    margin: 5px auto;
}


table#tablaprincipal td#izquierda p {
    width: 87%;
    margin: 0 auto;
}

table#tablaprincipal td#izquierda p#contenedor_logo {
    /*margin-top: 200px;
    margin-bottom: 40px;
    text-align: center;*/
    width: auto;
/*     bordeR: 1px solid black; */
}

table#tablaprincipal td#izquierda p#contenedor_logo img {
/*     margin-left: -5px; */
}

table#tablaprincipal td#cuerponoticia, table#tablaprincipal td#contacto {
    vertical-align: top;
    background: white;
    color: #00364A;
    border: 1px solid #00364A;
    height: 322.5px;
}

table#tablaprincipal td#contacto form {
    width: 90%;
    margin: 5px auto;
}

table#tablaprincipal td#contacto fieldset {
    border: none;
}

table#tablaprincipal td#contacto legend {
    font-size: 20px;
    font-weight: bold;
}

table#tablaprincipal td#contacto p { margin: 0; }

table#tablaprincipal td#contacto p.texto {
    width: auto;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0;
}

table#tablaprincipal td#contacto label {
    cursor: pointer;
}

table#tablaprincipal td#contacto input.text {
    border: 1px solid black;
    margin: 1px 5px;
    width: 200px;
}

table#tablaprincipal td#contacto textarea {
    width: 100%;
    height: 80px;
    border: 1px solid black;
}

table#tablaprincipal td#contacto input.submit {
    border: none;
    background: white;
    font-weight: bold;
    color: #00364A;
    cursor: pointer;
}

#body_noticia .fecha, #body_noticia .titulonoticia, #body_noticia .textonoticia {
    margin-top: 5px;
    margin-bottom: 5px;
}

.paginado {
    width: 90%;
    margin: 0 auto;
    text-align: right;
}
