/* RESET */
* {margin:0; padding:0;} /* clear all default CSS */

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, strong, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
fieldset, img {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.rojo {
    color: #B90707;
    font-weight: bold;
}
.resaltado{
	color: #666;
	font-weight: bold;
}
/*
 Definicion de layout
 centrado con ancho fijo
 */
body {
    background-image: url(../imagenes/fondo.jpg);
    background-repeat: repeat-x;
    background-color: #cccccc;
    background-position: 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*************************************************
 LAYOUT
 *************************************************/
#layout {
	vertical-align: top;
    height: auto;
    width: 900px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -450px;
    background-image: url(../imagenes/fondo.jpg);
    background-repeat: repeat-x;
    background-color: #cccccc;
    background-position: 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#web {
    padding: 0px;
    width: 900px;
    margin: 30px 0px 0px;
    border: 0px none;
    height: auto;
}
#borde_top {
    padding: 0px;
    width: 900px;
    margin: 30px 0px 0px;
    background-image: url(../imagenes/brd_horizontal.png);
    background-position: 0px 0px;
    height: 10px;
}

#cabecera_izq {
    top: 0px;
    padding: 0px 0px 0px 10px;
    width: 890px;
    margin: 0px;
    background-image: url(../imagenes/brd_lateral_izq.png);
    background-repeat: repeat-y;
    background-position: left top;
}

#cabecera_der {
    top: 0px;
    padding: 0px 10px 0px 0px;
    width: 880px;
    margin: 0px;
    background-image: url(../imagenes/brd_lateral_der.png);
    background-repeat: repeat-y;
    background-position: right top;
}

#borde_separa {
    top: 0px;
    padding: 0px;
    width: 900px;
    margin: 0px;
    background-image: url(../imagenes/brd_horizontal.png);
    background-repeat: no-repeat;
    background-position: 0px -10px;
    height: 20px;
}

#borde_bot {
    top: 0px;
    padding: 0px;
    width: 900px;
    margin: 0px;
    background-image: url(../imagenes/brd_horizontal.png);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    height: 10px;
}

#pie {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #666666;
    width: 900px;
    height: 20px;
    margin: 0px;
    padding: 5px 15px 15px;
    text-align: center;
}

/* MENU WEB */
#menu {
    list-style: none;
    padding: 0px;
    margin: -40px 0px 0px 0px;
    width: 880px;
    height: 40px;
    position: relative;
    background: url(../imagenes/btn_1.png);
    z-index: 1001;
    left: 0px;
    top: 0px;
}

#menu span {
    display: none;
    position: absolute;
    background: url(../imagenes/btn_1.png);
}

#menu a {
    display: block;
    text-indent: -900%; 
    position: absolute;
    outline: none;
}

#menu a:hover {
    background-position: left bottom;
    overflow: hidden;
}

#menu a:hover span {
    display: block;
    overflow: hidden;
}
#menu a:hover span;
#menu a {
    display: none;
}

/* BOTONES MENU */
#menu .btn1 {
    width: 126px;
    height: 40px;
    background-position: 0px 0px;
    left: 0px;
    top: 0px;
}

#menu .btn2 {
    width: 126px;
    height: 40px;
    background-position: -126px 0px;
    left: 126px;
    top: 0px;
}

#menu .btn3 {
    width: 126px;
    height: 40px;
    background-position: -252px 0px;
    left: 252px;
    top: 0px;
}

#menu .btn4 {
    width: 126px;
    height: 40px;
    background-position: -378px 0px;
    left: 378px;
    top: 0px;
}

#menu .btn5 {
    width: 126px;
    height: 40px;
    background-position: -504px 0px;
    left: 504px;
    top: 0px;
}

#menu .btn6 {
    width: 126px;
    height: 40px;
    background-position: -630px 0px;
    left: 630px;
    top: 0px;
}

#menu .btn7 {
    width: 124px;
    height: 40px;
    background-position: -756px 0px;
    left: 756px;
    top: 0px;
}

/* BOTON MENU OVER */
#menu .btn1 span {
    width: 126px;
    height: 40px;
    background-position: 0px -40px;
    left: 0px;
    top: 0px;
}

#menu .btn2 span {
    width: 126px;
    height: 40px;
    background-position: -126px -40px;
    left: 0px;
    top: 0px;
}

#menu .btn3 span {
    width: 126px;
    height: 40px;
    background-position: -252px -40px;
    left: 0px;
    top: 0px;
}

#menu .btn4 span {
    width: 126px;
    height: 40px;
    background-position: -378px -40px;
    left: 0px;
    top: 0px;
}

#menu .btn5 span {
    width: 126px;
    height: 40px;
    background-position: -504px -40px;
    left: 0px;
    top: 0px;
}

#menu .btn6 span {
    width: 126px;
    height: 40px;
    background-position: -630px -40px;
    left: 0px;
    top: 0px;
}

#menu .btn7 span {
    width: 124px;
    height: 40px;
    background-position: -756px -40px;
    left: 0px;
    top: 0px;
}

/* CONTENIDO Y HERRAMIENTAS */
#contenedor {
    background-image: url(../imagenes/contenido.png);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    padding: 0px 10px 10px;
    margin: 0px;
}

#contenido {
    width: 620px;
    height: auto;
    margin: 0px;
    padding: 15px 5px 5px;
}

#herramientas {
    float: right;
    width: 240px;
    margin: 0px;
    padding: 0px;
}

/* BUSCADOR */
#buscador {
    background-color: #B90707;
    color: #FFFFFF;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}

#buscador h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding: 5px 10px 15px;
}

#buscador input[type =
"text"] {
    width: 200px;
    text-align: center;
}

#buscador input[type =
"submit"] {
    width: 100px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin: 10px;
}

#infoCesta {
    padding: 10px 10px 0px 10px;
    font-size: 12px;
}
#infoCesta h1 {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #B90707;
	color: #ffffff;
}
ul.sidemenu {
	background-color: #FFFFFF;
	padding: 3px;
	list-style-type: none;
	list-style-image: none;
	list-style-type: none;
}
ul.sidemenu li {
	margin: 2px;
	color: #333;
}
ul.sidemenu li.boton {
	margin: 10px 0px;
}

ul.sidemenu li.totales {
	font-weight: bold;
}
#promo {
    font-size: 12px;
    padding: 10px 5px;
    margin: 10px;
    background-color: #fff;
}
#visa {
	font-size: 12px;
    padding: 10px 5px;
    margin: 10px;
    background-color: #fff;
}
#pie a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #B90707;
    color: #666666;
    font-weight: bold;
}

#pie a:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B90707;
    color: #B90707;
    font-weight: bold;
}

#herramientas a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #B90707;
    color: #666666;
    font-weight: bold;
}

#herramientas a:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B90707;
    color: #B90707;
    font-weight: bold;
}

/* PRECARGADOR */
#prepage {
    font-family: arial;
    font-size: 16px;
    left: 0px;
    top: 0px;
    background-color: white;
    height: auto;
    width: 100%;
    display: block;
}

#postpage {
    height: auto;
    width: 100%;
    display: none;
}

/* CONTENIDO TEXTO */
#contenido h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 6px;
    padding: 0px 0px 2px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #B90707;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #606060;
}

#contenido h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0px 2px;
    padding: 10px 0px 2px 2px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #B90707;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-style: italic;
    color: #606060;
}

#contenido h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 5px;
    padding: 0px 0px 5px 10px;
}

#contenido p {
    font-size: 12px;
}

#contenido blockquote {
    font-size: 14px;
    margin: 10px 5px;
    padding: 5px;
}

#contenido iframe {
    margin: 10px 0px;
    border: solid 1px #333333;
}

#contenido #categorias {
    margin: 10px 0px;
    border: none;
    height: 300px;
}
#contenido #categorias .categoria{
    float: left;
	text-align: center;
    margin: 5px 25px;
    width: 155px;
    height: 150px;
}
#contenido #categorias .categoria img{
    padding:3px;
	margin: 2px;
    border: solid 1px #333;
}
#contenido #categorias .categoria h1 {
    margin: 5px;
	padding: 0;
	font-size: 16px;
    width: 155px;
    height: 14px;
	border: none;
}

#contenido #esponsor {
    margin: 10px 0px;
    border: solid 1px #333333;
    height: 400px;
}
#contenido #esponsor p {
    float: left;
    margin: 5px 25px;
    width: 155px;
    height: 100px;
}
#contenido ul li {
	list-style-type:none;
	padding: 0px 3px;
	margin:0px;
}
#contenido ul.lista_descarga li {
	padding-bottom: 10px;
}
#contenido ol li {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    text-indent: 5px;
}

#contenido a {
    color: rgb(29, 98, 179);
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(29, 98, 179);
}

#contenido a:hover {
    color: #E43C15;
    text-decoration: none;
    border: 0px;
}

#contenido img {
    margin: 0px;
    padding: 0px;
}

#contenido table {
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #666666;
}

#contenido table tbody td {
    font-size: 12px;
    padding: 5px;
    margin: 0px;
}

#contenido table thead th {
    font-size: 14px;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
}

#contenido table tfoot td {
    font-size: 12px;
}

.row-a {
    background-color: #EEE;
	border-bottom: solid 1px #DDD;
}

.row-b {
    background-color: #FFF;
}

/* CONTENIDO IMAGEN */
.foto {
	background-color: #EEE;
	text-align: center;
	margin: 2px 2px 5px;
	display:block;
	width:122px;
	margin: 3px;
	border: 1px solid #999;
}
.foto_descrip {
	font-size: 9px;
	background-color: #FFF;
	display:block;
	padding: 2px;
	font-weight: bold;
	border-top: 1px solid #999;
}