html{
	height: 100%;
}

body{
	margin-top: 0px;
	margin-bottom:0px;
	height: 100%;	
}

* html .central{
	height:100%;
}

/* -----------------------------------------------
FONDO DIV CENTRAL
----------------------------------------------- */
.central {
	/* FF
	   IE 7
  	   IE 6 */
	margin-top: -21px !important;
	*margin-top:0px !important;
	margin-top:0px;
		
	width: 823px;
	min-height: 100%;	
	background: url("../imagenes/fondo_central.png") repeat-y;
	margin-left:auto;
	margin-right:auto;	
}

/* -----------------------------------------------
PARTE SUPERIOR
----------------------------------------------- */
.container_logo {
	margin-left: 22px;
	margin-top: 5px;
	width: 229px;
	position:relative;
	float:left;
}
.container_menu {
	margin-top: 5px;
	margin-left: 100px;
	width: 400px;
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* -----------------------------------------------
Menú horizontal PARTE SUPERIOR
----------------------------------------------- */
#menuh {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 32px;
	margin:0;
	padding:0;
	
	/* margin-left : 10%;*/
}
 
#menuh ul li {
	list-style:none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float:left;
	padding: 4px;
	width:100px;
}

 
#menuh a {
	text-decoration: none;
	color: #333333;
	background: #FFD363;
	display: block;
	padding: 1px 0px;
	text-align: center;
	border: 1px solid #333333;
	border-width: 1px 1px 1px 1px;
}


 
/* 
#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}
*/
 
#menuh li a:hover {
	background: #A53000;
	border: 1px solid Black;
	border-left: 5px solid Black;
	color: White;
}

/* -----------------------------------------------
Menú ARTICULOS
----------------------------------------------- */
#menu_articulos {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	
	/* margin-left : 10%;*/
}
 
#menu_articulos ul li {
	list-style:none;
	background-image:url(../imagenes/boton.png);
	width:107px;
	height: 15px;
}

#menu_articulos ul {
	margin: 0;
	padding: 0;
}

#menu_articulos li {
	padding: 4px;
	margin-top: 10px;
}
 
#menu_articulos a {
	text-decoration: none;
	color: #333333;
	display: block;
	/*text-align: center;*/
}

#menu_articulos li a:hover {
	color: White;
}
/*
#menu_articulos span {
	display: none;
}

#menu_articulos a#caballero{ 
	padding: 0px 0px;
	width: 116px;
	height: 49px;
	background-image: url(../imagenes/caballero.gif);
}

#menu_articulos a#caballero:hover{
	background-position:bottom;
}
*/

/* -----------------------------------------------
formatos MENU SUPERIOR
----------------------------------------------- */
.fecha {
	font: 60% "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-size: x-small; */
}

.novedades_peque {
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;	
	margin-top: 30px;
}

.novedades_grande {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}

/* -----------------------------------------------
CAJA MENÚ SUPERIOR
----------------------------------------------- */

.caja_menu_sup {
	width: 776px;
	height: 120px;
	min-height: 120px;
	background: url("../imagenes/caja_menu_sup.png");
	
	margin: 20px auto;
	
	/*
	margin-top: -20px !important;
	*margin-top: -14px !important;
	margin-top: -20px;
	*/
	/*
	position: relative; 
	
	margin-left : auto;
	margin-right: auto; */
}



/* -----------------------------------------------
CAJA 
----------------------------------------------- */
.caja {
	width: 780px;
	background: url("../imagenes/caja_medio.gif") repeat-y;
	margin: 20px auto;
	/*
	position: relative; 
	
	margin-left : auto;
	margin-right: auto; */
	
}

.caja h1 {
	background: url("../imagenes/caja_sup.gif") no-repeat left top;
	padding: 10px 0 0 0;
	color: Black;
}

.caja .last {
	background: url("../imagenes/caja_inf.gif") no-repeat left bottom;
	padding: 0 10px 20px 20px;
}

.caja h1, .caja p {
	padding: 10px 20px 10px 20px;
}

/* -----------------------------------------------
CAJA PEQUEÑA
----------------------------------------------- */
.caja_peq {
	width: 328px;
	background: url("../imagenes/caja_peq_medio.png") repeat-y;
	margin: 20px auto;
	/*
	position: relative; 
	
	margin-left : auto;
	margin-right: auto; */
	
}

.caja_peq h1 {
	background: url("../imagenes/caja_peq_sup.png") no-repeat left top;
	padding: 10px 0 0 0;
	color: Black;
}

.caja_peq .last {
	background: url("../imagenes/caja_peq_inf.png") no-repeat left bottom;
	padding: 0 10px 20px 20px;
}

.caja_peq h1, .caja_peq p {
	padding: 10px 20px 10px 20px;
}

/* -----------------------------------------------
CAJA MEDIANA
----------------------------------------------- */
.caja_med {
	width: 779px;
	background: url("../imagenes/caja_med_medio.png") repeat-y;
	margin: 20px auto;
	/*
	position: relative; 
	
	margin-left : auto;
	margin-right: auto; */
	
}

.caja_med h1 {
	background: url("../imagenes/caja_med_sup.png") no-repeat left top;
	height: 33px;
	min-height: 33px;
	padding: 10px 0 0 0;
	color: Black;
}

.caja_med .last {
	background: url("../imagenes/caja_med_inf.png") no-repeat left bottom;
	height: 35px;
	min-height: 35px;
	padding: 0 10px 20px 20px;
}

.caja_med h1, .caja_med p {
	padding: 10px 20px 10px 20px;
}

/* -----------------------------------------------
SOMBRA EN LAS FOTOS
----------------------------------------------- */
br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.sombra {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.sombra img {
  padding: 5px 5px 9px 5px;
  background: white url(../imagenes/_marco_sombra/shad_bottom.png) repeat-x bottom left;
}

div.sombra div.topleft {
  width: 2px;
  height: 4px;
  background: url(../imagenes/_marco_sombra/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.sombra div.topright {
  width: 2px;
  height: 44px;
  background: url(../imagenes/_marco_sombra/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.sombra div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../imagenes/_marco_sombra/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.sombra div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../imagenes/_marco_sombra/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
