@charset "UTF-8";
/* CSS Document */

/* RESET */

body {
	padding: 0;
	margin: 0;
	font: 13px Arial, Helvetica, Garuda, sans-serif;
 *font-size: small;
 *font: x-small;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

h2 a {
	font-family: "PF Tempesta Seven";
	color: #FFFFFF !important;
	font-size: 9px !important;
	text-transform: uppercase;
	
}

h2 a:hover {
	font-family: "PF Tempesta Seven";
	color: #2E83A1 !important;
	font-size: 9px !important;
	text-transform: uppercase;
	
}
table {
	font-size: inherit;
	font: 100%;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
p {
	margin: 1em 0;
}
a {
	color:#FFF;
	text-decoration: none;
}
a:hover {
	color: #2E83A1;
}
img div background h1 {
	behavior: url(../js/iepngfix.htc);
}
/* END RESET */

/* FONT */
@font-face {
	font-family: "PF Tempesta Seven";
	src: url(../type/seven.ttf) format("truetype");
}
 
 
@font-face {
	font-family: "PF Tempesta Seven Bold";
	src: url(../type/seven_bold.ttf) format("truetype");
	font-weight: bold;
}
/* END FONT*/

body {
	line-height: 140%;
	font: "PF Tempesta Seven";
	background: #202020 url(../images/top.png) no-repeat top right;
}
.clear {
	clear: both;
}
/* MENU CATALOGO */
#sidebar {
	width: 230px;
	height: 500px;
	overflow:hidden;
	position:relative;
	border-right: 1px solid #333;
	float: left;
}
#sidebar2 {
	width: 230px;
	height: 400px;
	overflow:hidden;
	position:relative;
	border-right: 1px solid #333;
	float: left;
}
#menu {
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	top:0;
	position:relative;
	height:100%;
	width: 230px;
}
#menu li {
	padding:10px 0 15px 0;
	text-align:right;
	display:block;
	cursor:hand;
	cursor:pointer;
	margin-bottom: 1px;
}
#menu li a {
	background:url() repeat #202020;
	color:#ddd;
	font-family: "PF Tempesta Seven";
	font-size: 8px;
	font-weight:normal;
	display:inline;
	padding:10px 8px 5px 20px;
	text-decoration:none;
}
#menu li span {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #464646;
}
/* END MENU CATALOGO */
/* LAYOUT */
#container {
	width: 1270px;
}
#header {
	margin:50px 0px 0px 55px;
	height: auto;
}
#header .logo {
	float: left;
	width: 201px;
	margin: 30px 0 0 0;
}
#header .logo h1 span {
	display: none;
}
#header .menu_top {
	display: block;
	float:left;
	margin: 30px 0 0 20px;
}
#header .menu_top ul {
	font-family: "PF Tempesta Seven";
	list-style: none;
	color: #FFF;
	font-size: 9px;
	text-transform: uppercase;
	/*border-left: 1px solid #333;*/
	padding: 10px 0 10px 0;
	width: 100%;
	display: block;
	height: 20px;
}
#header .menu_top li {
	float: left;
	padding: 0 20px 0 20px;
	margin: 5px 0;
	display: block;
	border-right: 1px solid #333;
}
#header .menu_top li a {
	color: #CCC;
}
#header .menu_top li a.active {
	border-bottom: 1px solid #2E83A1;
}
#header .menu_top li a:hover {
	color:#FBC43A;
	border-bottom: 1px solid #333;
}
#wrapper {
	padding: 20px 0 20px 15px;
}
#main_content {
	font-family:"PF Tempesta Seven";
	float:left;
	width: 1000px;
	/*background-color: #eee;*/
	height: 500px;
	margin: 0 0 0 23px;
	color: #FFF;
}
#main_content h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#main_content h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FC0;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#main_content h3 {
	font-family: "PF Tempesta Seven Bold";
	color: #2E83A1;
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#main_content h4 {
	font-family: "PF Tempesta Seven Bold";
	color: #2E83A1;
	font-size: 9px;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}
#main_content p {
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
	color: #CCC;
	text-align: justify;
}
#main_content2 {
	float:left;
	/*width: 1000px;*/
	/*background-color: #eee;*/
	/*height: 400px;*/
	margin: 0 0 0 20px;
}

#main_content2 h2 {
	font-family: "PF Tempesta Seven Bold";
	font-size: 8px;
	padding-top:12px;
	color: #2E83A1;
	padding-bottom:20px;
}

#main_content3 {
	font-family:"PF Tempesta Seven";
	float:left;
	width: 1220px;
	/*background-color: #eee;*/
	height: 400px;
	margin: 0 0 0 23px;
	padding-left:15px;
	color: #FFF;
}
#main_content3 h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#main_content3 h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FC0;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#main_content3 h3 {
	font-family: "PF Tempesta Seven Bold";
	color: #2E83A1;
	font-size: 9px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
#main_content3 h4 {
	font-family: "PF Tempesta Seven Bold";
	color: #2E83A1;
	font-size: 9px;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
}
#main_content3 p {
	font-size: 8px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 22px;
	color: #CCC;
	text-align: justify;
}
/* END LAYOUT */
/* FOOTER */
#footer {
	display: block;
	background: url(../images/footer.png) no-repeat top left;
	margin: 0 0 50px 55px;
	padding: 0;
	color: #FFF;
	width: auto;
}
#footer ul {
	display: block;
	float: right;
	font-size: 8px;
	color: #666;
	font-family: "PF Tempesta Seven";
}
#footer li {
	padding: 20px 0 0 0;
	float: left;
	margin: 0 0 0 20px;
}
#footer li a {
	text-transform: uppercase;
	font-size: 8px;
	color: #666;
}
#footer li a:hover {
	color: #454545;
}

#autor {
	width:300px;
	padding-top:20px;
	margin-right:0px;
	text-align:right;
	font-size: 7px;
	color: #454545;
	font-family: "PF Tempesta Seven";
	float: right;
	margin-top: 20px;
}

#autor a {
	text-transform: uppercase;
	font-size: 7px;
	color: #454545;
}
#autor a:hover {
	color: #990000;
}

/* END FOOTER */

/* mosaico */

ul.thumb {
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px;
	width: 1000px;
}
ul.thumb li {
	margin: 0;
	padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 160px;
	height: 110px;
}
ul.thumb li img {
	width: auto;
	height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	/*border: 1px solid #ddd;*/
	padding: 5px;
	/*background: #f0f0f0;*/
	position: absolute;
	left: 0;
	top: 0;
}
ul.thumb li img.hover {
	/*background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
	border: none; /* Get rid of border on hover */
}
/* end mosaico */


/* Product Info */
#product_view {
	border: 1px solid #333px;
	background-color: #FFF;
	float: left;
	position: relative;
	padding: 50px;
	width: 250px;
}
#product_view h2 {
	font-family: "PF Tempesta Seven Bold";
	font-size: 10px;
	color: #2E83A1;
	text-transform: capitalize;
	padding-bottom: 8px;
}
#product_view h3 {
	font-family: "PF Tempesta Seven Bold";
	font-size: 8px;
	text-transform: capitalize;
	color: #999999;
	padding-bottom: 8px;
	padding-top: 8px;
}
#product_view p {
	color: #000000;
	font-family: "PF Tempesta Seven";
	font-size: 8px;
	line-height: 18px;
	text-transform: capitalize;
	display:inline;
	text-decoration:none;
	
}
/* END Product Info */

/* Noticias Blog */
#noticias {
	float: right;
	width: 330px;
	margin: 0 0 0 18px;
	color: #999;
	font-size: 8px;
	
}
#noticias .nota {
	padding: 20px;
	border: 1px solid #666;
	background-color: #333;
	margin: 0 0 20px 0;
}
#noticias p {
	border-top: 1px solid #999;
	margin: 0;
	line-height: 15px;
	display: block;
	padding-top: 10px;
}
#noticias p.fecha {
	padding: 0 0 10px 0;
	color: #666;
	border-top: none;
}
#noticias h2 {
	display: block;
	border-bottom: 1px solid #202020;
	margin: 0;
	padding: 0 0 10px 0;
}
#noticias h2 a {
	font-size: 18px;
	color: #FC0;
}
#noticias h2 a:hover {
	color: #2E83A1;
}
/* END Noticias Blog */




#gift_view {
	border: 1px solid #333px;
	background-color: #FFF;
	float: left;
	position: relative;
	padding: 50px;
	padding-bottom:30px;
	width: 150px;
	height:320px;
	font-family: "PF Tempesta Seven";
	font-size: 8px;
	color: #666;
	
}
#gift_view h1 {
	font-family: "PF Tempesta Seven Bold";
	font-size: 8px;
	margin-top: 5px;

	color: #2E83A1;
}

#gift_view h2 {
	font-family: "PF Tempesta Seven Bold";
	font-size: 8px;
	margin-top: 15px;
	color: #2E83A1;
}

#gift_view a {
	color: #666;
	font-family: "PF Tempesta Seven";
	font-size: 8px;
	line-height: 18px;
	text-transform: capitalize;
	display:inline;
	/*padding:20px 8px 5px 20px;*/
	text-decoration:none;
}

#gift_view a:hover {
	border-bottom: 1px solid #2E83A1;
}



#back_link{    
	float:left;
	position:relative;
	padding-top:20px;
	padding-left:95px;
	
	
	
}

#back_link a {
	text-transform: capitalize;
	font-family: "PF Tempesta Seven";
	font-size: 8px;
	color: #FFFF;
 	
	line-height: 18px;
	

	
}

#back_link a img{
   padding-top:3px;
   padding-left:5px;
   float: right;
}
