*{
    margin:0;
    padding:0;
}
header{
    width:100%;
    background:blue;
    height:50px;
}

.ancho{
    width:90%;
    background:blue;
    height:50px;
    margin:auto;
}
.logo{
    width:30%;
    background:blue;
    height:50px;
    float:left;
    padding-bottom:10px;
    box-sizing:border-box;
}
 .logo p {
    float:left;
    margin:auto;
    padding-top:5px;
}
 .logo p a{
    color: #fff;
    font-size: 40px;
    text-decoration:none;
    font-weight:bold;
    margin:auto;
}
nav{
    width:70%;
    background:blue;
    height:50px;
    float:left;
    text-align:center;
    padding-top:20px;
    box-sizing:border-box;
}

nav ul li{
    display:inline;
}

nav ul li a{
    color:#fff;
    font-size:15px;
    padding-left:20px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:1px;
}

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

.divisor1{
    padding-top:5px;
    border-color:red;
}

iframe{
    padding-top:5px;
      float:left;
}
.logox{
    padding-left:60px;
    
}