/**** Hoja de estilo para la tienda ****/

A.F {
	float: left;
	margin: 0 10px 5px 0;
	height: 26px;
	vertical-align: middle;
}

/* Buscador */

DIV#CONTENIDOS DIV#BUSCADOR_TIENDA {
	display: block;
	clear: both;
	margin: 5px 0 25px 15px;
	padding: 0;
	width: 700px;
	overflow: hidden;
	text-align: left;
}

DIV#CONTENIDOS DIV#BUSCADOR_TIENDA INPUT#ART { 
	height: 16px;
	font-size: .8em;
	margin: 0 10px 0 10px;
	padding: 0 0 0 .1em;
	background: #FFFFFF URL('../graficos/fondos/buscador_tienda_off.gif');
	border: 1px solid #AFAFAF;
}

DIV#CONTENIDOS DIV#BUSCADOR_TIENDA SPAN { font-size: .7em; }

DIV#CONTENIDOS DIV#BUSCADOR_TIENDA INPUT.NOBORDE { 
	border: 0;
	background: none;
	margin: 0 0 0 5px;
}

DIV#CONTENIDOS DIV#BUSCADOR_TIENDA  INPUT#BUSCAR {	
	width: 55px !important;
	height: 15px;
	border: 0;
	background: transparent URL('../graficos/iconos/buscar.png') no-repeat;
}

DIV#CONTENIDOS DIV#BUSCADOR_TIENDA A { 
	text-decoration: none;
	font-size: .7em;
	margin: 0 0 0 20px;
}

DIV#CONTENIDOS DIV#BUSCADOR_TIENDA DIV#AVANZADA {
	display: none;
	width: 715px;
	height: 75px !important;
	margin: 0;
	padding: 10px 20px 0 85px;
}

/* Paginación */

DIV#CONTENIDOS DIV.PAGINACION {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 3px 10px 0 0;
	width: 705px;
	height: 20px !important;
	font-size: .7em;
	text-align: right;
	background: transparent URL('../graficos/fondos/blanco.png');
}

DIV#CONTENIDOS DIV.PAGINACION IMG { margin: 0 0 2px 0; }
DIV#CONTENIDOS DIV.PAGINACION A { text-decoration: none; }

A.PAGINAON { 
	color: #000000;
	font-weight: bold;
}

A.PAGINA { color: #666666; }

/** Portada **/

DIV#CONTENIDOS DIV#COLUMNADO {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	width: 715px;
	overflow: hidden;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA {
	display: block;
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	width: 205px;
	overflow: hidden;
	text-align: left;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA H1.CAB {
	margin: 0 0 20px 0;
	width: auto;
	height: 16px;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA H1#DISCOS { background: transparent URL('../graficos/cabeceras/novedades_discos.gif') no-repeat top right; }
DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA H1#DVD { background: transparent URL('../graficos/cabeceras/novedades_dvd.gif') no-repeat top right; }
DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA H1#LIBROS { background: transparent URL('../graficos/cabeceras/novedades_libros.gif') no-repeat top right; }

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV#TEXTO {
	display: block;
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	width: 205px;
	overflow: hidden;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV#TEXTO H1 {
	margin: 10px 0 0 0;
	width: auto;
	font-size: 1.1em;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV#TEXTO H2 {
	margin: 0;
	width: auto;
	font-size: .7em;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV#FOTO {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	width: 205px;
	overflow: hidden;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV#FOTO DIV#IMAGEN {
	display: block;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 120px;
	overflow: hidden;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV#FOTO DIV#IMAGEN IMG { border: 3px solid #5E5E5E; }

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV#FOTO DIV#COMPRA {
	display: block;
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	width: 60px;
	overflow: hidden;
	text-align: right !important;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV.MAS {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	width: auto;
	height: 16px;
	text-align: right;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV.MAS A {
	font-size: .7em;
	text-decoration: none;
}

DIV#CONTENIDOS DIV#COLUMNADO DIV.COLUMNA DIV.MAS A:hover { text-decoration: underline; }

/** Lista de artículos **/

DIV#CONTENIDOS DIV#LISTART {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	width: 715px;
	height: auto;
	overflow: hidden;
	background: transparent url('../graficos/fondos/tienda.gif')  repeat-y;
}

DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO {
	display: block;
	float: left;
	margin: 0 0 20px 20px;
	padding: 10px;
	width: 315px;
	height: 200px;
	overflow: hidden;
}

DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO DIV#IMAGEN {
	display: block;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 200px;
	text-align: left;
}

DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO DIV#IMAGEN IMG { 
	width: 98px;
	border: 2px solid #5E5E5E;
}

DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO DIV#DATOS {
	display: block;
	float: right;
	clear: right;
	position: relative;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 200px;
}

DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO DIV#DATOS H1 { margin: 0; }
DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO DIV#DATOS H2 { margin: 0 0 10px 10px; }
DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO DIV#DATOS P { margin: 0 0 5px 10px; }

DIV#CONTENIDOS DIV#LISTART DIV.ARTCUADRADO DIV#DATOS DIV#EXTRA {
	display: block;
	clear: both;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 50px;
	top: 150px;
	text-align: right;
}

/*** Articulo ***/

DIV#CONTENIDOS DIV#ARTICULO {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	width: 715px;
	overflow: hidden;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#IRATIENDA {
	display: block;
	clear: both;
	margin: 20px 0 30px 0;
	padding: 0;
	width: 715px;
	height: 20px;
	text-align: left;
	font-size: .8em;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#FOTO {
	display: block;
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 225px;
	height: auto;
}

DIV#CONTENIDOS DIV#ARTICULO  DIV#FOTO IMG#IMGART { 
	width: 215px;
	border: 3px solid #5E5E5E;
	margin: 0 0 10px 0;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#FOTO DIV#AMPLIAR {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
	width: auto;
	height: 25px;
	text-align: right;
	font-size: .8em;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION {
	display: block;
	float: right;
	clear: irght;
	margin: 0;
	padding: 0;
	width: 460px;
	height: auto;
	text-align: left;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION DIV#COMPRAR {
	display: block;
	clear: both;
	width: 420px;
	height: 30px;
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: right;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION DIV#COMPRAR A {
	font-size: .9em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION DIV#COMPRAR A:hover { text-decoration: underline; }
DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION H1 { font-size: 2em; }
DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION H2 { margin: 0 0 20px 10px; }

DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION DIV#TEXTO {
	display: block;
	clear: both;
	width: 450px;
	overflow: hidden;
	margin: 0 0 20px 10px;
	padding: 0 10px 0 0;
}

DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION DIV#TEXTO P { margin: 0 20px 20px 0; }

DIV#CONTENIDOS DIV#ARTICULO DIV#DESCRIPCION DIV#TEXTO UL {
	display: block;
	clear: both;
	width: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

/* Artículos relacionados */

DIV#CONTENIDOS  DIV#ARTRELACIONADOS {
	display: block;
	clear: both;
	width: 700px;
	height: 80px;
	overflow: hidden;
	margin: 10px 0 20px 5px;
	padding: 0;
}

DIV#CONTENIDOS  DIV#ARTRELACIONADOS A {
	display: block;
	float: left;
	width: 60px;
	height: 80px;
	margin: 0 5px 0 5px;
	padding: 0;
}

DIV#CONTENIDOS  DIV#ARTRELACIONADOS IMG { 
	border: 1px solid #5E5E5E;; 
	width: 55px; 
}

/* Noticias relacionadas */

DIV#CONTENIDOS  DIV.NOTICIAREL {
	display: block;
	clear: both;
	width: 700px;
	overflow: hidden;
	margin: 10px 0 20px 5px;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #AFAFAF;
}

DIV#CONTENIDOS  DIV.NOTICIAREL DIV#TITULO {
	display: block;
	clear: both;
	width: 700px;
	height: 20px;
	margin: 0 0 2px 0;
	padding: 0;
	text-align: left;
}

DIV#CONTENIDOS  DIV.NOTICIAREL DIV#TITULO A { 
	display: block;
	float: left;
	clear: left;
	width: 20px;
	height: 15px;
	margin: 0 0 2px 0;
	text-decoration: none;
}

DIV#CONTENIDOS  DIV.NOTICIAREL DIV#TITULO A.ARTICULO {
	display: block;
	float: left;
	clear: right;
	width: auto;
	height: 17px;
	margin: 2px 0 3px 5px;
	font-size: .9em;
	font-weight: bolder;
}

DIV#CONTENIDOS  DIV.NOTICIAREL DIV#TITULO A.ARTICULO:hover { text-decoration: underline; }

DIV#CONTENIDOS  DIV.NOTICIAREL P { 
	font-size: .8em;
	text-align: justify;
	margin: 0 0 5px 25px; 
}
