

.header { position: relative; }
#toggle, .toggle { display: none; }
.menu > li { list-style: none; float:left;}

.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }




.nav{ 
    display: block; 
    float: left; 
    width: 100%;
}


.menu{
    overflow: hidden;
    position: relative;
    top: 1px;

}

.menu li {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    color: #C11717;
    height: 16px;
    font-size: 10px;
    font-weight: 700;
    overflow: hidden;
    padding: 7px 9px 5px;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 3px;
    background: #E7E7E7;
    background: -moz-linear-gradient(top,#fff 0,#fff 58%,#e7e7e7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(58%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,#fff 0,#fff 58%,#e7e7e7 100%);
    background: -o-linear-gradient(top,#fff 0,#fff 58%,#e7e7e7 100%);
    background: -ms-linear-gradient(top,#fff 0,#fff 58%,#e7e7e7 100%);
    background: linear-gradient(to bottom,#fff 0,#fff 58%,#e7e7e7 100%);
}


* {
    margin: 0;
    padding: 0;
    outline: 0;
}





.contner{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}

.contner:after{
    content: '';
    display: block;
    height: 30px;
    clear: both;
}



.comentArtic{
    border-top: 1px solid #ccc;

}
.menu > li > a{
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #c11717;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;




}
.icofb{
  display: block;
  float: left;
  margin-right: 8px;
  margin-top: -1px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-image: url(/arte/icoface.png);
}
.icots{
  display: block;
  float: left;
  margin-right: 8px;
  height: 16px;
  width: 16px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-image: url(/arte/log-iso-telesur2.png);
}

.active{
    color: #C11717;
    border-bottom: 1px solid #fff !important;
    margin-top: 0;
    padding: 7px 9px 5px;
    background: -moz-linear-gradient(top,#e7e7e7 0,#fff 58%,#fff 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e7e7e7),color-stop(58%,#fff),color-stop(100%,#fff)) !important;
    background: -webkit-linear-gradient(top,#e7e7e7 0,#fff 58%,#fff 100%) !important;
    background: -o-linear-gradient(top,#e7e7e7 0,#fff 58%,#fff 100%) !important;
    background: -ms-linear-gradient(top,#e7e7e7 0,#fff 58%,#fff 100%) !important;
    background: linear-gradient(to bottom,#e7e7e7 0,#fff 58%,#fff 100%) !important;
    font-weight: 800 !important;
}
.coment{
    font-size: 12px;
    border-top: 1px solid #D9D9D9;
    margin: 0;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    min-height: 330px;
}

.toggle{ 
    z-index: 2; 
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}





.contner{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
}

.contner:after{
    content: '';
    display: block;
    height: 30px;
    clear: both;
}


//** Resoluciones bajas*//
@media only screen and (max-width: 768px){
    .menu { display: none; opacity: 0; width: 100%; position: absolute; right: 0; }
    .menu > li { display: block; width: 100%; margin: 0; }
    .menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
    #toggle:checked + div .menu { display: block; opacity: 1;}
}

@media only screen and (max-width: 768px){
    .menu{
        background: #FFFFFF;
        border-top: 1px solid #51C1F1;
    }

    .menu, .menu > li, .menu > li > a{
        height: auto;
    }

    .menu > li > a{
        padding: 15px 15px;
    }

    .menu > li > a:hover, .menu > li > a:focus{
        background: #F2F2F2;
        box-shadow: inset 5px 0px #51C1F1;
        padding: 15px 15px 15px 25px;
    }

    .toggle:after {
        content: attr(data-open);
        display: block;
        width: 200px;
        margin: 33px 0;
        padding: 10px 50px;
        background: #51C1F1;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        font-size: 12px;
        color: #FFFFFF;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; 
    }

    .toggle:hover:after{
        //background: #45ABD6;
    }

    #toggle:checked + div .toggle:after{
        content: attr(data-close);
    }
}

@media only screen and (max-width: 479px){
    .header > h1 { 
        text-align: center;
    }
    .header > h1, .nav, .toggle:after{ 
        float: none; 
    }
    .toggle:after { 
        text-align: center; width: 100%; 
    }
}