

.ap-div-contenido{
    width: 100%;
    height: 400px;
    background-color: azure;
    text-align: center;
    
    
}
.ap-div-pie{
    background-color: rgb(63, 158, 165);
    height: 30px;
    width: 100%;
}

.ap-div-pie p{
    text-align: center;
    color: white;
    padding: 5px;
    
}
.ap-div-contenido table
{
    margin: 0 auto;
    text-align: left;
    padding: 15px;
    
}
input[type="text"]
{
    
    width: 165px;
    height: 20px;

}
input[type="email"]{
    
    width: 165px;
    height: 20px;

}
select
{
    width: 165px;
    height: 20px;
    
}
input[type="submit"]
{
    background-color: steelblue;
    color: white;
}
input[type="reset"]
{
    background-color: steelblue;
    color: white;
}

.ap-div-header{
    background-color: rgb(63, 158, 165);
    width: 100%;
    height: 100px; 
        
}

.ap-div-logo
{
    width: 20%;    
    float: left;
    height: 100px;

}
.ap-div-titulo
{
    width: 70%;
    float: left;
    height: 100px;
}

.ap-div-titulo h3{
    text-align: center;
    padding: 15px;
    color: white;
}
.ap-img-logo {
    width:120px;
    height:90px;
    margin:0px;
    float:left;
}