#banner {
    margin: 60px 0px 0px 0px;
    width: 100%;
    height: 300px;
    background: rgba(30,30,30,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 360px;
    height: 300px;
    padding: 0px 0px 0px 0px;
}
    
.cont_banner p {
    float: left;
    margin: 40px 0px 0px 10px;
    width: 340px;
    height: 50px;
    text-align: center;
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.cont_banner_logo {
    float:left;
    margin:40px 0px 0px 70px;
    width: 230px;
    height: 130px;
    padding: 0px 50px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 100%;
    background: rgba(20,20,20,1.0);
}
.cont_info {
    margin: auto;
    width: 360px;
    height: 2000px;
    }
.cont_form {
    margin: auto;
    width: 360px;
    height: 2000px;
}

.cont_form form {
    margin: 0px;
    width: 360px;
    height: 1800px;
    box-shadow: 0px 0px 20px rgba(255,255,255,1.0);
    border-radius: 20px;
}
.cont_form h2 {
    float: right;
    margin: 420px 0px 0px 0px;
    width: 360px;
    height: 100px;
    font-family: Arial;
    font-size: 40px;
    text-align: center;
    color:white;
}
.cont_form p {
    float: right;
    margin: 0px 10px 0px 0px;
    width: 340px;
    height: 45px;
    font-family: Arial;
    font-size: 18px;
    text-align:center;
    color:white;
}
.cont_form input[type="text"] {
    float: right;
    margin: 15px 10px 0px 0px;
    display: block;
    width: 340px;
    height: 40px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 20px;
    color:black;
}
.cont_form textarea {
    float: left;
    margin: 20px 0px 0px 10px;
    width: 340px;
    height: 500px;
    padding: 15px;
    max-height: 600px;
    max-width: 340px;
    min-width: 340px;
    font-family: Arial;
    font-size: 18px;
    text-align:justify;
    color:black;
    border-radius: 5px;
}
.cont_form_imagen {
    margin: 10px;
    width: 340px;
    height: 400px;
    background-image: url(../img/solicitud_contacto.png);
    border-radius: 10px;
}
.cont_form input[type="submit"] {
    float: right;
    margin: 20px 30px 0px 0px;
    display: block;
    width: 300px;
    height: 40px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 20px;
    color:black;
    background: rgba(200,200,200,1.0);
}
.cont_form input[type="submit"]:hover {
    background: rgba(0,89,219,1.0);
    color: white;
}
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/
/********************************** RESPONSIVE ******************************************/

@media (min-width:1024px) {

#banner {
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 300px;
    background: rgba(30,30,30,1.0);
    border-bottom: 5px solid rgba(0,0,0,0.5);
}
    
.cont_banner {
    margin: auto;
    width: 1200px;
    height: 300px;
    padding: 20px 0px 0px 0px;
}
    
.cont_banner p {
    float: left;
    margin: 20px 350px 0px 350px;
    width: 500px;
    height: 50px;
    text-align: center;
    font-family: Arial;
    font-size: 45px;
    font-weight: bold;
    color: white;
}

.cont_banner_logo {
    float:right;
    margin:30px 485px 0px 485px;
    width: 230px;
    height: 130px;
    padding: 0px 50px 0px 0px;
    background-image: url(../img/banner_logo.png);
}
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
/*************************** CONTENIDO ******************************/
#contenido {
    width: 100%;
    height: 100%;
    background: rgba(20,20,20,1.0);
}
.cont_info {
    margin: auto;
    width: 1200px;
    height: 1300px;
    }
.cont_form {
    margin: auto;
    width: 1200px;
    height: 1300px;
}

.cont_form form {
    margin: 50px;
    width: 1100px;
    height: 1100px;
    box-shadow: 0px 0px 20px rgba(255,255,255,1.0);
    border-radius: 20px;
}
.cont_form h2 {
    float: right;
    margin: 20px 20px 0px 500px;
    width: 550px;
    height: 65px;
    font-family: Arial;
    font-size: 49px;
    text-align: left;
    color:white;
}
.cont_form p {
    float: right;
    margin: 0px 20px 0px 0px;
    width: 550px;
    height: 25px;
    font-family: Arial;
    font-size: 18px;
    text-align:center;
    color:white;
}
.cont_form input[type="text"] {
    float: right;
    margin: 15px 20px 0px 600px;
    display: block;
    width: 550px;
    height: 40px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 20px;
    color:black;
}
.cont_form textarea {
    float: left;
    margin: 20px 0px 0px 20px;
    width: 1060px;
    height: 400px;
    padding: 15px;
    max-height: 500px;
    max-width: 1060px;
    min-width: 1060px;
    font-family: Arial;
    font-size: 18px;
    text-align:justify;
    color:black;
    border-radius: 5px;
}
.cont_form_imagen {
    float: none;
    margin: 20px;
    width: 480px;
    height: 420px;
    background-image: url(../img/solicitud_contacto.png);
    border-radius: 10px;
}
.cont_form input[type="submit"] {
    float: right;
    margin: 20px 300px 0px 0px;
    display: block;
    width: 500px;
    height: 40px;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: 5px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 20px;
    color:black;
    background: rgba(200,200,200,1.0);
}
.cont_form input[type="submit"]:hover {
    background: rgba(0,89,219,1.0);
    color: white;
}

    
]