/*area nueva publica*/
.area_marron_registro_gratis_vinculo:link {text-decoration: none; color:#CCCCCC }
.area_marron_registro_gratis_vinculo:visited {color: black;  text-decoration: none;color:#CCCCCC }
.area_marron_registro_gratis_vinculo:hover { color: black;  text-decoration: none;color:#CCCCCC }


.class_prueba_test{
width:100%; background-color: #ECFBFF; height:461px; float:left; background:url();background-repeat: no-repeat; 
-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
    z-index: 1;
}

.form-control-activo  {
    width:100%;
    font-size: 12px;
    height: auto;
    box-shadow: none;
    border-radius: 0!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid  #CCCCCC;
}
 
.form-control-activo input[type=text] {
    text-transform: uppercase;
    padding: 5px 8px;
    border-radius: 0;
    background: #F4F4F4;
    color: #000;
    font-size: 20px;
    border: none;
    float: right;
    transition: all 0.3s ease-in-out;
}
 

.form-control-activo input[type=text]:hover {
    background: #F4F4F4;
    color: #f5f5f5;
}
 

.form-control-activo .form-control:focus {
    border-color: #F4F4F4;
    box-shadow: none;
}

/*fin area nueva publica*/