/* 
    Document   : style
    Created on : 18-jun-2009, 13:55:42
    Author     : javier.g
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
a {
    text-decoration: none;
    color: black;
}
body  {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
a:hover {
    color: gray;
}
.backaltra {
    background: url(../images/background.jpg) bottom center no-repeat #fff fixed;
}
.pagewrap {
    width: 822px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
    text-align: center;
    padding: 0;
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
td.enlacesCabecera {
    cursor:pointer;
}
.tracking {
    color: rgb(170,170,170);
    font-size:10px;
    position:absolute;
    left:24px;
    top:82px;
}
.tracking a {
    color: rgb(170,170,170);
}
.tracking a:hover {
    text-decoration: underline;
}
h2.titulo {
    font-size: 20px;
    color: black;
}
h2.subtitulo {
    font-size: 15px;
    color: rgb(227,156,3);
}
td.textoProductos {
    font-size: 10px;
    color:black;
}


.compraCalculateh {
    background: url(../images/precioCalculateh.jpg) top left no-repeat;
}
#boxCompraCalculateh {display:block; position:relative;}



#boxCompraCalculateh dd {position:absolute; padding:0; margin:0;}

#boxCompraCalculateh #solicitarInfoCalculateh {left:20px; top:-50px; z-index:20;}
#boxCompraCalculateh a#hrefsolicitarInfoCalculateh {display:block; width:78px; height:20px; z-index:20;}

#boxCompraCalculateh #comprarCalculateh {left:102px; top:-50px; z-index:20;}
#boxCompraCalculateh a#hrefcomprarCalculateh {display:block; width:70px; height:20px; z-index:20;}

td.boxDemos {
    font-size: 0.70em;
    line-height: 30px;
    height: 30px;
    padding: 0;
    background: url(../images/bk_demo195.png) top left no-repeat ;
    text-align: center;
}
td.boxDemos2 {
    font-size: 0.70em;
    line-height: 30px;
    height: 45px;
    padding: 0;
    background: url(../images/boxDemo2.png) top left no-repeat ;
    text-align: center;
}

td.boxPrecioCalculateh {
    background: url(../images/precioCalculateh.jpg) top left no-repeat;
}
.textoCompraCalculateh {
    font-size: 0.55em;
    color: black;
}
.textoCompraCalculateh2 {
    font-size: 1.2em;
    color: black;
}

td.especificaciones {
    font-size: 0.80em;
    background: url(../images/especificacionesCalculateh.png) top left no-repeat;
}

td.texto {
    font-size: 11px;
    color: black;
}
td.subtitulo {
    font-size: 14px;
    color: black;
    font-weight: bold;
}
td.boxCdeo {
    font-size: 12px;
}
td.comprarCdeo {
    font-size: 1em;
    background: url(../images/compraCdeo.png);
}
td.soporteCdeo {
    background: url(../images/soporteCdeo.png) top right no-repeat;
    font-size: 1em;
}
td.comprarCdeo a, td.soporteCdeo a {
    color:white;
}

p.compra {
    margin: 0 0 10px 0;
    line-height: 1.33em;
    font-size: 1.08em;
}

td.cpmTitulos, td.titulos {
    font-size:17px;
    color: rgb(222,17,29);
    font-family: verdana;
    font-weight: bold;
}

td.cpmCuerpo {
    font-size:12px;
    font-family: verdana;
    line-height: 1.5;
}
td.requisitosCpm {
    font-size:10px;
    color:black;
}
td.requisitosCdeo {
    font-size:10px;
    color:black;
}
td.distribuidoresNombre {
    font-size: 11px;
    color: black;
    line-height: 1.7;
    font-weight:bold;
}
td.distribuidoresDireccion {
    font-size: 11px;
    color: black;
}
td.distribuidoresEnlace a{
    font-size:11px
}

.styledlist {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
    line-height: 1.33em;
}
.styledlist li {
    padding-bottom: 5px;
}

.framed {
	padding: 2px;
	background-color: #ccc;
	margin: 10px;
	}

img.rightme {float: right;}
img.leftme {float: left;}

img {
    border: 0px;
}

table.listaProductos thead tr {
    font-size: 9px;
}
table.listaProductos tbody tr {
    font-size: 9px;
    color:black;
}
table.listaProductos tfoot tr {
    font-size: 9px;
}
td.textoBoxCalidad1 {
    font-size: 8pt;
    color: black;
}
td.textoBoxCalidad2 {
    font-size: 7pt;
    color: black;
}
td.precioCDEO {
    font-size: 14pt;
    color: green;
}
td.precioCPM {
    font-size: 14pt;
    color: red;
}