.subtitulo h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#000000;
    border-bottom: 10px solid #C0C0C0;
}

.subtitulo h2 span{
    position: relative;
    color: #a3a1a1;
    left: 50%;
}


/*Fin Template*/

form {
    width: 40%;
    border: 1px solid #ccc;
    margin: 20px;
    padding: 20px;
    float: right;
}

label,textarea{
    display: block;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
}


textarea{
    resize: vertical;
    max-height: 300px;
    min-height: 100px;
}


input, textarea{
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    border: 1px solid #ccc;
}

input:focus, textarea:focus{
    border: 1px solid #1668c4;
}

input[type="submit"]{
    margin-bottom: 0px;
    background: #1668C4;
    color: #fff;
    border:none;
}


input[type="submit"]:hover{
    background: #4A88F4;
    cursor: pointer;
}

footer{
    clear:both;
}


article p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-right: 4%;
    margin-top: 4%;
}

@media screen and (max-width: 1200px){
    article{
        float:left;
    }
    form{
        width: 90%;
        float:left;
    }
    footer{
        clear:both;
    }
}