/* 
    Document   : estilos
    Created on : 15-abr-2011, 13:29:36
    Author     : Jose María Ramírez

*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    background: url('http://www.aupex.org/asamblea2011/images/bg_img.png') repeat;
}

h1 {
    font-size: 26px;
    color: orange;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}

li {
    margin-bottom: 5px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration:none;
}

#main {
    width: 960px;
    height: 768px;
    position: absolute;
    border: 5px solid grey;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#superior {
    width: 960px;
    height: 213px;
    background: url('../img/contenedor_01.png');
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
}

#titulo {
    width: 350px;
    height: 213px;
    float: left;
}

#izquierda {
    width: 742px;
    _width: 722px; /* Sólo para IE */
    height: 555px;
    float: left;
}

#derecha {
    width: 218px;
    _width: 228px; /* Sólo para IE */
    height: 555px;
    background: url('../img/contenedor_03.png');
    float: left;
    -webkit-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
}

#contenido {
    width: 742px;
    _width: 722px; /* Sólo para IE */
    height: 399px;
    background: url('../img/contenedor_02.png');
    text-align: left;
}

#inferior {
    width: 752px;
    _width: 732px; /* Sólo para IE */
    height: 156px;
    background: url('../img/contenedor_04.png');
    -webkit-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}

#centro {
    width: 960px;
    height: 555px;
}

#verMenos {
    width: 341px;
    height: 34px;
    border: 0px;
    padding: 0px;
    padding-left: 10px;
    float: left;
}

#verMas {
    width: 361px;
    height: 34px;
    border: 0px;
    padding: 0px;
    padding-right: 10px;
    float: left;
}

#tablaCentral {
    width: 732px;
    height: 390px;
    display: table;
    border: 0px;
    padding: 15px;
    _overflow: hidden; /* Sólo para IE */
}

#tablaCentral .row {
    width: 732px;
    height: 170px;
    clear: both;
}

#tablaCentral .col {
    width: 235px;
    _width: 234px; /* Sólo para IE */
    height: 175px;
    float: left;
    text-align: right;
}

div.enlace {
    margin: 0 auto;
    margin-top: 25px;
    margin-right: 0px;
    background: url('../img/fondo_titulo.png') repeat;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-align: right;
    font-size: 12px;
    width: 200px;
    display: block;
    text-align: right;
    padding: 5px;
    text-decoration: none;
}

div.texto {
    padding: 15px;
    padding-right: 32px;
    overflow: auto;
}

div.interior {
    background: url('../img/fondo_titulo.png') repeat;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: white;
    padding: 10px;
    overflow: auto;
    width: 684px;
    height:369px;
    overflow: auto;
}

div.interiorFijo {
    background: url('../img/fondo_titulo.png') repeat;
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    color: white;
    padding: 10px;
    overflow: auto;
    width: 684px;
    height:369px;
    overflow: hidden;
}

p {
    text-align: justify;
}

iframe.marco {
    margin-top: 10px;
    width: 200px;
    height: 315px;
    border: 0px;
    border-bottom: 1px solid #94A3C4;
}