﻿/* Fonts: http://georgebutler.com/blog/typography/10-definitive-web-font-stacks-for-designers/ */

body
{
	font: normal 13px Futura, Arial, Helvetica, Tahoma, sans-serif;
	color: Black;
	background: White url(../../images/V2/fondo_body.png) no-repeat 0 0;
}

a {
	font-weight: bold;
	color: #732940;}

a:link 
{
	text-decoration: none;}

a:visited {
	text-decoration: none;}

a:hover {
	text-decoration: underline;}

a:active {
	text-decoration: none;}
	
img{
	border:0;}
	
.aviso
{
	font-size: 110%;
	font-weight: bold;
	color: red;
}
.notificacion
{
	font-size: 110%;
	font-weight: bold;
	color: black;
}


/* Layout home:

+-container----------------------------------------------+
|+-cabecera---------------------------------------------||
||                                                      ||
|+------------------------------------------------------+|
|+-lateral----++-principal------------------------------+|
||+-buscador-+||+-foto---------------------------------+||
|||          ||||                                      |||
|||          ||||                                      |||
||+----------+||+--------------------------------------+||
||+-submenu--+||+-subfoto1--++-subfoto2---++-subfoto3--+||
|||          ||||           ||            ||           |||
||+----------+||+-----------++------------++-----------+||
||+-noticias-+||+-novedades-++-lomasvisto-++-ofertas---+||
|||          ||||           ||            ||           |||
||+----------+||+-----------++------------++-----------+||
|+------------++----------------------------------------+|
|+-pie--------------------------------------------------||
||                                                      ||
|+------------------------------------------------------+|
+--------------------------------------------------------+

*/

/* http://www.webestilo.com/foros/mensaje.phtml?foro=16&msg=42073 */

#container {
	position: absolute;
	left: 50%;
	margin: 0 -396px;
	top: 0;
}

#cabecera {
	width: 798px;
	position: relative;
}
#lateral {
	width: 198px;
}
#principal {
	width: 600px;
	float:left;
}
#buscador {
	height: 400px;
	background-image: url(../../images/V2/buscador_nsv.png);
	}
#lateral2 {
	width: 198px;
	height: 400px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../../images/V2/lateralnomenu.png);
}

#foto {
	width: 600px;
	height: 400px;
	float:left;
	border: none;
	margin: 0;
	padding: 0;}

#submenu {
	height: 160px;
}

#subfoto1 {
	width: 198px;
	height: 160px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;}

#subfoto2 {
	width: 198px;
	height: 160px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;}

#subfoto3 {
	width: 198px;
	height: 160px;
	float:left;
	border: none;
	margin: 0;
	padding: 0;}

#noticias {
	width: 198px;
	height: 160px;
	float: left;
	background: White url(../../images/V2/submenu_nsv.png) no-repeat;
	border: none;
	margin: 0;
	padding: 0;}

#lomasvisto {
	width: 298px;
	height: 160px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;}

#novedades {
	width: 298px;
	height: 160px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;}

#ofertas {
	width: 298px;
	height: 160px;
	float:left;
	border: none;
	margin: 0;
	padding: 0;}

#xpie
{
	height: 100px;
	width: 792px;
	text-align: center;
	border: none;
	margin: 20px 0px 0px;
	padding: 0;
	font-size: 90%;
}

/* Logo: http://www.thefutureoftheweb.com/blog/replacing-text-with-an-image-using-css */

h1 {
    height: 0px;
  	background: url(../../images/V2/logo_nsv_448x130.png) top left no-repeat;
    padding-top: 130px;
    overflow: hidden;
    margin: 0;
}

h2 
{
	padding-left: 15px;
	padding-top: 4px;
	font-size: 120%;
	font-weight: bolder;
  	background: url(../../images/V2/boton_nsv_598x30.png) top left no-repeat;
	width: 100%;
	height: 22px;
	color: White;
	margin: 0;
}

h2 a {
	color: White;
}

h3 {
	font-size: 120%;
	font-weight: bolder;
	background-color: #6B2339;
	color: White;
	padding-left: 10px;
}

h3 a {
	color: White;
}

.date-header 
{
 margin-top: 10px;
	font-size: 120%;
	font-weight: bolder;
	text-align: center;
	color: Black;
}

	

/* http://csscreator.com/node/20599

Bottom Align text

Simplest way would be to ensure that the parent div had a positional context (relative) 
then make the link display:block and position it absolute; bottom:0; where it will stick.

You do not need to place it in a div, that will lead to divitis but you may consider that 
the link be expressed in a semantic context such as a <p> element although not absolutely 
required.
*/
#menu {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

/* buscador */

#buscador_help {
	padding: 10px;
	color: White;
}
	
#buscador_help a {
	color: White;
}
	
.buscador_box {
	border-collapse: collapse;
	text-align: left;
	white-space: nowrap;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #ACBABD;
	float: left;
	font-size: 115.9%;
	margin: 0 0 0 1px;
	padding: 0.2em 0.2em 1em;
	position: relative;
	left: 0.5em;}

.buscador_tbx {
	border: 0 none;
	color: #333333;
	float: left;
	font-size: 100%;
	height: 1.2em;
	line-height: 1.2em;
	margin: 0 0.44em -0.8em 0.24em;
	padding: 0.2em;
	width: 9em;}

.buscador_btn {
	border: 0 none;
	color: #333333;
	float: left;
	font-size: 100%;
	line-height: 1.2em;
	background: #5D1B2E url(../../images/V2/lupa.jpg) repeat scroll 0 0;
	cursor: pointer;
	height: 24px;
	margin: 0 0 -12px;
	overflow: hidden;
	padding: 24px 0 0;
	width: 24px;}

/* submenu */

.submenu {
	width: 198px;
	height: 160px;
	background: White url(../../images/V2/submenu_nsv.png) no-repeat;}

/* Botones grandes (buscador, noticias, ...) algunos son links otros sólo texto */
.botonmenu 
{
	width: 198px;
	height: 22px;
	color: White;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	background: url('../../images/V2/boton_nsv_flecha.png') no-repeat;
	padding-top: 9px;
	padding-bottom: 9px;
}

.botonmenu a {
	color: White;}

.botonseccion
{
	width: 198px;
	height: 22px;
	color: White;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	background: url('../../images/V2/boton_nsv_seccion.png') no-repeat;
	padding-top: 9px;
	padding-bottom: 9px;
}

.botonseccion a {
	color: White;}
	
/* noticias */

.subnoticias {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;}

/* Celda */

.miniboxtitle {
	width: 198px;
	height: 22px;
	color: White;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	background: url(../../images/V2/boton_nsv_198x30.png) no-repeat;
	padding-top: 9px;
	padding-bottom: 9px;}

.miniboxcell
{
	height: 100px;
	width: 180px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.miniboxfooter {
	width: 198px;
	height: 18px;
	font-weight: 300;
	font-size: 11px;
	color: White;
	background: url(../../images/V2/miniboton_198x20.png) no-repeat;
	text-align: center;}
	
.miniboxfooter a {
		color: White;
	}

.boxtitle {
	width: 298px;
	height: 22px;
	color: White;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	background: url(../../images/V2/boton_nsv_298x30.png) no-repeat;
	padding-top: 5px;
	padding-bottom: 9px;}

.boxrow {
	height: 105px;
	width: 300px;
	position: relative;
}
.boxproduct
{
	text-align: center;
	width: 280px;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.boxprice 
{
	width: 100px;
	float: right;
	text-align: right;
	color: #6B2339;
	font-size: x-large;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.boxcell 
{
	height: 95px;
	width: 280px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.boxfooter 
{
	width: 298px;
	height: 18px;
	font-weight: 300;
	font-size: 11px;
	color: White;
	background: url(../../images/V2/miniboton_298x20.png) no-repeat;
	text-align: center;
}
	
.boxfooter a {
		color: White;
}

/* Tabla */

.gridtitle {
	height: 23px;
	background-color: #6B2339;
	color: White;
	text-align: center;
	font-size: 120%;
	font-weight: bolder;
	padding-top: 0;
	padding-bottom: 0;}

table.gridrow
{
	background: url('../../images/V2/resultado_600x60.png') no-repeat;
	height: 60px;
}

table.gridrow:hover {
	background: url('../../images/V2/resultadosel_600x60.png') no-repeat;
}

table.gridrowoferta {
	background: url('../../images/V2/resultadooferta_600x60.png') no-repeat;
	height: 60px;
}

table.gridrowoferta:hover {
	background: url('../../images/V2/resultadoseloferta_600x60.png') no-repeat;
}

table.gridrownovedad {
	background: url('../../images/V2/resultadonovedad_600x60.png') no-repeat;
	height: 60px;
}

table.gridrownovedad:hover {
	background: url('../../images/V2/resultadoselnovedad_600x60.png') no-repeat;
}

table.gridrowrec
{
	background: url('../../images/V2/resultado_recomendado_600x60.png') no-repeat;
	height: 60px;
}

table.gridrowrec:hover {
	background: url('../../images/V2/resultadosel_recomendado_600x60.png') no-repeat;
}

table.gridrowofertarec {
	background: url('../../images/V2/resultadooferta_recomendado_600x60.png') no-repeat;
	height: 60px;
}

table.gridrowofertarec:hover {
	background: url('../../images/V2/resultadoseloferta_recomendado_600x60.png') no-repeat;
}

table.gridrownovedadrec {
	background: url('../../images/V2/resultadonovedad_recomendado_600x60.png') no-repeat;
	height: 60px;
}

table.gridrownovedadrec:hover {
	background: url('../../images/V2/resultadoselnovedad_recomendado_600x60.png') no-repeat;
}

table.gridrowfoto
{
	background: url('../../images/V2/resultado_600x80.png') no-repeat;
	height: 80px;
}

table.gridrowfoto:hover {
	background: url('../../images/V2/resultadosel_600x80.png') no-repeat;
}

table.gridrowofertafoto {
	background: url('../../images/V2/resultadooferta_600x80.png') no-repeat;
	height: 80px;
}

table.gridrowofertafoto:hover {
	background: url('../../images/V2/resultadoseloferta_600x80.png') no-repeat;
}

table.gridrownovedadfoto {
	background: url('../../images/V2/resultadonovedad_600x80.png') no-repeat;
	height: 80px;
}

table.gridrownovedadfoto:hover {
	background: url('../../images/V2/resultadoselnovedad_600x80.png') no-repeat;
}

table.gridrowrecfoto
{
	background: url('../../images/V2/resultado_recomendado_600x80.png') no-repeat;
	height: 80px;
}

table.gridrowrecfoto:hover {
	background: url('../../images/V2/resultadosel_recomendado_600x80.png') no-repeat;
}

table.gridrowofertarecfoto {
	background: url('../../images/V2/resultadooferta_recomendado_600x80.png') no-repeat;
	height: 80px;
}

table.gridrowofertarecfoto:hover {
	background: url('../../images/V2/resultadoseloferta_recomendado_600x80.png') no-repeat;
}

table.gridrownovedadrecfoto {
	background: url('../../images/V2/resultadonovedad_recomendado_600x80.png') no-repeat;
	height: 80px;
}

table.gridrownovedadrecfoto:hover {
	background: url('../../images/V2/resultadoselnovedad_recomendado_600x80.png') no-repeat;
}

.gridproduct {
	padding-left: 30px;
	width: 400px;
}

.gridprice
{
	width: 140px;
	text-align: right;
	font-size: x-large;
	padding-top: 26px;
}

.gridcell {
	padding: 5px;}

.gridfooter 
{
	padding-left: 15px;
  	background: url(../../images/V2/boton_nsv_598x30.png) top left no-repeat;
	height: 28px;
	color: White;
}

.gridfooter a 
{
	font-size: 80%;
	color: White;
	padding-right: 20px;
}

.gridfooter2 
{
	padding-left: 15px;
	padding-top: 3px;
  	background-color: #6B2339;
	width: 600px;
	height: 22px;
	color: White;
	margin: 0;
}

.gridfooter2 a {
	color: White;
}

table.catalogrow
{
	background: url('../../images/V2/resultado_400x210.png') no-repeat;
	height: 210px;
}

table.catalogrow:hover {
	background: url('../../images/V2/resultadosel_400x210.png') no-repeat;
}

.catalogproduct {
	padding-left: 20px;
	width: 800px;
}

.catalogprice
{
	width: 200px;
	text-align: right;
	font-size: x-large;
	padding-top: 156px;
}

.texto p 
{
	padding-left: 10px;
	text-align: left;
}
