@CHARSET "UTF-8";
/**
  Estilos para portlet De Contactenos
  
  Autor:   Maikol Arley Cucunuba
  Version: 1.0
  Fecha:   2014/01/22 
  
*/
#principal{
    width: 100%;
    max-width: 700px;
    padding: 2px;
    box-sizing:border-box;
}
#izquierda{
    width: 30%;
    float: left;
}
#derecha{
    width: 68%;
    float: left;
    margin-top: 7px !important;
    -webkit-box-shadow:  1px 1px 1px 2px rgba(150, 150, 150, 0.7);
    box-shadow:  1px 1px 1px 2px rgba(150, 150, 150, 0.7);	  
    -webkit-border-radius: 6px;    
    border-radius: 6px;
    min-height: 470px;
    width: 410px;
    display: table-cell; 
    vertical-align: middle;
    float:right;
}
@media screen and (max-width:700px){
    #izquierda{
        width: 100%;
    }   
    #derecha{
        width: 100%;
    }
}

*.divHeaderContactenos{
    height: 16px;
    font-size: 15px;
    font-weight: 600;
    background-image: linear-gradient(bottom, rgb(232,232,232) 26%, rgb(224,224,224) 63%);
    background-image: -o-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(224,224,224) 63%);
    background-image: -moz-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(224,224,224) 63%);
    background-image: -webkit-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(224,224,224) 63%);
    background-image: -ms-linear-gradient(bottom, rgb(232,232,232) 26%, rgb(224,224,224) 63%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.26, rgb(232,232,232)),
        color-stop(0.63, rgb(224,224,224))
        );
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}

*.txtContacto{
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    margin-left: 6px !important;
}

*.inpContacto{
    margin-left: 10px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    text-align: center !important;
    width: 90% !important;
    border: 1px solid black;
}

*.ui-inputnumber {
    margin-left: 10px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    text-align: center !important;
    width: 90% !important;
    border: 1px solid black;
}

*.inpAsunto2{
    margin-left: 10px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    text-align: center !important;
    border: 1px solid black;
}

*.inpAsunto{
    margin-left: 10px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    text-align: center !important;
    width: 85% !important;
    border: 1px solid black;
    min-width: 300px !important;
}

*.inpContactoArea{
    margin-left: 10px !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    text-align: left !important;
    color: black !important;
    width: 90% !important;	
    height: 100px !important;
    border: 1px solid black;
    -webkit-box-shadow:  1px 1px 1px 1px rgba(150, 150, 150, 0.4) !important;
    box-shadow:  1px 1px 1px 1px rgba(150, 150, 150, 0.4) !important;
}

*.inpContactoArea:FOCUS{
    background-color: white !important;	
}

*.ui-state-error{
    border:1px red dotted !important;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(255, 0, 0, 0.5) !important;
    box-shadow: 1px 1px 1px 1px rgba(255, 0, 0, 0.5) !important;
}

/* Captcha */

#capchat{
    width: 185px;
    background: #1a1b1a;
    padding: 3px;
    border-radius: 5px;
    margin: 10px !important;
    float: left;
}
#capchat .captchaActual{
    background: white;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    height: 15px;
    text-decoration: line-through;
    font-family: Cabin-Regular;
    width: 110px;
}
#capchat .captchaComparar{
    width: 170px;
    height: 28px;
    padding: 2px;
    font-size: 20px;
    background: #f4b443;
    border-radius: 3px;
}

#capchat .inputCaptchaComparar{
    font-size: 15px;
    height: 15px;
    width: 110px;
}

#capchat .actualizar{
    margin-left: 6px;
    width: 30px;
    height: 27px;
    position: absolute;
}

.imagenCaptcha {
    width: 48px; 
    position: absolute; 
    margin-left: 8px;
}

@font-face{
    font-family: Cabin-Regular;
    src:url(../fuentes/Cabin-Regular.ttf);
}
.myButton {
    border-width:1px;
    border-color: #000000;
    border-style: solid;
    text-align: center;
    font-weight: bold;
    background: #1a1b1a;
    color: #FFFFFF;
}
.ui-datalist-header {
    display: none !important;
}

#txtTelefono_input, .inputnumber input,.ui-inputnumber.ui-widget.inpContacto #txtTelefono_input
{
    width: 59% !important;
    border: none !important;
}

#txtTelefono_input, .inputnumber input,.ui-inputnumber.ui-widget.inpContacto #numDoc_input
{
    width: 34% !important;
    border: none !important;
}