﻿@charset "utf-8";

* { margin: 0;	padding: 0; }

/* Estructura general de la página */ 
body { padding:0; font-family:Helvética,Arial; background:url(../img/background.gif) repeat-x top; background-color:#fff; text-align:center; color:Black; }
#pagina{ margin:0 auto; width:998px; font-size:100%; text-align:left; }


/*** Algunas clases útiles: ***/
.float-left { float: left; }
.float-right { float: right; }
.clear { clear:both;margin:0;padding:0; }
.negrita { font-weight:bold; }
.centrado { text-align:center; vertical-align:middle; }
.justificado { text-align:justify; }
.alinear-derecha { text-align:right; }
.rojo { color:#FF0000; }


h1 { text-indent:-9999px; font-size:0px; }


/* Cabecera */
#cabecera {}

#menu { float:left; width:573px; height:73px; }
.boton-menu-off, .boton-menu-on { float:left; width:60px; height:28px; margin-right:1px; padding:35px 10px 10px 10px; color:White; font-size:0.75em; }
.boton-menu-off { background:url(../img/menu-off.jpg) no-repeat; }
.boton-menu-on { background:url(../img/menu-on.jpg) no-repeat; color:#ffcc00; }

#links-cabecera { float:right; margin-top:25px; }
#links-cabecera img { border:none; }
#fotos-cabecera { width:998px; height:231px; }


/* Cuerpo */
#cuerpo {}
#col-1 { float:left; width:211px; }
#col-2 { float:left; width:559px; }
#col-3 { float:right; width:217px; }
#contenido { float:left; width:786px; }


.titulo-bloque { color:Black; font-size:1em; font-weight:bold; }


/* Buscador */
#buscador { width:171px; height:85px; margin-bottom:10px; padding:20px; background:url(../img/fondo-buscador.gif) no-repeat; }
#buscador form { margin-top:8px; }
#buscador input.texto { width:140px; border:solid 1px black; }
#buscador input.imagen { vertical-align:bottom; }
#buscador label { font-size:0.75em; }


/* Servicios */
#servicios { width:211px; background-color:#ece9e9; }
#cabecera-servicios { width:211px; height:12px; background:url(../img/cabecera-servicios.gif) no-repeat top; }
#pie-servicios { width:211px; height:12px; background:url(../img/pie-servicios.gif) no-repeat bottom; }
#enlaces { padding:10px 20px 20px 20px; }

#enlaces a.tienda { display:block; width:132px; height:21px; padding:6px 0 0 35px; margin-left:5px; margin-bottom:20px; background:url(../img/btnTienda.gif) no-repeat; text-decoration:none; font-size:0.8em; color:black; }
#enlaces a.tienda:hover { font-size:0.9em; }

#enlaces a.tienda_virtual { display:block; width:132px; height:61px; padding:6px 0 0 35px; margin-left:5px; margin-bottom:20px; background:url(../img/btnTienda.png) no-repeat; text-decoration:none; }
#enlaces a.tienda_virtual .titulo_tienda { color:black; font-size:1em; }
#enlaces a.tienda_virtual .texto_tienda { margin-left:-30px; color:#da0000; font-size:0.8em; text-align:center; }

#enlaces ul { margin-left:10px; margin-top:15px; list-style-type:none; }
#enlaces li { margin-bottom:4px; }
#enlaces li a { color:Blue; font-size:0.8em; }
#enlaces li a:hover { text-decoration:none; }
.selector { font-family:Tahoma; font-size:0.45em; color:#336699; }
#carrito { padding:20px 20px 20px 20px; }
#carrito a:hover { text-decoration:none; }
#ico-carrito { float:left; margin-left:5px; }
#contenido-carrito { float:left; margin-left:10px; font-size:0.8em; }
.punteado { margin:20px 20px 0 20px; border-bottom:dotted 1px #556f8e; }


/* Zona Privada */
#zona-privada { width:181px; height:175px; margin-top:10px; padding:15px 15px 15px 15px; background:url(../img/fondo-zona-privada.gif) no-repeat; }
#zona-privada .usuario, #zona-privada .password  { display:block; float:left; width:75px; font-size:0.8em; text-align:right; }
#datos-zona-privada { margin-top:5px; margin-bottom:4px; }
#zona-privada input.texto { width:95px; border:solid 1px black; margin-bottom:2px; }
#zona-privada a:hover { text-decoration:none; }
#zona-privada .autorizado { float:left; width:160px; font-size:0.8em; }


/* Últimas noticias */
#ultimas-noticias { width:177px; padding:20px 20px 20px 20px; background:url(../img/esquina.gif) no-repeat top left; }
#titulo-ultimas-noticias { color:#364753; font-size:1.1em; border-bottom:solid 1px #b4bac0; }
.noticia { margin-top:20px; font-size:0.7em; }
.selector-noticia { float:left; margin-right:5px; }
.texto-noticia { float:left; width:160px; }
.cuerpo-noticia { margin-top:6px; margin-bottom:6px; color:#556f8e; }


/* Producto destacado */
#prod_destacado { margin-top:10px; width:177px; padding:20px; background:url(../img/esquina.gif) no-repeat top left; }
#titulo_prod_destacado { margin-bottom:10px; color:#364753; font-size:1.1em; border-bottom:solid 1px #b4bac0; }
#contenido_prod_destacado { margin-top:20px; font-size:0.7em; }
#contenido_prod_destacado a { color:blue; }
#contenido_prod_destacado .foto { margin-bottom:8px; text-align:center; }


/* Nuestras marcas */
#nuestras-marcas { width:177px; padding:20px; background:url(../img/esquina.gif) no-repeat top left; }
#nuestras-marcas #titulo-nuestras-marcas { margin-bottom:10px; color:#364753; font-size:1.1em; border-bottom:solid 1px #b4bac0; }
#nuestras-marcas .logo { float:left; width:61px; height:42px; margin:2px; }



/* Pie */
#pie { background:url(../img/fondo-pie.gif) repeat-x; background-color:#4c5c6c; }
#contenido-pie { width:748px; margin:0 auto; height:84px; padding:15px 20px 0 230px; background:url(../img/pie.jpg) no-repeat; font-size:0.7em; color:white; }
#contenido-pie a { color:white; }
#contenido-pie a:hover { text-decoration:none; }
