
a{
	color:#b02a1f;
	text-decoration:none;
}
a:hover{
	color:#b02a1f;
	text-decoration:underline;
}

/************************ CABECERAS ************************/

#cab_hombre{
	width: 713px;
	height:310px;
	float:left;
	background: url(../images/cabeceras/hombre.jpg) no-repeat;
}


#cab_mujer{
	width: 713px;
	height:310px;
	float:left;
	background: url(../images/cabeceras/mujer.jpg) no-repeat;
}


#cab_ninio{
	width: 713px;
	height:310px;
	float:left;
	background: url(../images/cabeceras/ninio.jpg) no-repeat;
}


#cab_cosmeticos{
	width: 713px;
	height:310px;
	float:left;
	background: url(../images/cabeceras/cosmeticos.jpg) no-repeat;
}


#cab_parafarmacia{
	width: 713px;
	height:310px;
	float:left;
	background: url(../images/cabeceras/parafarmacia.jpg) no-repeat;
}


#cab_varios{
	width: 713px;
	height:310px;
	float:left;
	background: url(../images/cabeceras/varios.jpg) no-repeat;
}


/****************** MENU CABECERA */

#menu_cabecera{
	width:300px;
	float:right;
	text-align:right;
	padding:5px 0 0 0;
}

#menu_cabecera ul{
	margin:0;
	padding:0;
	list-style:none;
}

#menu_cabecera ul li{
	float:right;
}

#menu_cabecera ul li a{
	color: #666666;
	float:left;
	padding: 0 5px;
	text-transform:capitalize;
	border-left: 1px dotted #999999;
}


#menu_cabecera ul li a img{
	float:left;
	padding:0 4px 0 0;
}

#menu_cabecera ul li a span{
	padding:5px 0 0 0;
	float:left;
}

/****************** MENÚ ***********************************/

#menu{
	width:407px;
	float:left;
}

#menu img{
	padding:0px;
	margin:0px;
}
#menu ul{
	width:407px;
	float:left;
	margin:0px;
	padding:0px;
	background:#B02A1F;
	overflow:hidden;
	height:29px;
}

#menu ul li{
	float:left;
	list-style:none;
}

#menu ul li a{
	width:auto;
	float:left;
	font:bold 1.1em "Trebuchet MS";
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	padding:7px 8px;
}

#menu ul li a:hover{
	background:#000;
}

/************************ LISTADO ************************/

#listado ul{
	margin:0;
	padding:0;
	list-style:none;
}

#listado ul li{
	width:140px;
	height:200px;
	padding:14px 7px;
	text-align:center;
	float:left;
}

#listado ul li a{
	display:block;
	padding:4px 0 0 0;
}

#listado ul li i{
	font-weight:bold;
	color:#000000;
}

#listado .foto_peq_list{
	width:120px;
	height:120px;
	text-align:center;
	margin-bottom:2px;
}

#listado .nart{
	width:140px;
	height:40px;
	text-align:center;
	color:#ca0000;
	font-weight:bold;
}

#listado .precio{
	width:140px;
	height:30px;
	text-align:center;
	color:#999999;
}

/************************ BUSCADOR ************************/

#buscador label{
	width: 100px;
	height:auto;
	float:left;
	text-align:center;
}

.buscador_input{
	width:86px;
	height:12px;
	color: #333333;
	border:none;
	font: normal 1em Arial, Helvetica, sans-serif;
	margin:0;
	padding:2px 5px;
	float:left;
	background:url(../images/index/buscador_input.jpg) no-repeat;
}

.buscador_but{
	width:16px;
	height:16px;
	margin:0;
	padding:0;
	border:none;
	float:left;
}


/*********************** CARRITO **********************************/
#carrito{
	width:230px;
	background:#eee;
	float: right;
	margin:0;
	margin-right:8px;
}

#carrito_resultados{
	width:230px;
	float:left;
	padding:10px 0;
	background: #eee ; /*url(../images/index/separador_vertical.gif) left top repeat-y*/
	border-left:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
}

#carrito_resultados b, #carrito_resultados strong{
	width:160px;
	float:left;
	padding:0 0px 0 0px;
	margin-left:10px;
	text-align:left;
	border-bottom:1px  dotted #cc0000;
}

#carrito_resultados i{
	width:50px;
	float:left;
	padding:0 0px 0 0;
	margin-right:10px;
	text-align:right;
	border-bottom:1px dotted #cc0000;
}

#carrito_resultados div{
	width:230px;
	text-align:center;
	padding-top:10px;
}

#carrito_resultados span{
	color:#ca0000;
	font-weight:bold;
}

#carrito_buttons, #carrito_buttons a{
	width:80px;
	float:left;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}

#carrito_buttons a{
	width:80px;
	float:left;
	color:#333333;
	text-align:center;
	padding:2px 0px 2px 0px;
}




.normal {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.titulo {
	font: normal 9pt Arial, Helvetica, sans-serif;
	color: #b02a1f;
	text-decoration: none;
	font-weight:bold;
}

.destacado{
	font: normal9pt Arial, Helvetica, sans-serif;
	color: #b02a1f;
	text-decoration: none;
	font-weight:bold;
}

a.enlace{
	color:#b02a1f;
	text-decoration:none;
}
a.enlace:hover{
	color:#b02a1f;
	text-decoration:underline;
}

