/*ESTILOS*/

html {
}

body {
	margin: 0px; 
	padding: 0px;		
	text-align:center;		
	height: 100%;
	background:#fff;
}

/* Estilos del container */
#container {
	position:relative;
	margin:0px;
	margin:auto;
	padding:0px;
	width: 999px;
	height:auto;
	background:#FFFFFF;
	text-align:center;
}

/* ------------------------------------------------CABECERA------------------------------------------ */
#cabecera {
	position:relative;
	margin:auto;
	width: 999px;
	height:248px;
	text-align: left;
	background: url('images/template/fondoCabecera.jpg') top;
}

#bannerCabecera{
	position:absolute;
	top:20px;
	right:20px;
}	

#box_busqueda{
	position:absolute;
	top:170px;
	left:50px;
}

#enlaceInicio{
	position:absolute;
	top:104px;
	left:466px;
	width:130px;
	height:45px;
	background:url(images/pestanaInter.jpg);	
}

#enlaceAlta{
	position:absolute;
	top:104px;
	left:22px;
	width:200px;
	height:45px;
	background:url(images/pestanaGrande.jpg);
}

#enlaceContact{
	position:absolute;
	top:104px;
	left:225px;
	width:117px;
	height:45px;
	background:url(images/pestana.jpg);
}

#enlaceAyuda{
	position:absolute;
	top:104px;
	left:346px;
	width:117px;
	height:45px;
	background:url(images/pestana.jpg);
}

.dentroEnlace {
	font-size:12px;
	text-align:center;
	position:absolute;
	width: 117px;
	top:15px;
	left:0px;
}

.dentroEnlace a {
	font-size:14px;
	font-weight:normal;
	font-family:verdana;	
}

.dentroEnlaceServ {
	font-size:12px;
	text-align:center;
	position:absolute;
	width: 200px;
	top:15px;
	left:0px;
}

.dentroEnlaceSeg {
	font-size:12px;
	text-align:center;
	position:absolute;
	width: 130px;
	top:15px;
	left:0px;
}

.dentroEnlaceSeg a {
	font-size:14px;
	font-weight:normal;
	font-family:verdana;	
}

.dentroEnlaceServ a {
	font-size:14px;
	font-weight:normal;
	font-family:verdana;	
}

.galeria_imagenes_titulo{
	font-weight: bold;
	padding-left:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #818181;
}

#hacer_pagina_inicio{
	position:absolute;
	top:115px;
	left:120px;
}

#hacer_pagina_inicio a, #anyadir_a_favoritos a{
	color:#fff;
}

#anyadir_a_favoritos{
	position:absolute;
	top:112px;
	left:22px;
}

#flashcabecera{
	position:relative;
	top:0px;
}

/* Estilos del cuerpo */
#cuerpo {
	position:relative;
	width:999px;
	padding:0px 0px 0px 0px;
	margin:auto;
	text-align:left;
}

#lateralIzquierdo{
	position:relative;
	float:left;
	margin-left:12px;
	width:231px;	
	display:inline;
	overflow:hidden;
}

.tituloProducto h1 {
	color:#C1100B;
	font-size:20px;
	font-weight:normal;
}

.subcategoria a {
	color:#C1100B;
}

.boxLateralIzquierdo{
	position:relative;
	width:231px;
	margin-bottom:10px;	
}

.boxLateralIzquierdoTop{
	position:relative;
	width:231px;
	height:39px;
	background:url('images/template/fondoBoxLateralIzqTop.jpg');
}

.boxLateralIzquierdoTitulo{
	font-size:16px;
	color:#fff;
	margin-left:34px;
	padding-top:7px;
}

.boxLateralIzquierdoCentro{
	position:relative;
	width:231px;
	background:#e3dfdf;
}

.boxLateralIzquierdoBottom{
	position:relative;
	width:231px;
	height:19px;
	background:url('images/template/fondoBoxLateralIzqBottom.jpg');
}

#derecha{
	position:relative;
	float:left;
	margin-left:7px;
	width:748px;	
	display:inline;
	overflow:hidden;		
}

#bannerPrincipal{
	position:relative;
	float:left;	
	width:736px;
	height:125px;
	margin-bottom: 8px;
}

#bannerCentralCategoria{
	position:relative;
	float:left;
	width:521px;	
	height:70px;
	display:inline;
	overflow:hidden;
	text-align:center	
}

#centro{
	position:relative;
	float:left;
	width:521px;	
	display:inline;
	overflow:hidden;	
}

.boxCentro{
	position:relative;
	width:521px;
	margin-bottom:10px;	
	clear:both;
}

.boxCentroTop{
	position:relative;
	width:521px;
	height:41px;
	background:url('images/template/fondoBoxCentralTop.jpg');
}

.boxCentralTitulo{
	font-size:16px;
	color:#fff;
	margin-left:34px;
	padding-top:7px;	
	width:480px;
	height:20px;
	overflow:hidden;
}

.boxCentroContenido{
	position:relative;
	width:521px;
	background:#efeded;
}

#lateralDerecho{
	position:relative;
	float:right;
	margin-right:12px;
	width:207px;	
	display:inline;
	overflow:hidden;	
}

.boxLateralDerecho{
	position:relative;
	width:207px;
	margin-bottom:10px;	
}

.boxLateralDerechoTop{
	position:relative;
	width:207px;
	height:48px;
	background:url('images/template/fondoBoxLateralDerTop.jpg');
}

.boxLateralDerechoTitulo{
	font-size:16px;
	color:#fff;
	margin-left:32px;
	padding-top:22px;
}

.boxLateralDerechoCentro{
	position:relative;
	width:207px;
	background:#E4E4E4;
}

.boxLateralDerechoBottom{
	position:relative;
	width:207px;
	height:19px;
	background:url('images/template/fondoBoxLateralDerBottom.jpg');
	clear:both;
}

#zonaDeUsuarioText{
	position:absolute;
	font-size:20px;
	color:#fff;
	bottom:4px;
	left:4px;
	width: 100px;
}

.imagenPrincipal{
	position:relative;
	float:right;
	margin:10px;
	border:1px solid #aaa;
}

/* Estilos del contenido */
#contenido {
	position:relative;
	margin:40px 0px 0px 250px;
	width:490px;
}

.boton_admin{
	background:url(images/boton.gif); 
	width:161px; 
	font-size:10px;
}

.divBoxAltaUsuario{
	padding-left: 10px;
	padding-top: 5px;
}
.divBoxAltaUsuarioInput{
	width:475px;
	height:16px;
	border:1px solid #222;
	margin-top:2px;
	padding:1px;
	font-family:Verdana;
	font-size:11px;
	color:#333;
}

/* ------------------------------------------------PIE----------------------------------------- */
#pie {
	position:relative;
	bottom:0px;
	clear:both;
	width:999px;
	height:251px;
	margin:auto;
}

#dusnic{
	position:absolute;
	top:120px;
	right:30px;
}

#legal{
	position:absolute;
	top:120px;
	left:30px;
}

/*--------------- BOXES --------------------------*/

.contactoOferta{
	padding:10px;
	font-style:italic;
}

.contactoProducto{
	padding:10px;
	font-style:italic;
}

.productosBoxDestacado{
	position:relative;
	float:left;
	width:126px;
	height:178px;
	margin:2px;
	padding-top:0px;
	padding-bottom:5px;
	text-align:center;
	overflow:hidden;	
	display:inline;
}

.productosBoxDestacado a{
	color:#A8100B;
}

.productosBoxDestacado .precioProducto {
	padding:0px;
}

.boxTienda{
	position:relative;
	float:left;
	width:146px;
	height:120px;
	margin:6px;
	padding-top:0px;
	padding-bottom:5px;
	text-align:center;
	overflow:hidden;	
}

.boxTienda a{
	color:#A8100B;
}

.boxTienda img {
	margin:3px;
}

.productosBox{
	position:relative;
	float:left;
	width:116px;
	height:160px;
	margin:6px;
	padding-top:0px;
	padding-bottom:5px;
	text-align:center;
	overflow:hidden;	
}
.productosBox a{
	color:#A8100B;
	font-size:9px;
}
.precioProducto{
	font-weight:normal;
	color:#333;
	font-size:18px;
	padding:1px;	
}

.ofertasBox{
	position:relative;
	float:left;
	width:470px;
	margin:10px;
	text-align:left;	
}
.ofertasBox a{
	color:#A8100B;
}
.read_more{
	color:#A8100B;
	font-size:10px;
}
.titulo_oferta{
	padding:3px;
}
.descripcionOferta{
	padding:0px;
	font-size:10px;	
}

.mensaje_anunciante{
	width:475px;
	height:40px;
	border:1px solid #222;
	margin-top:2px;
	padding:1px;
	font-family:Verdana;
	font-size:11px;
	color:#333;	
}

.breadcrumbCategoria{
	color:#999;
	padding:0px;
	margin-bottom:20px;
	font-size:10px;
	padding-right:10px;
	text-align:right;	
}

.descripcionOferta{
	padding-left:10px;
	padding-right:10px;	
}

.descripcionProducto{
	padding:10px;
}
.imagenesProducto{
	padding:10px;
	clear:both;
}
.imagenProducto{
	position:relative;
	float:left;
	margin:5px;
}
.precioProducto{
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.propietarioProducto{	
}

.breadcrumbCategoria a {
	font-size:10px;
}
.tituloCategoria{	
}
.subcategoriasBox{
	margin-bottom:20px;
	margin-left:20px;
}
.subcategoria{
	position:relative;
	float:left;
	width:95px;
	height:50px;
	padding:5px;
	margin-left:10px;
}

#breadcrumb_alta{
	font-size:10px;
	padding-left:10px;
}

#opcionesAdministrador{
	padding:10px;
}

#boxErrores{
	background:#FFFFCC;
	border:1px solid #FFCC00;
	color:#C60000;
	margin:0px 10px 10px 10px;
}

.input_box_usuarios{
	width:186px;
	height:16px;
	border:1px solid #222;
	margin-top:8px;
	margin-left:8px;
	padding:1px;
	font-family:Verdana;
	font-size:11px;
	color:#999;
}
.enlaceBoxUsuarios{
	padding-left: 10px;
	padding-top: 5px;
}

#infoEmpresa {
	font-size:10px;
	position:absolute;
	bottom:60px;
	left:0px;
	width:999px;
	text-align:center;
	color:#999;
}

.th_tienda{
	background-color:#666;
	color:#fff;
	text-align:left;
	padding:2px;
}

.td_tienda{	
	color:#333;
	text-align:left;
	padding:2px;
}
