@import url(http://fonts.googleapis.com/css?family=PT+Sans);

body{ background-color: #50ba6e; font-family: 'Rosario', 'Lucida Grande', Lucida, Verdana, Helvetica, sans-serif;}



header{
    width: 100%; 
    background-color: #FFF;
    height: 20
    
}

nav {
    margin-top: 1rem;
    }
    
nav ul {
    list-style:none;
    margin: 20px;
    padding:10px;
}

nav ul li {
    background-color: #666;
    margin-bottom:0,5rem;
    float:inherit;
    width: 6rem;
    display:inline-block;
    margin-right: 20px;
    align-content: stretch; 
}

nav ul li a {
    text-decoration: none;
    color: #50ba6e;
    display: block;
    text-align: center;
    margin-bottom:20px;
    margin-top:20px;
          
}

 nav ul li a:hover {
     color: #FFF;
         
}

section {
    margin-left: 20px;
    
}



#pagina{ 
   
    max-width: 960px; 
    margin: auto;
}


article{padding: 20px;
        
}

.negro{ 
    color: #000;
    font-family: 'Rosario', 'Lucida Grande', Lucida, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    margin: 25px 0px 10px 10px;
    background-color: #000;
}


.bajada{font-size: 12px; color: #f00;}

section#section-logo{
    width:80%;
    margin-bottom: auto;
    margin:-55px;
    position: static;
}

section#section-logo img{
    width:80%;
    
    
}

section#section-mica{
    width:65%;
}

section#section-mica img{
    width:65%;
}


}

.mail {
    font-size:9px;
    }

section#section-jt21{
    padding-right:40px;
    position:static;
    padding-left: 10px;
}

section#section-jt21 img{
    
    
}







@media all and (min-width:0px) and (max-width:320px) {
div#redes {
    width:10rem;
    position:absolute;
    top:8rem;
    right:0,21rem;
    display: block;
    
}
}
    
   
    
@media all and (min-width:321px) and (max-width:1024px) {
nav ul li {
        width: 8rem;
        float: left;
        display:inline-block;
        background-color:transparent;
}
article {
        clear: both;
}
}        
    


.columnaizquierda {
    width: 32%;
    background-color: #f75454; 
    float:left;
    min-height: 600px;
    margin-right:5%;
    align-content:center;
    margin-top: 60px;
    margin-left: 205px;
}



.columnaderecha {
    width: 32%;
    background-color: #f75454; 
    float:left;
    min-height: 600px;
    margin-right:5%;
    align-content:center;
    margin-top: 60px;
    

    
