A               { text-decoration: none; color: #1B3096; }
A:link          { color: #1B3096; }
A:visited       { color: #1B3096; }
A:active        { color: #1B3096; }
A:hover         { color: #1B3096; text-decoration: underline;}

a img {
   border: none;
}

BODY {
   background-image: url('img/back_web.jpg');
   background-position: top center;
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-color: #f0f0f0;
   margin: 0px;
   padding: 0px;
   font-family: Trebuchet MS;
   font-size: 12px;
   color: #424242;
   text-decoration: none;
   overflow-x: hidden;
   text-align: justify;
}

ul, ol {
   margin-left: 15px;
}

b, strong {
   color: #1B3096;
   font-weight: bolder;
}

p {
}

div#lienzo {
   width: 990px;
   margin: 10px auto 0px auto;
   margin-bottom: 20px;
   padding: 0px;
}

td.logo {
   width: 204px;
   height: 124px;
   background: white;
   border: 1px solid #cdcdcd;
}

td.header {
   height: 124px;
   background: white;
   border: 1px solid #cdcdcd;
}

.menu {
   width: 204px;
   margin: 0px;
}

td#contenido {
   margin: 0px;
   margin-left: 20px;
}

div.menuOff {
   background: #5C892C;
   width: 204px;
   height: 28px;
   margin: 0px;
   margin-bottom: 3px;
}

div.menuOff a {
   font-size: 14px;
   font-weight: bold;
   color: white;
   margin: 0px;
   margin-top: 10px;
   margin-left: 45px;
}

div.titleSeccion {
   background-image: url('img/back_title_web.jpg');
   background-color: #223F94;
   width: 100%;
   height: 28px;
   margin: 0px;
}

div.titleSeccion h1 {
   font-size: 14px;
   font-weight: bold;
   color: white;
   margin-left: 45px;
}

div.contentMain {
   margin: 0px;
   margin-top: 10px;
   border: 1px solid #cdcdcd;
   background: white;
}

div.contentMainContainer {
   margin: 10px;
}

input, textarea, select {
   background: #E2E6EC;
   border: 0px;
   border-bottom: 1px solid #45768B;
   font-size: 12px;
   font-family: Tahoma;
}

.boton {
   height: 20px;
   border-width:1px;
   border-style:solid;
   border-color:#cdcdcd;
   background-color:#9CB2C0;
   font-family: Tahoma;
   color: #ffffff;
   font-weight: Bold;
   font-size: 11px;
}

div#ofertas {
   margin-top: 10px;
}

div#ofertas img {
   border: none;
   margin: 0px;
}

div#ofertas .leftOferta {
   border: 1px solid #dedede;
   background: white;
   margin-bottom: 10px;
}

div#ofertas .leftOferta h1, div#carrito h1 {
   margin: 0px;
   color: #002D9A;
   font-size: 15px;
   font-weight: bold;
}

div#ofertas .leftOferta p {
   margin: 0px;
   color: #505050;
   font-size: 12px;
}

div#carrito {
   margin-top: 10px;
   background: white;
}

.fecha {
   font-style: italic;
}

.tituloNoti {
   font-size: 15px;
   font-weight: bold;
   color: #1B3096;
}

div.paginacion {
   width: 100%;
   background: white;
   text-align: center;
   margin-bottom: 10px;
}

.bannerBox {
   display: block;
   width: 96%;
   margin-bottom: 10px;
   padding: 10px;
}

div#proteccionDatos {
   width: 90%;
   margin: 0px auto 0px auto;
   padding: 10px;
   font-size: 9px;
   color: #707070;
   line-height: 10px;
}