body
{
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    color: white;
}

a
{
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    color: white;
    font-size: 12px;
}

h1
{
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    color: white;
    font-size: large;
}
h2 {
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-size: medium;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flash-notice
{
    color: white;
}

.flash-error
{
    color: white;
    font-size: small;
    font-weight: bold;
}

ul.error_list
{
    font-size: 11px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    color: red;
}

.div_error_list{
    font-size: 11px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    color: red;
}

 td
{
    text-align:left;
}

 input
{
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
 select
{
     font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
     text-transform:uppercase;
     color: #01396A;
}

.divwGrid
{
    background:url(/images/compra_online/barra_transparente.png) repeat;
   
}

.tdOpacity{
    /* for IE */
    filter:alpha(opacity = 40);
    /* CSS3 standard */
    opacity:0.4;
}

div.seleccionFuncion select {
    font-size: x-small;
}

p {
    color: white;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

p.condiciones {
    font-size: x-small;
}
p.footer {
    font-size: xx-small;
}

li.respuesta {
    list-style-type: none;
    font-size: small;
    color:white;
    text-align:justify;
}
a.pregunta {
    cursor: pointer;
    color: silver
}

span.texto {
    font-size: small;
}

ul.condiciones {
    padding-top: 30px;
    list-style-type: none;
    font-size: x-small;
}

a.informativo {
    font-size: small;
    text-decoration: none;
}

.informativo_luca {
    color: silver;
    text-align: justify;
}

.informativo_luca_destacado {
    color: white;
}

#bienvenido {
    padding-top: 25px;
}

#ingreso_datos {
    text-align: left;
    width: 100%;
    padding-top: 0px;
}

#ingreso_datos ul {
    padding-left: 0px;
    padding-top: 0px;
    list-style-type: none;
    font-size: 7px;
}

#ingreso_datos ul li {
    font-size: 10px;
}

#ingreso_datos ul li.texto{
    padding-left: 8px;
}
#ingreso_datos ul li.alerta{
    list-style-image: url('/images/home/alerta.png');
    padding-left: 20px;
}
#ingreso_datos ul li.boton{
    text-align: right;
    padding-right: 13px;
}
#ingreso_datos ul li.links{
    text-align: right;
    padding-right: 23px;
}

#ingreso_datos input[type=text] {
    height: 15px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

#ingreso_datos ul ul.alerta{
    color: white;
    font-size: small;
    font-weight: bold;
    list-style-image: url('/images/home/alerta.png');
    padding-left: 30px;
    padding-top: 4px;
}

#olvido_su_contrasena {
    display: none;
}

#olvido_link {
    cursor: pointer;
    text-decoration: underline;
}

ul.formulario {
    padding-left: 0px;
    list-style-type: none;
}

ul.formulario li.texto {
    padding-left: 8px;
}

ul.formulario li.boton {
    text-align: right;
}

ul.formulario li input[type=text] {
    height: 15px;
    font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

#contendor_ingreso_datos {
    text-align: right;
    float: left;
}

#contenedor_compra_online {
    float: left;
    padding-left: 20px;
    vertical-align: top;
    text-align: left;
}

#contenedor_registro_nuevo_usuario {
    float: left;
    padding-left: 20px;
}

#contenedor_mensaje_superior {
     float: left;
     text-align: center;
     color: white;
     font-weight: bold;
}

div.titulo_consulta_precio {
    font-size: x-small;
    font-weight: bold;
    padding-bottom: 3px;
}

div.espacio_publicitario {
    float: left;
    width: 260px;
    
    padding-left: 30px;
    /*border-color: black;
    border-width: thin;
    border-style: solid;*/
}

ul.doble_columna {
    list-style-type: none;
    padding-left: 15px;
}

ul.doble_columna ul li {
    font-size: small;
}

a.buscar_por {
    cursor: pointer;
    text-decoration: underline;
    padding-left: 188px;
    font-size: x-small;
}