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/logosecc3.png");
    background-size: 252px 71px;
    height: 71px;
    width: 252px;
    padding:auto;
    position:relative;
    top:25px;
    left:30px;
    background-repeat: no-repeat;
}
#titulo
{
    text-align: center;
}
.titulo
{
    font-family: Century Gothic;
    font-size: 32px;
    color:#00478D;
}
.titulo strong
{
    font-size: 35px;
}
.subtit
{
    font-family: Century Gothic; 
    font-size: 26px;
    color:#00478D;
}
#autor
{
    text-align: center;
    font-family: Century Gothic;
    font-size: 15px;
    color:black;
}
/*introduccion*/
#intro
{
    width: 950px;
    /*height: 213px;*/
    /*padding-top: 20px;*/
    border-radius: 5px;
    background: #DBDEED;       
    margin-top: 30px;
}
#texintro
{      
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    /*top:10px;*/
    text-align: left;
    font-size:17px;
    font-family: Century Gothic;
    color:black;
}   
#imprinc
{ 
    float: right;
    margin-left: 20px;
    margin-top: 40px;
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 10px;
    /*width: 380px;*/
    height: 300px;
    -webkit-transition:all 0.5s ease-out; 
    -o-transition:all 0.5s ease-out; 
    -moz-transition:all 0.5s ease-out; 
    -ms-transition:all 0.5s ease-out;  
    transition:all 0.5s ease-out;
}
/*imprinc:hover
{
    width: 380px;
    margin-top: 0px;
    margin-right: 5px;
    border-radius:50px;
    box-shadow:0 6px 45px #CECECE;
    -moz-box-shadow:0 6px 45px #CECECE;
    -ms-box-shadow:0 6px 45px #CECECE;
    -o-box-shadow:0 6px 45px #CECECE;
    -webkit-box-shadow:0 6px 45px #CECECE;
}  */

/*SECCIÓN DE CONTENIDO DEL ARTÍCULO*/
/*BARRA DE TÍTULO*/
.tituloAc
{
    height:15px;
    width: 940px;
    color:#00478D;  
    font-weight: bold;
    text-align:left;
    font-size:20px;
    border-bottom:  2px solid #00478D;
    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 #dde2f0;
    border-right: 2px solid #dde2f0;
    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;
}
p.cl1:first-letter
{
   float:left;
   color:#4DA946;
   font-size:90px;
   font-family:Arial;
   line-height:20px;
   padding-bottom: 10px;
   margin-top: 10px;
   padding-right:2px;
}
.imcrec
{
    -webkit-transition:all 0.5s ease-out; 
    -o-transition:all 0.5s ease-out;  
    -moz-transition:all 0.5s ease-out;  
    -ms-transition:all 0.5s ease-out;  
    transition:all 0.5s ease-out;

    box-shadow:10px 10px 8px #CECFD0;
    -moz-box-shadow:10px 10px 8px #CECFD0;
    -ms-box-shadow:10px 10px 8px #CECFD0;
    -o-box-shadow:10px 10px 8px #CECFD0;
    -webkit-box-shadow:10px 10px 8px #CECFD0;     
}

.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;
}
.youtube-player
{
    box-shadow:10px 10px 8px #D89813;
    -moz-box-shadow:10px 10px 8px #D89813;
    -ms-box-shadow:10px 10px 8px #D89813;
    -o-box-shadow:10px 10px 8px #D89813;
    -webkit-box-shadow:15px 15px 50px #D89813;          
}
#diamante
{
    color:#00478D;
    font-size: 26px;
}
/*<span id="diamante">?</span>*/
.piefoto
{
    margin: -5px;
    font-family: arial;
    font-size: 12px;
}
.piefoto span
{
    color: #F06F94;
}
.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*/




.lista1
{
    /*margin-left: -20px;*/
    margin-left: 0px;
}
.lista1 li
{
    font-size: 21px;
}
.lista1 li p
{
    font-size: 21px;
    margin: 3px;
}
#amarillo
{
    padding: 15px 30px;
    margin: 0 auto;
    font-family: arial;
    font-size: 20px !important;
    background: rgb(254,249,231);
    background: -moz-linear-gradient(top, rgba(254,249,231,1) 1%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(254,249,231,1) 1%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(254,249,231,1) 1%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef9e7', endColorstr='#fefefe',GradientType=0 );
}
.amarillo_tit
{
    color:#D99811;
    font-size: 20px;
    text-align: center;
}
#amarillo .inicial
{
    font-size: 20px !important;
}
#amarillo .sangria
{
    font-size: 20px !important;
}


.subtitulos
{
    font-size: 22px;
    margin: 3px;
    color: #01478D;
}

