@charset "utf-8";
/* Desarrollado por CST :: 2014*/
@font-face {
    font-family: "Yanone Kaffeesatz";
    src: url(../fonts/YanoneKaffeesatz-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Raleway";
    src: url(../fonts/Raleway-Regular.ttf) format("truetype");
}
body{background-color: #183243; }
#contenedor{
    overflow: hidden;
    position: absolute;
    height: 280px;
    width: 400px;
    left: 50%;
    top: 50%;
    margin-top: -140px;
    margin-left: -200px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); background-color: #ECF6FC;
}
    #titulo{width: 400px; height: 50px; font-size: 30px; color:#365069; line-height: 50px; text-align: center; font-family: 'Yanone Kaffeesatz', sans-serif;}
    #formulario{width: 400px; height: 200px;}
    .texto{width: 375px; height: 25px; margin: 20px 0px 0px 10px; padding-left: 5px;}
    .boton{width: 380px; height: 30px; margin: 20px 0px 0px 10px; padding-left: 5px; background-color: #1F1F1F; color: #fff;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        border: 1px solid #7E8DAE;
        cursor: pointer;
    }
    #autorizacion{text-align: center; font-family: 'Raleway', sans-serif; font-size: 13px; color:#90BC00; margin-top: 15px;}
    #mensaje{width: 400px; color: #a90329; text-align: center; font-family: 'Yanone Kaffeesatz', sans-serif; margin-top: -5px;}