/* forms */
#ContactForm {
    margin-top:-5px;
    width:910px;
    margin-left:20px;}
/*#ContactForm span {float:left;width:111px;line-height:20px;margin-left:5px}*/
#ContactForm span {line-height:12px;font-size:12px}

#ContactForm .wrapper {min-height:20px}
#ContactForm .textarea_box {min-height:170px;width:100%;overflow:hidden;padding-bottom:9px}
#ContactForm {}
#ContactForm a {margin-left:20px;float:right}
#ContactForm .input {width:399px;height:18px;background:#faf3ed;padding:1px 5px;color:#220000;font:12px Georgia, "Times New Roman", Times, serif;margin:0;float:left}
#ContactForm textarea {
    overflow:auto;
    width:300px;
    height:50px;
    background:#faf3ed;
    padding:1px 5px;
    color:#220000;
    /*font:14px Georgia, "Times New Roman", Times, serif;*/
    margin:0}



#ContactForm .boton {
    display:inline-block;
    font-size:14px;
    font-weight:bold;
    width: 120px;
    color:#faf3ed;
    line-height:30px;
    padding:0 25px;
    background:#0f2030;
    letter-spacing:0px
}
#ContactForm .boton:hover {
    text-decoration:none;
    color:#FFFFFF;
    background:#006BB2;
    cursor: pointer;
}



.content_boton{
    position:relative;
    left:90px;
}

.error_interex{
    background-color: #00529B;
    border-radius: 4px 4px 4px 4px;
    color: white;
    font-weight: bold;
    font-size:11px;
    margin-left: 5px;
    margin-top: 0px;
    /*padding: 6px 12px;*/
    padding:15px 10px 15px 30px;
    position: absolute;
    text-align:center;
    /*width:250px;*/
}
.error_interex:before{
    border-color: transparent #00529B transparent transparent;
    border-style: solid;
    border-width: 6px 8px;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 8px;
    width: 0;
}

.info, .exito, .alerta {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 20px;
    border-radius: 4px 4px 4px 4px;
    background-repeat: no-repeat;
    background-position: 10px center;
    position:relative;
    width:250px;
    top: 50%;
    left: 50%;
    margin-left:-125px;
    display:none;
    z-index:99;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}
.exito {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('exito.png');
}
.alerta {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('alerta.png');
}
.error2 {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}