body
{
    width: 100%;
}
#tabla
{
    position: static;
    margin:  0 auto; 
}
/* cabeza */
#logo
{
    background-image: url("../recursos/logo1.png");
    background-size: 200px;
    height: 62px;
    display: inline-block;
    padding:0px;
    width: 200px;
    position: relative;
    left: 14px;
}
/*menu principial*/
.menu1
{
    list-style-type: none;
    padding: 0;
    height:20px;
    display: inline-block;
    position: relative;
    left: 385px;  
    top: -5px;
}
.menu1  li
{
    display: inline-block;
    float: left;
    position: relative;
    height: 17px;
    list-style: none;
    color: #58595B;
}
.menu1 li span
{
    border: 0;
    color: #58595B;
    display: block;
    font-family: arial;
    font-size: 15px;
    line-height: 7px;
    padding: 3px 0px 3px 0px;
    margin: 2px 0;
    text-decoration: none;   
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.menu1 li span a
{
    color: #58595B;
    text-decoration: none;
    font-size:15px;
}
.menu1 li:hover > span
{
    /*font-weight: bold;*/
    border: 0;
}
#men1
{
    width: 157px;
    border-right: 3px solid #823f7c;
}
#men1:hover
{
/*    background-color: #52C460;*/
    background: -moz-linear-gradient(top, rgba(204,234,245,0.95) 0%, rgba(204,234,245,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,234,245,0.95)), color-stop(100%,rgba(204,234,245,0.95)));
    background: -webkit-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -o-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
}
#men2
{
    width: 74px;
    cursor: pointer;
    border-right: 3px solid #823f7c;
} 
#men2:hover
{
    /*background-color: #D49C35;*/
    background: -moz-linear-gradient(top, rgba(204,234,245,0.95) 0%, rgba(204,234,245,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,234,245,0.95)), color-stop(100%,rgba(204,234,245,0.95)));
    background: -webkit-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -o-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
}
#men2 span
{
    margin-left: 9px;
}
#men5
{
    width: 133px;
    cursor: pointer;
}
#men5:hover
{
    /*background-color: #30A4CF;*/
    background: -moz-linear-gradient(top, rgba(204,234,245,0.95) 0%, rgba(204,234,245,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,234,245,0.95)), color-stop(100%,rgba(204,234,245,0.95)));
    background: -webkit-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -o-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
}
#men5 span
{
    margin-left: 10px;
}
/*submenus*/
.menu1 ul
{
    left:0px;
    margin:0px; 
    opacity: 0;
    position: absolute;
    top: 17px;
    padding: 0;             
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
} 
.menu1 li:hover > ul
{
    opacity: 1;
}
.menu1 ul li
{
    /*border: 1px solid blue;*/
    height: 22px;
    overflow: hidden;
    padding: 0;  
    color: #58595B;
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.menu1 li:hover > ul li
{
    overflow: visible;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 15px;
}
.menu1 ul li span
{
    border: none;     
    margin-top: 0;                  
    padding:8px 0px 8px 20px;
    width: 137px;
    color:#58595B;
    font-size:15px;
}
.menu1 ul li span:hover
{
    color:#58595B;
    font-size:15px;
}
.men3 span
{
/*    color: #58595B;
    height: 11px;  */
}
.men3:hover span
{
    cursor: pointer;
    color: #58595B;
    background: -moz-linear-gradient(top, rgba(204,234,245,0.95) 0%, rgba(204,234,245,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,234,245,0.95)), color-stop(100%,rgba(204,234,245,0.95)));
    background: -webkit-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -o-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
    background: -ms-linear-gradient(top, rgba(204,234,245,0.95) 0%,rgba(204,234,245,0.95) 100%);
}
.emergentes
{
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 8px 3px rgba(0,0,0,0.75);
}
/*FLECHAS DE NAVEGACION ENTRE ARTICULOS*/
#dirr
{      
    background-image: url("../recursos/flechader.png");
    background-repeat: no-repeat;
    background-size: 26px;
    width: 26px;
    height: 35px;
    position: fixed; 
    right: 31px; 
/*    top: 21%;*/
    top: 210px;
}
#dirr:hover
{
    -webkit-animation: derecha 1s ease;
    animation: derecha 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes derecha
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
#dirriz
{
    background-image: url("../recursos/flechaizq.png");
    background-repeat: no-repeat;
    background-size: 26px;
    width: 26px;
    height: 35px;
    position: fixed; 
    left: 31px; 
    /*top: 21%;*/
    top: 210px;
}
#dirriz:hover
{
    -webkit-animation: izquierda 1s ease;
    animation: izquierda 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes izquierda
{
    15%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    30%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    50%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    65%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    80%
    {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*SECCIÓN DE TÍTULO DE CADA ARTÍCULO*/
.a1
{
    padding:0px;
    width: 970px;
}
#logoart
{
    background-image: url("../recursos/logosecc6.png");
    background-size: 180px;
    background-repeat: no-repeat;
    height: 62px;
    width: 180px;
    padding:auto;
    position:relative;
    top:25px;
    left:30px;
}
#titulo
{
    text-align: center;
}
.titulo
{
    font-family: Century Gothic;
    font-size: 32px;
    color:#92268E;
}
.titulo strong
{
    font-size: 35px;
}
.subtit
{
    font-family: Century Gothic; 
    font-size: 32px;
    color:#92268E;
}
#autor
{
    text-align: center;
    font-family: Century Gothic;
    font-size: 15px;
    color:black;
}         
/* contenido visor */
/*SECCIÓN DE CONTENIDO DEL ARTÍCULO*/
/*BARRA DE TÍTULO*/
.tituloAc
{
    height:15px;
    width: 940px;
    color:#B2B774;  
    font-weight: bold;
    text-align:left;
    font-size:20px;
    border-bottom:  2px solid #B2B774;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-bottom:1em;
    cursor: pointer;
}
.tituloAc span
{
    font-size: 14px;
}
.contenidoItem
{
    border-left: 2px solid #B2B774;
    border-right: 2px solid #B2B774;
    width: 850px;
    margin-bottom: 10px;
    margin-top: 0;
    display: none;
    padding: 50px;
    padding-top: 10px;
}
.inicial
{
    font-size: 22px;
    margin: 3px;
}
.inicial a
{
    text-decoration: none;
    color: blue;
    border: none;
}
.sangria
{
    text-indent:1em;
    font-size: 22px;
    margin: 3px;
}
.sangria a
{
    text-decoration: none;
    color: blue;
    border: none;
}
.cita
{
    padding-left:  1em;
    font-size: 21px;
}
.cita a
{
    text-decoration: none;
    color: blue;
    border: none;
}
.cond
{
    display: none;
}
.superin
{
    vertical-align:super;
    font-size: 10px;
}
/*<a name="*a"></a><a href="#*" style="text-decoration:none;"><span class="superin">[*]</span></a>*/
.subin
{
    vertical-align: sub;
}
.linkback
{
    text-decoration: none;
    color: black;
}
.biblio
{
    line-height: 25px;
}
.biblio a
{
    text-decoration: none;
    border: none;
}
.biblio p
{
    font-size: 15px;
    color:black;
    font-family: Times new roman;
    margin: 3px;
}
.credito
{
    cursor: pointer;
    height:10px;	
    padding-bottom: 10px;
    text-align:left;
    font-size:17px;
    width: 700px;
    color:black; 
    font-weight:bold;       
}
.credito span
{
    font-size: 14px;
}
.contenidoCred
{
    width: 900px;
    margin-top: 5px;
    margin-bottom: 20px;
    display: none;
    padding: 10px;
    padding-top: 5px;
} 
#creditos p
{
    font-size: 15px;
    font-family: Times New Roman;
    text-align: justify;
    margin:3px;
}
#diamante
{
    color:#92268E;
    font-size: 26px;
    margin-left: 800px;
}
/*<span id="diamante">?</span>*/
.piefoto
{
    margin: 3px;
    font-family: arial;
    font-size: 12px;
}
.notas
{
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: bold;
}
#edicion
{
    font-size: 14px;
    text-align: center;
    
}


/*SECCIÓN EXCLUSIVA PARA CONTENIDOS ADICIONALES EN CADA NÚMERO.
FAVOR DE COLOCAR AQUÍ CUALQUIER ESTILO ESPECIAL QUE NO ALTERE CUALQUIER OTRO ESTILO BASE DE ESTE ARTÍCULO*/


/*CABECERA*/
.cabecera
{
    color: white;
    text-align: center;
    font-family: arial;
    font-size: 16px;
    background-color:#8A6B45;
}
.seccion
{
    
}
.titulo
{
    /*width: 280px;*/
}
.autor
{
    
}
.numero
{
    
}
.fecha
{
    
}
/*CONTENIDOS DE TABLAS*/
.oscuro
{
    background-color: #D6D8B0;
}
.claro
{
    background-color: #E4E5C9;
}
.titulos td
{
    /*width: 280px;*/
}
.titulos ul li
{
    list-style-type: square;
    color: #889033;
    margin-left: -20px;
}
.titulos ul li p
{
    font-family: arial;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    color: black;
}
.titulos ul li p span
{
    font-weight: normal;
}
.autores p
{
    font-family: arial;
    font-size: 15px;
    text-align: left;
    margin:3px 0 3px 0;
    color: black;
}
.numeros p
{
    font-family: arial;
    font-size: 15px;
    text-align: center;
    color: black;
}
.fechas p
{
    font-family: arial;
    font-size: 15px;
    text-align: center;
    color: black;
}


.arr
{
    width: 120px;
    text-align: center;
    font-size:13px;
    font-family:arial;
    vertical-align: top;
}

#entrenosotros
{
    background-color:#F6E4DF;
}
#entrenosotros p
{
    color:#C62539;
}
#antesdelaula
{
    background-color:#EBF4E8;
}
#antesdelaula p
{
    color:#4EA946;
}
#certidumbres
{
    background-color:#DBDEED;
}
#certidumbres p
{
    color:#00488E;
}
#educacionpatrimonial
{
    background-color:#E6F4F3;
}
#educacionpatrimonial p
{
    color:#00B1B0;
}
#artistasyartesanos
{
    background-color:#FAEFDF;
}
#artistasyartesanos p
{
    color:#D99814;
}
#sentidosysignificados
{
    background-color:#DE957A;
}
#sentidosysignificados p
{
    color:#75532D;
}
#problemassinnumero
{
    background-color:#EDE3F0;
}
#problemassinnumero p
{
    color:#92278F;
}
#abriendolibros
{
    background-color:#FFEEE0;
}
#abriendolibros p
{
    color:#F57E20;
}