
.col1_conta{
    width:100%;
    display: table;
    margin-left: auto;
    margin-right: auto;    
}
.col2_conta{
    width:70%;
    display: table;
    margin-left: auto;
    margin-right: auto; 
}
.col1_conta img{
    width:70%;
    display: table;
    margin-left: auto;
    margin-right: auto;    
}


.boton{
    text-align: center;
    width: 100px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    
}

@media(min-width: 1024px){
    .contactenos{
        margin-top: 8px;
        display: table;
        width: 100%;
    }
    .col1_conta{
        width: 40%;
        float: left;
                height: auto;
    }
    .col1_conta img{
        width:  70%;
        margin-top: 100px;
    }
    .col2_conta{
        float: left;
        position: relative;
        width:60%;
        background: none;
        background-image: url("../img/chica.png"); /*cambiar la ñ*/
	    background-repeat: no-repeat;
	    background-position: top center;   
        background-size:100%;
        display: table;
        text-align: center;
        padding: 20px;
        height: 600px;
    }
    .conte_textos{
        text-align: right;
        width: 400px;
        position: absolute;
        bottom: 20%;
        right: 0; 
    }
.boton{
    width: 150px;
    padding: 10px 5px 10px 5px;
    color:#205290;
    background: ;
    border-radius: 12px;
    border: none;
    
    
}

}