.contenedor{
    max-width: 960px;
    margin: 0 auto;
}

html {
    font-size: 16px;
    font-family: verdana; sans-serif; 
}


header{
    background: #024959;
    min-height: 80px;
    width: 100%;
  } 

.logo {
    
      margin-left:50px;
      margin-top: 30px;
      width: 160px;
    
      
}

nav a {
    text-decoration: none; color: white;
    padding:20px;
    font-size: 12px;
    padding-left: 70px;
}

a:hover {
    text-decoration: underline;
}


hr {
    background: #024959;
    height: 6px;
    width: 960px;
    align: center;
    margin-top: 1%;
}


.charla {
        max-width: 960px;
    margin-top: 5px;
      
}


   
.uno{
    
    min-height: 200px;
    float: left;
    position: relative;
    width: 25%;
    padding-left: 50px;
    margin-top: 20px;
    
      
}   

.objetivo {
    font-size: 12px;
    
}



strong {
        background: #f24c27;
}



.iconos {
        width: 60px;
        height: 60px;
        margin-left: 80px;
        margin-top: 100px;
         
}
    
   
.talleres {
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    float: left;
    position: relative;
    color: #f24c27;
    margin-left: 50px;
    padding: 1px;
    padding-top: 10px;
    text-decoration: none;
    
}


.info {
    
    width: 60%;
    padding-top: 90px;
    min-height: 400px;
            
}


    
article h3 {
    background: #0495a5;
    color: white;
    padding: 10px;
}
    
    
  
article p {
          font-size: 12px;
}


article p a {
    text-decoration: none; 
    color: #f24c27;
}







.derecha {
    float: right;
    width: 35%; 
   
    min-height: 500px;
    margin-top: 83px;
}

aside {
      text-align: right;
      float: right;    
}

aside h3 {
         text-align: left;
    color: #f24c27;
}

aside p {
    text-align: left;
}

aside p a {
        text-decoration: none; 
    color: #f24c27;
    
}
        








footer{ 
   
    background: #024959;
    width: 100%;
    min-height: 150px;
   
}    


footer p {
          color: white;
    text-align: center;
    padding-top: 15px;
}


    
.redsocial {
    width: 60px;
    height: 60px;
    margin-top: 8px;
   margin-left: 450px;
}

        
    
    
    

