#banner{
    height:600px;
    width:100%;
}

#banner iframe{
    width:100%;
    height:100%;
}

#contactos input, textarea{
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 50px;
    padding: 0 15px;
    border: 1px solid #E6AD10;
}

#contactos input:focus, textarea:focus{
    outline-color: #E6AD10;
}

#contactos h3{
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

#contactos .bi{
    padding-right:5px;
    color:#E6AD10;
}

#contactos a{
    color: #777;
    text-decoration: none;
}

#contactos a:hover{
    color: #E6AD10;
}

#contactos hr{
    border-color: #E6AD10;
}