@font-face {
	font-family: 'helve-bold';
	src: url('../fonts/HelveticaNeueLTCom-XBlkCn.eot');
	src: local('☺'), url('../fonts/HelveticaNeueLTCom-XBlkCn.woff') format('woff'), url('../fonts/HelveticaNeueLTCom-XBlkCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTCom-XBlkCn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'cuerpo-text';
	src: url('../fonts/HelveticaLTStd-Fraction.eot');
	src: local('☺'), url('../fonts/HelveticaLTStd-Fraction.woff') format('woff'), url('../fonts/HelveticaLTStd-Fraction.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Fraction.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{
	font-family: 'cuerpo-text',Sans-Serif;
}
body{
	background-color: #fff;
	background-image: url(../images/bg-main.png);
	margin: 0px auto;
	/*width: 900px;*/	
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
img{
	border: none;
}
header{
	background-color: transparent;
	height: 300px;
	width: 100%;
}
header div.top-bar-container{
	width: 100%;
	height: 100px;
}
header div.top-bar-container div.top-bar{
	height: 50px;
	width: 100%;
	background-color: #ccc;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(204, 204, 204, 1.00), rgba(128, 128, 128, 1.00));
	   background: -moz-linear-gradient(top, rgba(204, 204, 204, 1.00), rgba(128, 128, 128, 1.00));
	    background: -ms-linear-gradient(top, rgba(204, 204, 204, 1.00), rgba(128, 128, 128, 1.00));
	     background: -o-linear-gradient(top, rgba(204, 204, 204, 1.00), rgba(128, 128, 128, 1.00));
	        background: linear-gradient(top, rgba(204, 204, 204, 1.00), rgba(128, 128, 128, 1.00));
}
header div.top-bar-container div.area-another-elements-top-bar-elemets{
	width: 100%;
	position: absolute;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements{
	margin: 0px auto;
	width: 900px;
	background-color: transparent;
	overflow: hidden;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.circle-logo-container{
	margin-left: 90px;
	float: left;	
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.circle-logo-container div.circle-logo{
	width: 100px;
	height: 100px;
	margin-top: 0px;
	float: left;
	margin-left: -1px;
	background-color: rgb(128,128,128);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.circle-logo-container div.corner-invert-left{
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 49px;
	background-image: url(../images/corner-invert-left.png);
	background-repeat: no-repeat;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.circle-logo-container div.corner-invert-right{
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 49px;
	margin-left: -1px;
	background-image: url(../images/corner-invert-right.png);	
	background-repeat: no-repeat;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.search-bar-container{
	float: right;
	margin-top: 50px;
	margin-right: 10px;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.search-bar-container div.corner-invert-left-mini{
	background-image: url(../images/corner-invert-left-mini.png);
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
	float: right;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.search-bar-container div.corner-invert-right-mini{
	background-image: url(../images/corner-invert-right-mini.png);
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
	float: right;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.search-bar-container div.search-bar-bg{
	/*width: 140px;*/
	height: 35px;
	float: right;
	background-color: rgb(124,124,124);
	-webkit-border-radius: 0px 0px 10px 10px;
	   -moz-border-radius: 0px 0px 10px 10px;
	    -ms-border-radius: 0px 0px 10px 10px;
	     -o-border-radius: 0px 0px 10px 10px;
	        border-radius: 0px 0px 10px 10px;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.search-bar-container input.input-search-criteria{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 90px;
	height: 20px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	border: none;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.search-bar-container input.search-icon-btn{
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(../images/search-icon-lupa.png);
	background-repeat: no-repeat;
	border: none;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.search-bar-container input.search-icon-btn:hover{
	background-image: url(../images/search-icon-lupa-hover.png);
}
div.width-900-center{
	width: 900px;
	margin: 0px auto;
	text-align: center;
}
/*header div.top-bar-container div.top-bar div.width-900-center{
	width: 900px;
	margin: 0px auto;
}*/
header div.top-bar-container div.top-bar div.width-900-center div.user-btns-bg{
	/*width: 100px;*/
	height: 25px;
	background-color: rgb(102,102,102);
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}
header div.top-bar-container div.top-bar div.width-900-center div.user-btns-bg ul.user-btns-list{
	padding: 0px;
	margin: 0px;
}
header div.top-bar-container div.top-bar div.width-900-center div.user-btns-bg ul.user-btns-list li{
	list-style: none;
	float: left;
	padding-left: 5px;
}
header div.top-bar-container div.top-bar div.width-900-center div.user-btns-bg ul.user-btns-list li a{
	text-decoration: none;
	color: rgb(204, 204, 204);
	font-size: 12px;
}
header div.top-bar-container div.top-bar div.width-900-center div.user-btns-bg ul.user-btns-list li a:hover{
	color: #FFF;	
}
header div.header-image-container{
	width: 900px;
	height: 250px;
	margin: 0px auto;
	background-color: rgb(128,128,128);
	margin-top: -50px;
	-webkit-border-radius: 0px 0px 10px 10px;
	   -moz-border-radius: 0px 0px 10px 10px;
	    -ms-border-radius: 0px 0px 10px 10px;
	     -o-border-radius: 0px 0px 10px 10px;
	        border-radius: 0px 0px 10px 10px;
}
header div.header-image-container div.header-image-content{
	width: 900px;
	height: 240px;
	overflow: hidden;
	-webkit-border-radius: 0px 0px 10px 10px;
	   -moz-border-radius: 0px 0px 10px 10px;
	    -ms-border-radius: 0px 0px 10px 10px;
	     -o-border-radius: 0px 0px 10px 10px;
	        border-radius: 0px 0px 10px 10px;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.logo-content{
	width: 267px;
	height: 151px;
	margin-top: 5px;
	margin-left: 25px;
	position: absolute;
	z-index: 1000;
	text-align: center;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.logo-content a{
	color: #ebebeb;
	font-size: 30px;
	font-family: Impact, fantasy;
	text-decoration: none;
}
header div.top-bar-container div.area-another-elements-top-bar-elemets div.center-area-top-bar-elements div.logo-content a:hover{
	color: #FFF;
}
div.wrapper{
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}
div.wrapper nav{
	width: 900px;
	height: 40px;
	background-image: url(../images/red-bg.png);
	margin-top: 10px;
	text-align: center;
	float: left;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}
div.wrapper nav ul{
	margin: 0px;
	padding: 0px;
}
div.wrapper nav ul li{
	list-style: none;
	float: left;
	margin-left: 50px;
	margin-top: 5px;
	font-family: 'cuerpo-text',Sans-Serif;
}
div.wrapper nav ul li a{
	color: #CCC;
	text-decoration: none;
	font-size: 20px;
}
div.wrapper nav ul li a:hover{
	border-bottom: solid #FFF 5px;
	color: #FFF;
}
.nav-btn-selected{
	border-bottom: solid #FFF 5px;
}
div.wrapper article{
	margin-top: 10px;
	float: left;
	width: 630px;
}
article div.catalogo-container{
	/*background-color: #fff;*/
	overflow: hidden;
	padding-left: 10px;
}
article div.catalogo-container div.catalogo-main-box-1{
	width: 145px;
	height: 200px;
	float: left;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	background: -webkit-linear-gradient(top, rgba(41, 171, 226, 0.70), rgba(0, 113, 188, 0.70));
	   background: -moz-linear-gradient(top, rgba(41, 171, 226, 0.70), rgba(0, 113, 188, 0.70));
	    background: -ms-linear-gradient(top, rgba(41, 171, 226, 0.70), rgba(0, 113, 188, 0.70));
	     background: -o-linear-gradient(top, rgba(41, 171, 226, 0.70), rgba(0, 113, 188, 0.70));
	        background: linear-gradient(top, rgba(41, 171, 226, 0.70), rgba(0, 113, 188, 0.70));
}
article div.catalogo-container div.catalogo-main-box-2{
	width: 145px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;	
	margin-right: 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	background-color: #666;
}
div.catalogo-product-box{
	width: 125px;
	height: 140px;
	background-color: rgba(255,255,255, 0.30);
	margin-top: 10px;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}
div.catalogo-description-box{
	width: 115px;
	height: 25px;
	padding: 5px;
	background-color: rgba(255,255,255, 0.30);
	margin-top: 5px;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
}
div.catalogo-description-box span{
	font-size: 12px;
	color: rbg(156,156,156)
}
h1{
	font-size: 50px;
	color: rgb(0,113,188);
	margin: 0px;
}
h2{
	
}
h3{
	font-size: 24px;
	color: rgb(10,10,10);
	margin: 0px;
}
p{
	font-size: 12px;
	color: rgb(10,10,10);
}
div.wrapper aside{
	float: left;
	/*background-color: #00f;*/
	margin-left: 10px;
	margin-top: 10px;
	width: 250px;
}
aside div.item-box{
	width: 100%;
	background-color: rgba(255,255,255,0.70);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
}
aside div.item-box div.item-title-container{
	width: 100%;
	-webkit-border-radius: 5px 5px 0px 0px;
	   -moz-border-radius: 5px 5px 0px 0px;
	    -ms-border-radius: 5px 5px 0px 0px;
	     -o-border-radius: 5px 5px 0px 0px;
	        border-radius: 5px 5px 0px 0px;
	background: -webkit-linear-gradient(top, rgba(51,51,51, 1.00), rgba(128,128,128, 1.00));
	   background: -moz-linear-gradient(top, rgba(51,51,51, 1.00), rgba(128,128,128, 1.00));
	    background: -ms-linear-gradient(top, rgba(51,51,51, 1.00), rgba(128,128,128, 1.00));
	     background: -o-linear-gradient(top, rgba(51,51,51, 1.00), rgba(128,128,128, 1.00));
	        background: linear-gradient(top, rgba(51,51,51, 1.00), rgba(128,128,128, 1.00));
}
aside div.item-box div.item-content{
	padding: 10px;
	margin: 0px;
}
aside div.item-box div.item-content span{
	font-size: 12px;
}
aside div.item-box div.item-title-container h4{
	font-size: 24px;
	color: #FFF;
	padding: 5px;
	text-transform: uppercase;
}
footer{
	width: 100%;
	height: 70px;
	background-color: #000;
	float: left;
	margin-top: 10px;
	background-image: url(../images/footer-bg.gif);
	-webkit-box-shadow: 0px -5px 5px rgba(50,50,50, 0.6);
	   -moz-box-shadow: 0px -5px 5px rgba(50,50,50, 0.6);
	    -ms-box-shadow: 0px -5px 5px rgba(50,50,50, 0.6);
	     -o-box-shadow: 0px -5px 5px rgba(50,50,50, 0.6);
	        box-shadow: 0px -5px 5px rgba(50,50,50, 0.6);
}
footer div.width-900-center div.footer-links{
	margin-top: 10px;
	color: #999;
	font-size: 14px;
}
footer div.width-900-center div.footer-links a{
	color: #999;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
footer div.width-900-center div.footer-links a:hover{
	color: #CCC;
}
footer div.width-900-center span{
	color: #999;
	font-size: 14px;
}