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

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

a {
	font-weight: bold;
	color: #7F2348;}

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/nsv2_sprite.png);
	background-position: -10px -614px;
	background-repeat: no-repeat;
	}
#lateral2 {
	width: 198px;
	height: 400px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -3850px;
	background-repeat: no-repeat;
}

#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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -68px;
	background-color: White;
	background-repeat: 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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -484px;
	background-repeat: no-repeat;
	padding-top: 130px;
	overflow: hidden;
	margin: 0;
}

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

h2 a {
	color: White;
}

h3 {
	font-size: 120%;
	font-weight: bolder;
	background-color: #7F2348;
	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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -10px;
	background-color: #5D1B2E;
	background-repeat: no-repeat;
	background-attachment: scroll;
	cursor: pointer;
	height: 24px;
	margin: 0 0 -12px;
	overflow: hidden;
	padding: 24px 0 0;
	width: 24px;}

/* submenu */

.submenu {
	width: 198px;
	height: 160px;
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -68px;
	background-color: White;
	background-repeat: 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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -248px;
	background-repeat: 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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -308px;
	background-repeat: 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 */

.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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -368px;
	background-repeat: 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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -406px;
	background-repeat: 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: #7F2348;
	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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -456px;
	background-repeat: no-repeat;
	text-align: center;
}
	
.boxfooter a {
		color: White;
}

/* Tabla */

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

table.gridrow
{
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1014px;
	background-repeat: no-repeat;
	height: 60px;
}

table.gridrow:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1094px;
	background-repeat: no-repeat;
}

table.gridrowoferta {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1174px;
	background-repeat: no-repeat;
	height: 60px;
}

table.gridrowoferta:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1254px;
	background-repeat: no-repeat;
}

table.gridrownovedad {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1334px;
	background-repeat: no-repeat;
	height: 60px;
}

table.gridrownovedad:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1414px;
	background-repeat: no-repeat;
}

table.gridrowrec
{
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1494px;
	background-repeat: no-repeat;
	height: 60px;
}

table.gridrowrec:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1574px;
	background-repeat: no-repeat;
}

table.gridrowofertarec {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1654px;
	background-repeat: no-repeat;
	height: 60px;
}

table.gridrowofertarec:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1734px;
	background-repeat: no-repeat;
}

table.gridrownovedadrec {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1814px;
	background-repeat: no-repeat;
	height: 60px;
}

table.gridrownovedadrec:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1894px;
	background-repeat: no-repeat;
}

table.gridrowfoto
{
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -1974px;
	background-repeat: no-repeat;
	height: 80px;
}

table.gridrowfoto:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2074px;
	background-repeat: no-repeat;
}

table.gridrowofertafoto {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2174px;
	background-repeat: no-repeat;
	height: 80px;
}

table.gridrowofertafoto:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2274px;
	background-repeat: no-repeat;
}

table.gridrownovedadfoto {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2374px;
	background-repeat: no-repeat;
	height: 80px;
}

table.gridrownovedadfoto:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2474px;
	background-repeat: no-repeat;
}

table.gridrowrecfoto
{
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2574px;
	background-repeat: no-repeat;
	height: 80px;
}

table.gridrowrecfoto:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2674px;
	background-repeat: no-repeat;
}

table.gridrowofertarecfoto {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2774px;
	background-repeat: no-repeat;
	height: 80px;
}

table.gridrowofertarecfoto:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2874px;
	background-repeat: no-repeat;
}

table.gridrownovedadrecfoto {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -2974px;
	background-repeat: no-repeat;
	height: 80px;
}

table.gridrownovedadrecfoto:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -3074px;
	background-repeat: 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-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -3174px;
	background-repeat: 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: #7F2348;
	width: 600px;
	height: 22px;
	color: White;
	margin: 0;
}

.gridfooter2 a {
	color: White;
}

table.catalogrow
{
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -3224px;
	background-repeat: no-repeat;
	height: 210px;
}

table.catalogrow:hover {
	background-image: url(../../images/V2/nsv2_sprite.png);
	background-position: -10px -3454px;
	background-repeat: 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;
}

#headerbanner
{
	width: 600px;
}
