body {
	background: url(images/bg.png) #000;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto auto;
	color: #36322b
}
p {
	padding: 0;
	text-align: left;
	margin: 0;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px
}
p.welcome {
	padding: 45px 45px 0
}
p.testimonial {
	font-style: italic;
	padding: 5px 15px 0 5px
}
.clear {
	clear: both
}
a:link {
	text-decoration: none;
	color: #000
}
a:active {
	color: #ff0
}
a:hover {
	text-decoration: underline;
	color: #000
}
a:visited {
	text-decoration: underline;
	color: #fff
}
img.left_img {
	float: left;
	padding: 3px 25px 3px 3px
}
#main_container {
	width: 821px;
	height: auto;
	margin: auto;
	padding: 0
}
#header {
	width: 821px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(images/header_bg.png) center top no-repeat;
}
.logo {
	margin: 30px 10px 10px;
	float: left
}
.telefono {
	float: right;
	font-size: 20px;
	margin: 55px 14px 10px 0;
	width: auto;
	font-family: 'Pathway Gothic One', sans-serif;
	color: #FFF;
	text-shadow: 0.1em 0.1em #000
}
.title {
	width: auto;
	font-size: 20px;
	color: #2e2721;
	font-weight: 400
}
span.orange, span.red {
	font-weight: 700;
	color: #da5b23
}
.contactenos_box {
	width: 496px;
	height: 130px;
	background: url(images/contactenos_box.gif) no-repeat center;
	padding: 0
}
.center_content {
	width: 821px;
	height: auto;
	clear: both;
	padding: 10px 0 30px;
	background-color: #e9e5e2
}
.center_left {
	width: 500px;
	float: left;
}
.center_right {
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background-color: #F3F3F3;
	border-radius: 8px;
	border: 1px solid #ccc;
}
.features {
	padding: 10px 17px 0
}
.text_box {
	width: 250px;
	margin: 15px 15px 15px;
}
.login_form_row {
	float: left;
	padding: 4px 0
}
label.login_label {
	width: 70px;
	float: left;
	padding: 3px 5px 0 0;
	color: #000;
	text-align: right
}
input.login_input {
	width: 153px;
	height: 18px;
	float: left;
	border: 1px solid #9dbbc6;
	background-color: #fff;
	color: #000
}
input.login {
	float: right;
	padding: 10px 20px 0 0
}
#footer {
	width: 821px;
	height: 52px;
	clear: both;
	color: #ffffff;
	margin-top: 5px;
}
.left_footer {
	float: left;
	padding: 18px 0 0 30px
}
#footer a {
	color: #fff;
	padding: 0 8px;
	text-decoration: none
}
.right_footer {
	float: right;
	height: 21px;
	line-height: 5px;
	margin: 15px 0;
	padding: 0;
	width: 170px
}
#poweredby {
	width: 280px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	line-height: 40px
}
#poweredby a {
	color: #666;
	text-decoration: none
}
h1, h2, h3 {
	font-size: 22px;
	font-weight: 400;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.productos {
	width: 108px;
	float: left;
	border: 1px solid #999;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
	background-color: #FFF;
}
.productos .text {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	text-align: center;
}
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}
li.bjqs-slide {
	position: absolute;
	display: none;
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
	position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 0;
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ol.bjqs-markers.h-centered {
	text-align: center;
}
ol.bjqs-markers li {
	display: inline;
}
ol.bjqs-markers li a {
	display: inline-block;
}
p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}
.bjqs-caption {
	color: black;
	background: whitesmoke;
	opacity: .75;
}
ol.bjqs-markers {
	margin-top: 5px;
}
ol.bjqs-markers li a {
	padding: 5px 10px;
	background: #000;
	color: #fff;
	margin: 5px;
	text-decoration: none;
	transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
}
li.active-marker a, ol.bjqs-markers li a:hover {
	background: gray!important;
}
ul.bjqs-controls.v-centered li a {
	display: block;
	padding: 10px;
	background: whitesmoke;
	color: #000;
	text-decoration: none;
	opacity: .75;
	transition: color .5s ease, background .5s ease;
	-webkit-transition: color .5s ease, background .5s ease;
	-moz-transition: color .5s ease, background .5s ease;
	-o-transition: color .5s ease, background .5s ease;
}
ul.bjqs-controls.v-centered li a:hover {
	background: #000;
	color: #fff;
}
.slider-titles {
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ccc
}
#cssmenu {
	padding: 0;
	margin: 0;
	border: 0;
}
#cssmenu ul, #cssmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#cssmenu ul {
	position: relative;
	z-index: 597;
}
#cssmenu ul li {
	float: left;
	min-height: 1px;
	vertical-align: middle;
}
#cssmenu ul li.hover, #cssmenu ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
#cssmenu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
#cssmenu ul ul li {
	float: none;
}
#cssmenu ul ul ul {
	top: 0;
	left: auto;
	right: -99.5%;
}
#cssmenu ul li:hover > ul {
	visibility: visible;
}
#cssmenu ul ul {
	bottom: 0;
	left: 0;
}
#cssmenu ul ul {
	margin-top: 0;
}
#cssmenu ul ul li {
	font-weight: normal;
}
#cssmenu a {
	display: block;
	line-height: 1em;
	text-decoration: none;
}
#cssmenu {
	background: #6e78a1;
	border-bottom: 1px solid #929ccb;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
}
#cssmenu > ul {
*display:inline-block;
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	background: #6e78a1;
	color: #FFF;
	padding: 0 20px;
}
#cssmenu ul {
	text-transform: uppercase;
}
#cssmenu ul ul {
	border-top: 1px solid #929ccb;
	text-transform: none;
	min-width: 210px;
}
#cssmenu ul ul a {
	background: #6e78a1;
	color: #FFF;
	border: 1px solid #929ccb;
	border-top: 0 none;
	line-height: 150%;
	padding: 10px 10px;
}
#cssmenu ul ul ul {
	border-top: 0 none;
}
#cssmenu ul ul li {
	position: relative
}
#cssmenu > ul > li > a {
	line-height: 40px;
}
#cssmenu ul ul li:first-child > a {
	border-top: 1px solid #929ccb;
}
#cssmenu ul ul li:hover > a {
	background: #929ccb;
}
#cssmenu ul ul li:last-child > a {
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 0 #CCC;
}
#cssmenu ul ul li:last-child:hover > a {
	border-radius: 0 0 0 3px;
}
#cssmenu ul ul li.has-sub > a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
#cssmenu ul li:hover > a, #cssmenu ul li.active > a {
	background: #929ccb;
	color: #FFF;
}
#cssmenu ul li.has-sub > a:after {
	content: '';
	margin-left: 0px;
}
#cssmenu ul li.last ul {
	left: auto;
	right: 0;
}
#cssmenu ul li.last ul ul {
	left: auto;
	right: 99.5%;
}
input, textarea, select {
	border: 1px solid #ccc;
	border-radius: 5px;
	font: 300 12px "Open Sans", Arial, sans-serif;
	height: 18px;
	margin: 0 0 10px;
	padding: 5px;
	width: 98%;
}
textarea {
	overflow: auto;
	width: 98%;
	height: 5%;
}
input[type=submit] {
	border: 1px solid #ccc;
	background-color: #FF9900;
	border-radius: 5px;
	font: 300 12px "Open Sans", Arial, sans-serif;
	height: 30px;
	float: right;
	padding: 5px;
	width: 30%;
	color: #FFFFFF;
}
.content-gallery {
	margin: 0 auto;
	display: block;
	width: 100%
}
.pics {
	display: inline-block;
}
.pics img {
	border: 2px solid #fff;
	border-radius: 8px
}
