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; 
    width: 420px;
    position: relative;
    display: inline-block;
    left: 330px;  
}
.menu1  li
{
    display: inline-block;
    float: left;
    position: relative;
    height: 30px;
    list-style: none;
    margin-right: 5px;
}
.menu1 li span
{
    border: 0;
    color:white;
    display: block;
    font-family: arial;
    font-size: 16px;
    line-height: 7px;
    padding: 9px 8px;
    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:hover > span
{
    color:white;
    font-weight: bold;
    border: 0;
}
/*submenus*/
.menu1 ul
{
    left:0px;
    margin:2px; 
    opacity: 0;
    position: absolute;
    top: 28px;
    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
{
    height: 5px;
    overflow: hidden;
    padding: 0;                
    -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
{
    height: 22px; 
    overflow: visible;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 8px;
}
.menu1 ul li span
{
    border: none;     
    margin-top: 0;                  
    padding:8px 26px;
    width: 115px;
    color:black;font-size:12px;
}
.menu1 ul li span:hover
{
    color:black;font-size:12px;
}
#men1
{
    color: white;
    width: 170px;
    font-weight: bold;
    border: 2px solid #CCEAF5;
    background-color: #3FAB4D;
}
#men1:hover
{
    background-color: #52C460;
}
#men2
{
    color: white;
    width: 82px;
    border: 2px solid #CCEAF5;
    font-weight: bold;
    background-color: #D09014;
    cursor: pointer;
} 
#men2:hover
{
    background-color: #D49C35;
}      
.men3 span
{
    border: none;
    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%);
    color: black;
    height: 18px;     
}
.men3:hover span
{
    border: none;
    cursor: pointer;
    background: -moz-linear-gradient(top, rgba(208,230,178,0.9) 0%, rgba(208,230,178,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,230,178,0.9)), color-stop(100%,rgba(208,230,178,1)));
    background: -webkit-linear-gradient(top, rgba(208,230,178,0.9) 0%,rgba(208,230,178,1) 100%);
    background: -o-linear-gradient(top, rgba(208,230,178,0.9) 0%,rgba(208,230,178,1) 100%);
    background: -ms-linear-gradient(top, rgba(208,230,178,0.9) 0%,rgba(208,230,178,1) 100%);
}
.men3 span a
{
    color:black;
    text-decoration: none;
    font-size:12px;
}
#men5
{
    width: 140px;
    border: 2px solid #CCEAF5;
    font-weight: bold;
    background-color: #018BC1;
    cursor: pointer;
}
#men5:hover
{
    background-color: #30A4CF;
}
.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: 36px;
    width: 36px;
    height: 50px;
    position: fixed; 
    right: 31px; 
    top: 21%;
}
#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: 36px;
    width: 36px;
    height: 50px;
    position: fixed; 
    left: 31px; 
    top: 21%;
}
#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/logosecc1.png");
    background-size: 180px;
    height: 71px;
    width: 180px;
    padding:auto;
    position:relative;
    top:25px;
    left:30px;
}
#titulo
{
    text-align: center;
}
.titulo
{
    font-family: Century Gothic;
    font-size: 32px;
    color:#C70024;
}
.subtit
{
    font-family: Century Gothic; 
    font-size: 26px;
    color:#C70024;
}
#autor
{
    text-align: center;
    font-family: Century Gothic;
    font-size: 15px;
    color:black;
}
/*introduccion*/
#intro
{
    width: 950px;
    /*height: 243px;*/
    border-radius: 5px;
    background: #F2D9D2;       
    margin-top: 30px;
}
#texintro
{      
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*width: 600px;*/
    text-align: left;
    font-size:15px;
    font-family: Century Gothic;
    color:black;
}
#imprinc
{  
    float: right; 
    margin-top: -15px;
    margin-right: 0px;
    margin-left: 15px;
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 5px;
    /*width: 350px;*/
    height: 258px;
    -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:#C70024;  
    font-weight: bold;
    text-align:left;
    font-size:20px;
    border-bottom:  2px solid #C70024;
    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;
}
/*CONTENIDO DEL ARTÍCULO*/
.contenidoItem
{
    border-left: 2px solid #838B1A;
    border-right: 2px solid #838B1A;
    width: 850px;
    margin-bottom: 10px;
    margin-top: 0;
    display: none;
    padding: 50px;
    padding-top: 10px;
}
.inicial
{
    text-align: left;
    font-size: 22px;
    font-family: arial;
    margin: 3px;
}
.inicial a
{
    text-decoration: none;
    color: blue;
    border: none;
}
.sangria
{
    text-indent:1em;
    text-align: left;
    font-size: 22px;
    font-family: arial;
    margin: 3px;
}
.sangria a
{
    text-decoration: none;
    color: blue;
    border: none;
}
.cita
{
    text-align: left;
    font-family: arial;
    font-size: 21px;
    padding-left:  1em;
}
.cita a
{
    text-decoration: none;
    color: blue;
    border: none;
}
.cond
{
    display: none;
}
/*HERRAMIENTAS EXTRA QUE SE USAN DENTRO DE LOS PARRAFOS*/
.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:#C52539;
   font-size:120px;
   font-family:Candara;
   font-weight: bold;
   line-height:27px;
   padding-right: 6px;
}
.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:#C70024;
    font-size: 26px;
}
/*<span id="diamante"> ?</span>*/
.piefoto
{
    margin: 3px;
    font-family: arial;
    font-size: 12px;
}

/*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*/

.listas li
{
    margin-left:-20px;    
}
.listas p
{
    font-family: arial;
    font-size: 22px;
    margin: 3px;
}