h1, h2 {
    font-size: 1.25em;
    margin-top: 0.2em;
}

.page_login {
    font-size: 10px;
    font-family: verdana;
}
.menu {
    border-spacing: 3px;
    border-collapse: separate;
    width: 100%;
}

.menu td {
    background-color: #edf3fe;
    border: 1px solid #b3b3b3;
    padding: 1px;
    padding-left: 10px;
}
.menu .selected {
    background-color: orange;
}
.menu a {
    text-decoration: none;
    color: black;
    display: block;
}
.tipo_precio {
    color: red; 
    font-weight: bold;
    font-size: small;
}
.link_detalle_combo:link, 
.link_detalle_combo:visited {
    font-size: x-small;
    text-decoration: underline; 
    color: blue; 
    vertical-align:top;
    margin-left: 1em;
}

.popup {
    z-index: 101;
    padding: 0;
    margin:0;
    position: absolute;
    width: 300px;
    height: 410px;
    right: 10px;
    bottom: 10px;
    border: 1px solid gray;
    zoom: 1;
}

.popup img{
    width: 300px;
    height: 395px;
    zoom: 1;
}

.popup .close {
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: right;
    padding-right: 8px;
    cursor: pointer;
    font-weight: bold;
    background-color: #e5e5e5;
    border-bottom: 1px solid gray;
}

#popup_cdc .close {
    top: 3px;
    right: 5px;
}

.cuota .precio {
    font-size: larger;
    font-weight: bold;
    color: green;
}

.cuota {
    position: relative;
    white-space: nowrap;
}

.cuota .cuotas {
    font-size: smaller;
}

.cuota .tooltip {
    padding: 0.2em;
    position: absolute;
    width: 220px;
    right: 110px;
    bottom: 15px;
    border: 1px solid #c3c3c3;
    background-color: white;
    z-index: 100;
}

#contenedor_principal {
    width: 100%;
    border: 1px solid #b3b3b3;
}

#contenedor_menu {
    width: 155px;
    vertical-align: top;
    border-right: 1px solid #b3b3b3;
}

#contenedor_cuerpo {
    padding: 5px;
    vertical-align: top;
}

#contenedor_banners_superiores {
    width: 100%;
    border: 1px solid #b3b3b3;
    border-bottom: none;
}

#contenedor_banner_superior_izquierdo,
#contenedor_banner_superior_central,
#contenedor_banner_superior_derecho {
    text-align: center;
}

#tg_flash {
    color: red;
    font-size: large;
}

.cotizacion_moneda {
    margin-top: 1em;
    font-size: smaller;
}

.grid {
    font-family: arial, heveltica, sans-serif;
}

.alphacube_content iframe {
    overflow: -moz-scrollbars-vertical; 
    overflowX: hidden; 
}

body {
    font-family: arial, heveltica, sans-serif;
}
 
.menu a {
    font-weight: bold;
    font-size: 0.80em;
    color: #333333;
}

#form_busqueda_articulo table {
    margin-bottom: -1em;
}

#form_busqueda_articulo > table {
    margin-bottom: 0em;
}

#form_busqueda_articulo label {
    font-size: 0.9em;
}
        
#leyendas,
#cotizacion_moneda {
    font-size: 0.6em;
}

#leyendas td {
    background-color: #EDF3FE;
}

.notificacion_nuevos_pedidos {
    position: absolute;
}

.notificacion_nuevos_pedidos img {
    position: absolute;
    border: 0;
    top: -2px;
    
}

.link_psu_calculator {
    background: url('/static/images/btn_psu_calculator.png') 0px 0px no-repeat;
    width: 260px;
    height: 25px;
    margin: 5px auto;
    cursor: pointer;
}

