#header {
	position: relative;
	height:574px;
}

#header #banner_home{
	position: absolute;
	height: 398px; /* 378 */
	top:100px; /* 105 */
	left:0;
	width: 993px;
}

#header #banner_home_resultado{
	position: absolute;
	height: 398px; /* 378 */
	top:105px;
	left:0;
	width: 993px;
}

.oculto{
	visibility: hidden;
}

.visible{
	visibility:visible;
}

/* menu */
#menu_home {
	background-image: url("../img/web/header/menu2.gif");
	background-repeat: no-repeat;
	position: absolute;
	top:500px; /* 490 */
	height: 66px;
	width: 993px;
}

#menu_home UL {
	padding-top: 35px;
	
}
	
#menu_home LI {
	color: #000000;
	display:inline;
	list-style: disc;
	padding-left: 25px;
	margin-right:10px;
	margin-left: 3px;
	/*width: 80px;*/
	background-image: url("../img/web/flecha_medio.gif");
	background-repeat: no-repeat;
}

#menu_home LI.selected {
	background-image: url("../img/web/header/boton_background.gif");
	background-repeat: repeat-x;
	padding: 18px 30px;
	/*width: 100px;*/
}

#menu_home LI.selected A {
	color:white;
	font-size: 12px;
	background-image: none;
}

#menu_home LI A {
	color:black;
	text-decoration: none;
	font-weight: bold;
}



/* arriba nuevo abajo viejo */

#content {
	padding: 0 0 50px 0;
	margin:0;
}
#content_column_center {
	padding: 0 25px;
}
#footer_menu_div {
	margin-top:0px;
}
#footer_menu {
	border-top:0;
}
#destacados H2{
	margin-bottom: 10px;	
	background-image: url("../img/web/header/menu_sup_bg.jpg");
	background-repeat: no-repeat;
	width: 119px;
	height: 34px;
	font-size: 12px;
	padding: 11px 0 0 10px;
}

#destacados H2 A{
	color:#fff !important;
}

/* SALE */


.sale_title { 
	border:1px solid #E9E9E9;
	background-color:#FFF;
	height:40px; 
	margin-bottom:8px;
}
.sale_title H3 { 
	height:32px; 
	margin: 1px; 
	background-color:#F7F7F7; 
	padding:3px; 
}
.sale_item {
	float:left;
	width:231px;
	height:162px;
	margin:0 16px 16px 10px;
	font-size:11px;
}
.item_content IMG {
	float:left;
	width:80px;
	height:80px;
	margin: 0 16px 0px 0;
	padding:0;
	border:1px solid #CCC;
}
.item_content {
	color:#676767;
	line-height:1.3;
}

.price {
	color:#0D81CE;
}
.price B {
	color: #FF0000;
}

IMG.boton_superior{
	position: absolute;
	right:40px;
	top:35px;	
}

/* HOME NEWS */

P#noticias_home{

}
.noticia_titulo{
	font-weight:bold;
}
.noticia_description{
	color:#808080;
	margin-bottom: 10px;
}
A.read_more{
	color:#FF1CB4 !important;
	font-weight: bold;
}


