body{
	margin: 0 auto;
	font-family: BBVA Web Light,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #656565;
}
.title{
	font-size: 29px;
    font-family: BBVA Web Light,sans-serif;
    color: #0079c1;
    display: block;
    padding: 5px 0 5px 20px;
    background: url(../img/bg_separador_doble.png) repeat-x left bottom transparent;
    text-align: left;
    line-height: 29px;
}
.subtitle{
	font-size: 16px;
    line-height: 48px;
    color: #0079c1;
    font-family: BBVA Web Book,sans-serif;
    float: left;
    text-shadow: 1px 1px 0 #fff;
	min-height: 48px;
    margin: 0 auto;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #f0f2ef;
    border: 1px solid #dcdcdc;
    padding: 0 9px;
    margin-top: 20px; 
    margin-bottom: 10px; 
    width: 100%;
}
.fila_form{
	/*border-bottom: 1px solid #e7e7e7;*/
    padding: 5px 15px 5px 15px;
}
.texto_ejm{
	display: block;
    line-height: 16px;
    margin-top: -10px;
}
.imput_text_max{
	display: block;
}
.texto_leyenda{
	display: block;
    line-height: 30px;
    text-align: left;
}
input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #CCC;
	border-radius: 5px;
	outline:none;
	color:#71777f;
	font-size:12px;
    font-family: Arial, sans-serif;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus,
input[type="text"]:active, input[type="password"]:active, select:active, textarea:active{
	border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

/*--------------------- MENSAJES -----------------*/
.msj, .msj_chico{
	margin: 10px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	text-align: justify;
}

.msj{
	padding: 15px 15px 15px 0px;
}

.msj_chico{
	padding:9px 10px 9px 0px;
}
.msj_chico .icm{
	top: 8px !important;
}
.msj_advertencia{
	background-color: #fbf1d0;
	border: 1px solid #f2d7bb;
}

.msj_exito{
	background: #CAFFC2;
	border: 1px solid #1DAC6B;
}

.msj_error{
	background:rgb(247, 233, 233);
	border:	1px solid rgb(244, 204, 223);
}

.msj_error .span,
.msj_error .p{
	color:rgb(196, 19, 108);
}

.msj span{
	display:block;
}
.msj .texto_gris12,		.msj_chico .texto_gris12,
.msj .texto_gris12b,	.msj_chico .texto_gris12b,
.msj .texto_azul12,		.msj_chico .texto_azul12,
.msj .texto_azul12b,	.msj_chico .texto_azul12b,
.msj .texto_rojo12,		.msj_chico .texto_rojo12,
.msj .texto_rojo12b,	.msj_chico .texto_rojo12b{
	padding-left:50px;
}
.texto_disclaimer{
	display: block;
    list-style: ;
}
.msj_chico ul{
	text-align: center;
}
.img_form{
	margin-top: 30px;
}
.texto_QapTcha{
	display: block;
    line-height: 15px;
    margin-top: 18px;
    text-align: left;
}
.error_form{
	clear: left;
    color: #c4136c;
    display: block;
    height: 20px;
    margin-top: 5px;
    padding-left: 20px;
	background: rgba(0, 0, 0, 0) url(../img/iconAlerta.png) no-repeat;
	text-align: left;
 	line-height: 15px;
}
input[type="text"].error_input, input[type="password"].error_input, select.error_input, textarea.error_input, .QapTcha .error_input{
	border-color: #c4136c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.alertBox{
	height: 90px;
	padding-top: 20px;
    background: url(../img/cargando.gif) center no-repeat;
    margin-bottom: 5px;
    margin-top: 30px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    position: relative;
    overflow: visible;
    font-weight: 900; 
}