.Alturr{height: 315px; margin-bottom: 10px;}
.Contact_Left{float:left; width:75%;}
.Contact_Right{float:left; width: 25%; background: white; border: 1px solid #cacfd2; border-radius: 10px 10px 10px 10px;}
.Contacto_Mensajeria { float:left; width: 100%; margin: 5px;}
.hide{ display: none;}
.ajaxgif{ position: absolute; right: 150px; top: 5px;}
.msg{ color: white; height: 32px; line-height: 32px; padding: 0 10px; position: absolute; min-width: 121px;font-size:12px;}
.msg_ok{ background: #589D05;}
.msg_error{ background: red;}
.subContacto_Mensajeria { padding: 10px;}
.Informacion_RM{ width: 100%; padding: 10px; background: rgb(245, 245, 245); border: 1px solid #cacfd2; border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; }
.Informacion_RM_Title a {font-size:17px;color: #154360; font-weight: bold;}
.Informacion_RM_Content a {font-size:15px; color: #1f618d;}
.Informacion_RM_Aste a {font-size:10px; color:  #839192;}
.IMG_Contactanos img{width: 100%; border-radius: 5px 5px 5px 5px; border: 1px solid #cacfd2;}

form.contacto {float:left; margin: 0 auto;}
form.contacto fieldset {background: white; border: 1px solid #E1E1E1; border-radius:10px; box-shadow: 0 0 10px #DADADA; -webkit-box-shadow: 0 0 10px #DADADA; -moz-box-shadow: 0 0 10px #DADADA; padding: 15px;}
form.contacto fieldset > div {clear: both; margin-bottom: 8px; overflow: hidden;}
form.contacto fieldset div label {display: block; float: left; margin-right: 5px; margin-top: 5px; text-align: right;}

form.contacto input[type="text"], form.contacto textarea { background: #F5F5F5; border: 1px solid #E8E8E8; color: #626262; padding: 4px; display: block; resize: none; }
form.contacto input[type="text"]:focus, form.contacto textarea:focus { background: #F9F9F9; border: 1px solid #D3D3D3; outline: none;}

form.contacto .ultimo{ margin-bottom: 0; position: relative}

form.contacto button { background: #186dd5; border: 0 none; cursor:pointer; color: #FFFFFF; float: right; height: 32px; padding: 0 10px; position: relative; text-transform: uppercase; }
form.contacto button:hover{background: #094b9b; }

@media screen and (max-width: 1500px) {
    .Contact_Left{ width:70%;}
    .Contact_Right{ width: 30%;}
}

@media screen and (max-width: 1200px) {
    .Contact_Left{ width:63%;}
    .Contact_Right{ width: 37%;}
}

@media screen and (max-width: 1000px) {
    .Contact_Left{ width:60%;}
    .Contact_Right{ width: 40%;}
}

@media screen and (max-width: 900px) {
    .Contact_Left{ width:50%;}
    .Contact_Right{ width: 50%;}
    }

    @media screen and (max-width: 600px) {
        .Contact_Left{ width:100%;}
        .Contact_Right{ width: 100%;}
        .Alturr{height: 570px;}
        }