.contenedor { 
position: relative;
width: 960px;
background: #fff;
    margin: 0 auto;
}

 

/*REDES*/

#contenedor-redes {
    width: 960px;
    height: 30px;
    background: #4d4d4f;
    
}
   
.redeslogos {
    position: absolute;
    object-position: right;
    right: 0;
 }



/*HEDER*/

#siteheader {
  position: relative;
  z-index: 50;
  background: white;
  border-bottom: 1px solid #edede9;
}


header { background: #ffffff; width: 100%; height: 100px; }


/*NAV*/


.mainnav {
  position: absolute;
  margin-bottom: 5px;
  right: 0;
  bottom:10px;
}


nav ul { 
    text-decoration: none; 
    list-style: none;
    margin: 0 5px 0 5px;
    padding: 0;
}

nav ul li { 
    float: right;
    font-family: Arial, helvetica, sans-serifsan;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    margin-right: 10px;
}

nav ul li:hover {
    text-decoration-line: underline;
}


nav ul li a{
    color:#4d4d4f;
    display:block;
    padding:5px;
    text-decoration: none;
    
    /*Transiciones*/
    -webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
}
    
    
nav ul li a:hover {
    color:#d94631;
}


/*sections*/


section { width: 746; background: #fff; height: 500px; margin: auto; position: relative;align-content: center;}

section p {
font-size: 14pt;
    text-decoration: none;
    font-family: Arial, helvetica, sans-serifsan;
    color: #214a65;
    font-weight: 600;
    text-align: left;}

section article { width: 163px; height: 117px; background: #9b6a88; position:relative; float:right; box-sizing: border-box; margin:  50px 10px 50px 10px;} 

section article p {
    font-size: 9pt;
    text-decoration: none;
    font-family: Arial, helvetica, sans-serifsan;
    color: #4d4d4f;
    font-weight: 700;
    text-align: inherit;
    
}

/*FOOTER*/

footer{   
background-color:#4d4d4f;
  border-top-color: rgb(255, 255, 255);

  color:#fff;
  float: left;
  font-family: 'roboto', sans-serif;
  font-size: 10px;
  height: 60px;
  text-decoration: none;
    width: 940px;
    margin-top: 50px;
  
}

.footer-texto {margin: auto;0px 0px 40px; text-decoration: none; font-family: Arial, helvetica, sans-serifsan; font-size: 9px; color: #fff; text-align: center; text-decoration-style: none; }

