#login_error {
    display: none;
    background: red;
    color: #FFF;
    font-size:12px;
}

#remember_form label {
    display: block;
    font-weight: bold;
    font-size:12px;
}

#remember_form p {
    padding: 7px;
    line-height: 1.6;
    font-size:12px;
}	
#remember_form h3 {
    padding: 7px;
    font-size:18px;
    font-weight: bold;
    color:#cc0000;
    text-decoration: underline;
}
#remember_form input[type="text"] {
    font-size: 12px;
    padding: 3px;
}	    

#remember_form input[type="submit"] {
    padding: 7px;
}

/* REGISTER USER FORM */
#register_user {
    /* background: #c51145; */
    padding: 24px;
}
#register_user label {
    display: block;
    font-size:12px;
    font-weight: normal;
    color: #333;
}
#register_user p {
    width: 400px;
    padding: 7px;
    line-height: 1.3;
    font-size:12px;
    color: #222;
    margin-bottom: 12px;
}	
#register_user h3 {
    padding: 7px;
    font-size:18px;
    font-weight: bold;
    text-decoration: underline;
    color: #C51145;
}
#register_user input[type="text"] {
    border: 1px solid #bbb;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
}	    

#register_user input[type="submit"] {
    padding: 5px 12px 5px 12px;
    font-size: 12px;
    color: green;
}

#register_user table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 7px;
    line-height: 1.6;	   
    background-color: #eee;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 0 2px 2px #CCCCCC;
}
.input_susc{
}
#register_user p#login_error_susc {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FF0000;
    display: none;
    font-size: 12px;
    line-height: 1.1;
    padding-bottom: 11px;
}	    

#register_user .user_prefs table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 7px;
    line-height: 1.6;	
    background-color: #eee;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 2px 2px #CCCCCC;
}

#register_user .user_prefs table td {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}



/* REGISTER USER FORM */
#registrar_alerta {
    /* background: #c51145; */
    padding: 24px;
}
#registrar_alerta label {
    display: block;
    font-size:12px;
    font-weight: normal;
    color: #333;
}
#registrar_alerta p {
    padding: 7px;
    line-height: 1.3;
    font-size:12px;
    color: #222;
    margin-bottom: 12px;
}	
#registrar_alerta h3 {
    padding: 7px;
    font-size:18px;
    font-weight: bold;
    text-decoration: underline;
    color: #C51145;
}
#registrar_alerta input[type="text"] {
    border: 1px solid #bbb;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
}	    
#registrar_alerta input[type="password"] {
    border: 1px solid #bbb;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
}	    

#registrar_alerta input[type="submit"] {
    padding: 5px 12px 5px 12px;
    font-size: 12px;
    color: green;
}
#registrar_alerta table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 7px;
    line-height: 1.6;	   
    background-color: #eee;
    padding: 15px;
    border-radius: 8px;
    margin: 8px 8px 20px 10px;
    box-shadow: 0 0 2px 2px #CCCCCC;
}

#registrar_alerta p#reg_alerta_error_registrado, #registrar_alerta p#reg_alerta_error_no_registrado {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #B94A48;font-size: 13px;
    border-radius: 4px;
    padding: 15px;
    font-weight:bold;
    text-align: center;    
    display: none;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 8px;
    width: 340px;
}	    

#registrar_alerta .user_prefs table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 7px;
    line-height: 1.6;	
    background-color: #eee;
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 0 2px 2px #CCCCCC;
}

#registrar_alerta table.selector {
    border-collapse: separate;
    border-spacing: 0;
    line-height: 6px;
    background: none;
    padding: 0;
    margin: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 15px;
}


#registrar_alerta .user_prefs table td {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}


/* alerta tipo precio ficha */
#registrar_alerta_precio {
    /* background: #c51145; */
    padding: 24px;
}
#registrar_alerta_precio label {
    display: block;
    font-size:12px;
    font-weight: normal;
    color: #333;
}
#registrar_alerta_precio p {
    padding: 7px;
    line-height: 1.3;
    font-size:12px;
    color: #222;
    margin-bottom: 12px;
}	
#registrar_alerta_precio h3 {
    padding: 7px;
    font-size:18px;
    font-weight: bold;
    text-decoration: underline;
    color: #C51145;
}
#registrar_alerta_precio input[type="text"] {
    border: 1px solid #bbb;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
}	    
#registrar_alerta_precio input[type="password"] {
    border: 1px solid #bbb;
    box-shadow: 1px 1px 1px #CCCCCC;
    color: #666666;
    font-size: 12px;
    padding: 5px;
    border-radius: 4px;
}	    

#registrar_alerta_precio input[type="submit"] {
    padding: 5px 12px 5px 12px;
    font-size: 12px;
    color: green;
}
#registrar_alerta_precio table {
    border-collapse: separate;
    border-spacing: 0;
    padding: 7px;
    line-height: 1.6;	   
    background-color: #eee;
    padding: 15px;
    border-radius: 8px;
    margin: 8px 8px 20px 10px;
    box-shadow: 0 0 2px 2px #CCCCCC;
}

#registrar_alerta_precio p#reg_alerta_error_registrado_precio, #registrar_alerta_precio p#reg_alerta_error_no_registrado_precio {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #B94A48;font-size: 13px;
    border-radius: 4px;
    padding: 15px;
    font-weight:bold;
    text-align: center;    
    display: none;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-left: 8px;
    width: 340px;
}	    

#registrar_alerta_precio table.selector {
    border-collapse: separate;
    border-spacing: 0;
    line-height: 6px;
    background: none;
    padding: 0;
    margin: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 15px;
}




/* checkboxes */
/* http://emiliocobos.net/custom-checkbox-radio-css/ */

/*
 * Ocultarlo siendo accesible
 */
.custom-radio, .custom-checkbox {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

/*
 * Dejar espacio a la 'label' para posicionar el checkbox hecho con pseudoelementos
 */
.custom-radio + label, .custom-checkbox + label {
  position: relative;
  padding-left: 16px;
}
/*
 * El pseudoelemento que emulará el input
 */
.custom-radio + label:before, .custom-checkbox + label:before {
    content: "";
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    width: 13px;
    height: 13px;
    line-height: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6.5px;
    background: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#ffffff, #dddddd);
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -o-linear-gradient(#ffffff, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd')";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
}
/*
 * Fondo para cuando se pasa el ratón por encima
 */
.custom-radio + label:hover:before, .custom-checkbox + label:hover:before {
    background: #fafafa;
}

/*
 * Fondo para cuando se está haciendo click
 * Con filtros para ie9
 */
.custom-radio + label:active:before, .custom-checkbox + label:active:before {
    background: #f2f2f2;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#dddddd, #ffffff);
    background-image: -moz-linear-gradient(#dddddd, #ffffff);
    background-image: -o-linear-gradient(#dddddd, #ffffff);
    background-image: linear-gradient(#dddddd, #ffffff);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff')";
}

/*
 * Redondear el botón "radio"
 * Sobreescribimos el border-radius: 3px general
 */
.custom-radio + label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*
 * Mostrar un punto cuando está seleccionado el "radio"
 * Usamos box-shadow para simular un fondo gris, mientras que dejamos un pequeño 
 * espacio para el punto negro (#444), que es el fondo
 */
.custom-radio:checked + label:before {
    background: #444;
    -webkit-box-shadow: 0 0 0 3px #eeeeee inset;
    -moz-box-shadow: 0 0 0 3px #eeeeee inset;
    box-shadow: 0 0 0 3px #eeeeee inset;
}

/*
 * Estilos focus para la gente que navega con el teclado, etc
 */
.custom-radio:focus + label:before,
.custom-checkbox:focus + label:before {
    outline: 1px dotted;
}

/* Mostrar la "X" cuando está chequeada (sólo el checkbox).
 * Podríamos usar una fuente de iconos para mostrar un tic
 */
.custom-checkbox:checked + label:before {
    content: "X";
}


/*
 * Sólo para IE 6, 7 y 8 (no soportado)
 */
@media \0screen\,screen\9 {
    .custom-radio,
    .custom-checkbox {
        clip: auto;
        position: static;
    }

    .custom-radio + label,
    .custom-checkbox + label {
        padding-left: 0;
    }

    .custom-radio + label:before,
    .custom-checkbox + label:before {
        display: none;
    }
}



.txt_inside_box{
    color: #228B22;
    font-size: 12px;
    height: 27px;
    line-height: 15px;
    padding-bottom: 9px;
    width: 450px;
}

#portes_obertes p {
  padding: 0px 15px;
  line-height: 23px;
  font-size: 13px;
  color: #222;
  margin-bottom: 8px;
}	
#portes_obertes h3 {
    text-align: center;
    padding: 7px;
    font-size:22px;
    font-weight: bold;
    text-decoration: underline;
    color: #C51145;
}
#portes_obertes h4 {
  text-align: center;
  padding: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}