/*ESTRUCTURA*/

    .adsbygoogle {
        display: block;
        margin:auto
    }
    html {
        font-size: 1em;
        line-height: 1.4;
    }

     .main article h1 {
        font-size: 2em;
    }

    .footer-container footer {
        color: #000;
        padding: 20px 0;
        background: none;
        font-size: 12px;
        text-align: left;
    }
    .footer-container footer  ul{
        margin:0px;
        height: auto;
        padding-left: 12px;
    }
    .footer-container footer  ul li{
        display: list-item;
        float: left;
    }
    .footer-container footer  ul li{
        margin: 0 70px;
    }
    .footer-container footer  ul p{
           text-align: left;
            padding-left: 24px;
            text-shadow: 0 0 .3em white;
            margin-top:-14px;
    }
    .main.wrapper:before{
        top:120px;
    }
    .main.wrapper:after{
         top:120px;
    }

/*JQUERY CYCLE*/

    .cycle-slideshow { 
        background: none;
        -webkit-perspective: 3000;
        -webkit-transform-style: preserve-3d;
        -moz-perspective: 3000;
        -moz-transform-style: preserve-3d;
        -o-perspective: 3000;
        -o-transform-style: preserve-3d;
        perspective: 3000;
        transform-style: preserve-3d;  
    }

    img.cycle-slide {
        width:100%;
        height:auto;
    }

    .photo-meta-data{
        background: rgba(0, 0, 0, 0.6);
        padding: 0;
        height: 32px; 
    	position: absolute;
        z-index: 9999;
        color: white;
        top: 0;
        width: 100%;
        text-align: center;
        line-height: 32px;
    }
    											  
    .photo-meta-data2{
         background: rgba(0, 0, 0, 0.6);
         padding: 0;
         height: 32px;
         position: absolute;
         z-index: 9999;
         color: white;
         top: 0;
         width: 110%;
         text-align: center;
         line-height: 32px;
    }											  
    											  
    .photo-meta-data span{
        font-size: 15px;
         font-family: 'futura';
         text-transform: uppercase;
    }

    .texto-independiente{
         background: url(img/transpBlack.png);
         margin-top: 6px;
         position: relative;
         z-index: 9999;
         color: #f27500;
       margin-bottom: 12px;
       height:120px;
    }
     .texto-independiente span:first-child{
        display:block;
        line-height:20px;
        margin-top: 6px;
    }
    .texto-independiente span:last-child{
        font-size: 14px;
        color:gray;
        line-height:12px;
        text-overflow: ellipsis;

    }

/*CONTENIDOS*/

    div.barra01 {
        position: relative;
        width: 220px;
        margin-bottom:16px;
        overflow: hidden;
    }

    .barra01 img {
        width: auto;
        height: 247px;
        margin-left: -74px;
        max-width: 320px;
    }

    div.barra02 {
        position: relative;
        width: 98%;
        overflow: hidden;
        height: 177px;
    }

    .barra02 img {
        width: 100%;
        margin-top:-13px;
    }

    .foto:last-child{
        margin:0;
        }
    	

@media only screen and (max-width: 480px) {
article.section01{
margin-left: 13%;
margin-top: 12px;
margin-bottom: 24px;
}


.footer-container footer{
    background-color: #412415;
}

.footer-container footer ul p{
    color: white;
    padding-left:0;
    font-size: 11px;
    text-shadow:none;
}

.footer-container footer ul p a{
    color:#82bd29;
}
 div.barra02 {
        width: 220px;
        height: auto;
    }

}


@media only screen and (min-width: 480px) {
     
       div.cycle-slideshow{
           width:100%;
       }
        .main article {
            float: left;
            width: 26%;
            padding-left: 20px;
            background-color: white;
            padding-right: 7px;
            padding-bottom: 9px;
            margin-bottom: 20px;
    	}
        .main aside {
            float: left;
            width: 100%;    
            height: auto;
    	}
    	.main{
    	    margin-top:0;
    	}
         
    }

@media only screen and (min-width: 480px) and (max-width: 992px) {
article.section01{
    width: 90%;
}
article.section01 section:first-child{
    width: 45%;
    float: left;
    margin-right: 5%;
}
article.section01 section:last-child{
    width: 50%;
    float: left;
}
div.barra01,div.barra02{
    width:100%;
}

.footer-container footer{
    background-color: #412415;
}

.footer-container footer ul p{
    color: white;
    width:80%;
    font-size: 12px;
    text-shadow:none;
    margin:0 auto;
    text-align: center;
}

.footer-container footer ul p a{
    color:#82bd29;
}
  .barra01 img{
    margin-left:-24px;
  }

div.barra02 {
            width: 100%;
            height: auto;
         }
}

    @media only screen and (min-width: 992px) {
        .wrapper {
            width: 900px;
            margin: 0 auto;
    	}
        nav ul li {
            display: inline-block !important;
            border-right: 1px solid #666662;
            width: auto !important;
            float: left;
            height: 20px;
        }
    	.main{
   		   margin-top:0;
    	}
    	.main aside {
            float: left;
            width: 70%;    
            height: auto;
    	}
        
    }