﻿@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #000;
	margin: 0px;
	background-image: url(../img/css/bg.png);
}
p, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
img {
	border: none;
}
/* específics home */
#h_main {
	width: 776px;
	height: 570px;
	margin: 50px auto;
	background-image: url(../img/css/h_bg.png);
	position: relative;
}
#h_main a {
	color: #000;
}
#h_main ul#menu {
	position: absolute;
	left: 200px;
	top: 66px;
}
#h_main ul#menu li {
	width: 175px;
	height: 85px;
	background-image: url(../img/css/h_a_bg.png);
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
#h_main ul#menu li:hover {
	background-image: url(../img/css/h_a_bg_hl.png);
}
#h_main ul#menu li a {
	display: block;
	padding: 12px;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#h_main ul#menu li a span {
	color: #fff;
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#h_main #news {
	position: absolute;
	left: 17px;
	top: 185px;
	width: 155px;
	height: 250px;
	overflow: auto;
}
#h_main #news h1 {
	font-size: 14px;
	padding: 0 3px 3px;
	border-bottom: 1px solid #F9A349;
}
#h_main #news ul {
	border-bottom: 1px solid #F9A349;
}
#h_main #news li {
	margin: 4px 0 1px;
	padding: 0 3px 6px;
	border-bottom: 1px solid #F9A349;
}
#h_main #news li a {
	font-weight: bold;
	color: #fff;
}
#h_main #news li span {
	font-size: 10px;
	color: #333;
	display: block;
}
#h_main #news li a.more {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	display: block;
	clear: left;
}
#h_main #showcase {
	position: absolute;
	left: 210px;
	top: 185px;
	width: 535px;
	height: 320px;
	overflow: hidden;
}
#h_main #showcase #wrapper {
	position: absolute;
	width: 5000px;
	left: 0;
	top: 0;
}
#h_main #showcase #wrapper .item {
	width: 535px;
	height: 315px;
	position: relative;
	float: left;
}
#h_main #showcase #wrapper .item .pic {
	position: absolute;
	width: 330px;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
}

#h_main #showcase #wrapper .item .pic_portada {
	position: absolute;
	width: 200px;
	height: 100%;
	text-align: center;
	left: 0;
	top: 0;
}

#h_main #showcase #wrapper .item .info {
	position: absolute;
	width: 185px;
	height: 100%;
	right: 20px;
	top: 0;
}

#h_main #showcase #wrapper .info_portada {
	position: absolute;
	width: 280px;
	height: 300px;
	right: 30px;
	top: 15px;
}

#h_main #showcase #wrapper .info_mapa_web {
	position: absolute;
	width: 380px;
	height: 100%;
	right: 30px;
	top: 15px;
}

#h_main #showcase #wrapper .info_portada h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

#h_main #showcase #wrapper .item .info .info_portada span {
	font-size: 10px;
	color: #333;
	display: block;
	margin-bottom: 2px;
}
#h_main #showcase #wrapper .item .info .info_portada .price {
	margin-top: 3px;
	position: relative;
	margin-bottom: 8px;
}
#h_main #showcase #wrapper .item .info .info_portada .price strong {
	font-size: 12px;
	font-weight: bold;
}
#h_main #showcase #wrapper .item .info .info_portada .price .claim {
	position: absolute;
	right: -20px;
	top: -18px;
	background-image: url(../img/css/cl_bg.png);
	width: 62px;
	height: 63px;
}
#h_main #showcase #wrapper .item .info .info_portada .price .claim span {
	text-align: center;
	font-size: 11px;
	line-height: 100%;
	padding-top: 14px;
}
#h_main #showcase #wrapper .item .info .info_portada .butt {
	background: url(../img/css/but_bg_r.png) no-repeat right center;
	height: 29px;
	padding-right: 8px;
	position: relative;
	margin-left: -2px;
	float: left;
}
#h_main #showcase #wrapper .item .info .info_portada .butt:hover {
	background-image: url(../img/css/but_bg_r_hl.png);
}
#h_main #showcase #wrapper .item .info .info_portada .butt a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: url(../img/css/but_bg_l.png) no-repeat left center;
	padding: 7px 4px 7px 12px;
}
#h_main #showcase #wrapper .item .info .info_portada .butt:hover a {
	background-image: url(../img/css/but_bg_l_hl.png);
}
#h_main #showcase #wrapper .item .info .info_portada a.more {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	clear: left;
}
#h_main #showcase #wrapper .item .info .info_portada a.more span {
	text-decoration: underline;
	padding-left: 5px;
	display: inline;
	color: #000;
}
#h_main #showcase #wrapper .item .info .info_portada .nav {
	position: absolute;
	left: 0;
	bottom: 0;
}
#h_main #showcase #wrapper .item .info .info_portada .nav .smallbutt {
	background: url(../img/css/sbut_bg_r.png) no-repeat right center;
	height: 28px;
	padding-right: 8px;
	position: relative;
	margin-left: -2px;
	float: left;
}
#h_main #showcase #wrapper .item .info .info_portada .nav .smallbutt:hover {
	background-image: url(../img/css/sbut_bg_r_hl.png);
}
#h_main #showcase #wrapper .item .info .info_portada .nav .smallbutt a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background: url(../img/css/sbut_bg_l.png) no-repeat left center;
	padding: 7px 6px 8px 14px;
}
#h_main #showcase #wrapper .item .info .info_portada .nav .smallbutt:hover a {
	background-image: url(../img/css/sbut_bg_l_hl.png);
}
#h_main #options {
	position: absolute;
	top: 516px;
	right: 23px;
	color: #fff;
}
#h_main #options a {
	color: #fff;
}
#h_main #footer {
	position: absolute;
	font-size: 10px;
	left: 25px;
	top: 538px;
}
#h_main #footer a {
	text-decoration: none;
}
#h_main #footer a:hover {
	text-decoration: underline;
}
#h_main #ganesha {
	position: absolute;
	font-size: 10px;
	color: #333;
	right: 25px;
	top: 477px;
}
#h_main #ganesha a {
	color: #333;
}
