/* Contenido general de la página */

a:link    {color:#000000; text-decoration: none}
a:visited {color:#000000; text-decoration: none}
a:active  {color:#000000; text-decoration: none}
a:hover   {color:#ff0033; text-decoration: underline}



body {
   font-size:11px;
   font-family: Verdana,Arial,Helvetica;
   color:#000000;
   margin: 0 auto;
}

td, select {
   font-size:11px;
   font-family: Verdana,Arial,Helvetica;
}

form input, select, textarea {
	border: solid 1px #999999;
}

#lista { 
	list-style-image: url(../images/simbololista.gif); 
	margin: 0px 5px 0px 15px; 
	padding: 10px 0px 10px 15px; 
} 


#lista li {
	margin-top: 3px;
}


/*   Contenedor principal   */
#principal {
	width: 990px; 
	margin: 0 auto;
	background-image: url(../images/fondoprincipal.gif);
}

#barra_cabecera {
	width: 974px;
	height: 5px;
	margin-left: 8px;
	background-color:#e8e8e8;
}


/*   Lateral izquierdo   */
#lateral_izquierdo {
	float: left; 
	width: 200px; 
	padding-left: 8px; 
}


/*   Lateral derecho   */
#lateral_derecho {
	float: left; 
	width: 750px; 
	margin-left: 15px; 
}


/*   Lateral derecho - Cabecera   */
#cabecera {

}

#cabecera_botonera {
	float: left; 
	/* margin-top: 30px; */
	width: 560px; 
	text-align: center;
}

#cabecera_logo {
	float: right; 
	width: 175px;
}


/*   Lateral derecho - Contenidos   */

#contenidos {
	clear: both;
}

#contenidos_productos {
	float: left; 
	width: 560px;
}

#contenidos_paneles {
	float: right; 
	width: 175px;
}


/*   Lateral derecho - Paneles   */
#panel_carrito {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	background: url(../images/fondopanelceleste.gif) repeat-x ;
	text-align: center;
}

#panel_ofertas {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	background: url(../images/fondopanelverde.gif) repeat-x ;
}

#panel_novedades {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	background: url(../images/fondopanelrojo.gif) repeat-x ;
}

#panel_masvendidos {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	background: url(../images/fondopanelamarillo.gif) repeat-x ;
}

#panel_titulos {
	width: 550px;
	padding: 5px; 
	border: solid 1px #cccccc; 
	margin-bottom: 5px;
	background: url(../images/fondopaneles.gif) repeat-x ;
}


/*   Pie   */
#pie {
	clear: both;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 974px;
	margin-left: 8px;
	background-color:#e8e8e8;
	text-align: center; 
}


/*   Formulario de búsqueda   */
#frm_buscar {
	margin-left: 10px; 
	text-align: center;
}


/*   Formulario de menús desplegables   */
#menu_desplegables {
	width: 190px;
	background-color: #99CCFF;
	margin-left: 5px;
}

#menu_desplegables_1 {
	font-size: 10px;
	width: 160px;
	background-color: #99CCFF;
	margin-left: 5px;
}

#menu_desplegable_opciones {
	width: 425px;
	background-color: #99CCFF;
}

/*   Ficha previa del producto   */
#ficha_previa_producto {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	width: 550px;
}

#ficha_previa_producto img {
	border: 0px;
}

.titulo_general {
   font-size: 16px;
   color: #009900;
   font-weight: bold;
}

.nombre_producto {
   font-size: 14px;
   color: #3399cc;
   font-weight: bold;
}

.precio_producto {
   font-size: 18px;
   color: #ff0033;
   font-weight: bold;
}

.precio_anterior {
   font-size: 16px;
   color: #ff6666;
   text-decoration: line-through;
}



