/* 
    Document   : otrosDatos
    Created on : Jan 7, 2014, 12:11:25 PM
    Author     : marvins
    Description:
        Purpose of the stylesheet follows.
*/

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);*/
label{
    cursor:  default;
}
.tituloDatos{
    background: #e5e5e5;
    border-right: 1px #ccc solid;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.tituloDatos label{
    color: #7c7d7d;
    display: block;
    font-size: 15px;
    font-family: 'robotobold';
    font-weight: 300;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.tituloDatosActivo{
    background: #2ac5ff;
    display: block;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}
.tituloDatosActivo label{
    color: #fff;
    font-family: 'robotobold';
     font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px;
}
.tituloDatosActivo span{
    background:  #003f7a;
    color: #fff;
    float: left;
    margin-left: -10px;
    padding: 12px 15px 11px 15px;
}
.titulo{
    border-bottom: 1px #ccc solid;
    color: #001c71;
    display: block;
    font-family: 'robotobold';
    font-size: 28px;
    font-weight: 500;
    margin-top: 25px;
    padding-bottom: 15px;
}
.textoDescripcion p{
    color: #7c7d7d;
    display: block;
    font-family: 'robotoregular';
    font-size: 13px;
    font-weight: 400;
}
.textoDescripcion h2{
    color: #0095cd;
    font-family: 'robotoregular';
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.saltarPaso{
    color: #7c7d7d;
    font-family: 'robotobold';
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: 40px;
}
.contenedorFormulario{
    width: 100%;
}
.contenedorFormulario .selectArea{
    background-color: #ecf6ff;
    background-image: url(../media/imagenes/datosPersonales/dropdown.png);
    background-repeat:  no-repeat;
    background-position: 95%;
    border: #d2e4f4 1px solid;
    height: 40px;
    margin-bottom: 25px;
}
.contenedorFormulario .selectArea select{
    height: 40px;
    opacity: 0;
}
.contenedorFormulario label{
    color: #001c71;
    display: block;
    font-family: 'robotoregular';
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.contenedorFormulario input[type="text"], input[type="date"]{
    background: #ecf6ff;
    border: #001c71 1px solid !important;
    height: 40px;
    margin-bottom: 25px;
    /*width: 90%;*/
}
.contenedorFormulario .linea{
    border-bottom: 1px #ccc solid;
}
.terminos label{
    color: #2a5b95;
    display: block;
    font-family: 'robotoregular';
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}
.terminos input{
    float: left;
    margin-right: 15px;
}
.redes{
    margin-top: 20px;
    text-align: center;
}
.contenedorFormulario .btnSiguiente{
    background: #1242d7;
    border-radius: 9px;
    
    color: #fff;
    display: block;
    font-family: 'robotobold';
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.tituloDatosMovil{
    background: #e5e5e5;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.tituloDatosMovil label{
    color: #7c7d7d;
    font-size: 15px;
    font-family: 'robotobold';
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
