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

* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #ffa591;
	text-decoration: none;
	-o-transition: color .0.5s ease-out, background 0.5s ease-in;
	-ms-transition: color .0.5s ease-out, background 0.5s ease-in;
	-moz-transition: color .0.5s ease-out, background 0.5s ease-in;
	-webkit-transition: color .0.5s ease-out, background 0.5s ease-in;
	/* ...and now for the proper property */
	transition: color .05s ease-out, background 0.5s ease-in;
}
a:hover {
	color: #ffa591;
}
.fade-hover {
	text-decoration: none;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade-hover:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #FFFFFF;
}
html, body {
	width: 100%;
}
body {
	background-color: #FFF;
	color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
}
#header {
	position: relative;
	width: 100%;
	height: 195px;
	z-index: 190;
	background: url(../images/headerbg.png) repeat-x;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
footer {
	position: relative;
	z-index: 100;
	border-top: 3px solid #FFF;
	width: 100%;
	background: #000;
	min-height: 90px;
	color: #777;
	font-weight: 400;
}
footer p {
	margin-top: 20px;
	font-size: 14px;
}
footer a {
	color: #FFF;
}
.container-wrap {
	padding-left: 15%;
	padding-right: 15%;
}
.bottom-nav {
	background: url(../images/footer_bg.gif) repeat-x #656565;
}
.bottom-nav h4 {
	color: #ff5533;
}
.bottom-nav ul {
	list-style: none;
}
.bottom-nav ul li {
	background: url(../images/bullet.gif) no-repeat left;
	padding-left: 22px;
	font-weight: 400;
	line-height: 2em !important;
}
.bottom-nav ul li a {
	color: #ccc;
	text-decoration: none;
}
.bottom-nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
h1 {
	font-size: 34px;
	position: relative;
	margin: 0 !important;
}
h1 a {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 297px;
	height: 63px;
	text-indent: -9999px;
	margin-top: 35px;
}
h2 {
	margin-top: 20px;
	padding-left: 40px;
	padding-bottom: 6px;
	background: url(../images/sm_logo.jpg) no-repeat left top;
	border-bottom: 2px dotted #999;
	line-height: 0.9;
}
h3 {
	color: #a00300 !important;
	font-size: 22px !important;
	font-weight: normal;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
.separator {
	border-bottom: 3px solid #ffa591;
	padding: 5px 0;
	margin: 20px 0;
}
.box-white {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
.index-box {
	border-radius: 10px;
	padding: 20px;
	height: 100%;
	background: rgba(247,244,247,1);
	background: -moz-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 22%, rgba(245,245,245,1) 81%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,244,247,1)), color-stop(22%, rgba(255,255,255,1)), color-stop(81%, rgba(245,245,245,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 22%, rgba(245,245,245,1) 81%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 22%, rgba(245,245,245,1) 81%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 22%, rgba(245,245,245,1) 81%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(247,244,247,1) 0%, rgba(255,255,255,1) 22%, rgba(245,245,245,1) 81%, rgba(237,237,237,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f4f7', endColorstr='#ededed', GradientType=0 );
}
.index-box h3 {
	color: #e00000 !important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ul1 {
	line-height: 1.7;
	list-style: outside;
	margin: 0 10px 10px 30px;
}
.ul2 {
	line-height: 1.7;
	list-style: outside decimal;
	margin: 0 10px 10px 30px;
}
.moto {
	font-size: 20px;
	font-weight: 400;
}
.p0 {
	padding: 0px !important;
}
.p40-0 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.p20-0 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p15-0 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.p40 {
	padding: 40px !important;
}
.p60 {
	padding: 60px !important;
}
.p60-45 {
	padding: 60px 45px !important;
}
.p100-auto {
	padding-top: 100px;
	padding-bottom: 100px;
}
.m1015 {
	margin: 10px 15px;
}
.mr15 {
	margin-right: 15px;
}
.dark_red {
	color: #513030;
	line-height: 2.6em;
	font-size: 93%;
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.img-rel img {
	width: 100%;
	height: auto;
}
.h20 {
	height: 20px;
	clear: both;
}
.h30 {
	height: 30px;
	clear: both;
}
.h40 {
	height: 40px;
	clear: both;
}
.txt_cntr {
	text-align: center !important;
}
.txt_sm {
	font-size: 82%;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
.bg-index {
	background-color: #F8F8F8;
}
td {
	padding: 10px !important;
}
.question {
	width: 70%;
	color: #993300;
	font-size: 130%;
	margin: 20px 0;
}
.answer {
	background-color: #e0e1e6;
	padding: 30px;
}
/* table - ayloportes */
#ayloportes {
	font-size: 100%;
	margin: 30px 0;
}
#ayloportes tr.details td {
	font-size: 100%;
}
#ayloportes tr td.sizing2 {
	margin-right: 30px;
	font-weight: 700;
	padding: 6px 0;
	border-bottom: 2px dotted #a2c8de;
}
#ayloportes tr img {
	padding: 40px;
}
.c_a {
	text-align: center;
	padding: 6px 0;
	border-bottom: 2px dotted #a2c8de;
}
.c_a_b {
	text-align: center;
	font-weight: 700;
}
.c_a_i {
	text-align: center;
}
.b_1 {
	font-weight: 700;
	color: #993300;
	padding: 6px 0;
	border-bottom: 2px dotted #a2c8de;
}
.new_win {
	font-size: 120%;
	color: #513030;
	font-weight: 700;
	text-decoration: none;
	margin-top: 10px;
	padding-bottom: 15px;
}
.sample-box {
	margin: 20px 0;
	text-align: center;
}
.sample-box p {
	padding: 10px 5px;
}
#data {
	margin: 5px 0;
	font-size: 93%;
	border: 1px dotted #ccc;
}
#data td {
	padding: 10px 15px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	text-align: center;
}
#data td.wt_do {
	text-align: left;
	padding-right: 20px;
	border-right: 1px dotted #555;
	background-color: #513030;
	color: #fff;
}
#more_info {
	width: 450px;
	text-align: left;
	float: right;
	margin-right: 30px;
	font-size: 93%;
}
#more_info li {
	margin-left: 20px;
}
#accessories {
	margin: 5px 0;
	font-size: 93%;
	margin: 40px 0;
}
#accessories td {
	padding: 5px 30px;
	text-align: center;
	width: 120px;
}
#accessories tr.comments td {
	padding: 0;
	text-align: center;
}
#data2 {
	margin: 5px 0;
	font-size: 93%;
	border: 1px dotted #ccc;
}
#data2 td {
	padding: 10px 15px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	text-align: left;
}
#data2 td.wt_do {
	padding-right: 20px;
	border-right: 1px dotted #555;
	background-color: #513030;
	color: #fff;
}
/* Categories */
#categories {
	text-align: center;
}
#categories ul {
	list-style: none;
	margin: 20px 0;
}
#categories h3 {
	padding: 25px 15px 15px 15px!important;
	background: url(../images/top_cat.gif) repeat-x center top;
	margin: 0 !important;
}
#categories h4 {
	margin: 0;
	color: #fff;
	padding: 6px 0;
	border: 1px dotted #888;
	background-color: #a25b4a;
}
#cat1, #cat2, #cat3 {
	min-height: 570px;
}
#categories #cat1 {
	border-right: 2px dotted #ccc;
}
#categories #cat2 {
	border-right: 2px dotted #ccc;
}
#categories a {
	text-decoration: none;
	color: #888;
	font-weight: 500;
	font-size: 18px;
}
#categories a:hover {
	color: #e66649;
	padding: 5px 25px;
	background: url(../images/bullet3.png) no-repeat left;
	font-weight: 700;
}
.service_td {
	margin: 30px 0;
	font-size: 93%;
	border: 1px dotted #ccc;
}
.service_td td {
	padding: 10px 15px;
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	text-align: center;
}
.service_td td.wt_do {
	text-align: left;
	padding-right: 20px;
	border-right: 1px dotted #555;
	background-color: #513030;
	color: #fff;
}
#support {
	width: 100%;
	margin: 30px auto;
	text-align: center;
	font-weight: 700;
	font-size: 120%;
	padding: 20px 0;
	border: 1px dotted #555;
}
ul.products {
	list-style: outside none none;
	width: 100%;
}
ul.products li {
	background-color: #F8F8F8;
	color: #ffffff;
	display: block;
	font-size: 14px;
	list-style: outside none none;
	margin: 10px 0;
	text-transform: uppercase;
	width: 100%;
	border: 1px solid #CCC;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
ul.products li a {
	color: #666;
	display: block;
	font-weight: bold;
	padding: 20px;
}
ul.products li a:hover {
	background-color: #ffa591;
	color: #FFF;
}
.navbar-default {
	background: none !important;
	border: none !important;
}
nav {
	position: absolute !important;
	top: 140px;
	z-index: 1000;
	width: 100%;
}
.navbar-nav > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	font-weight: bold;
}
.navbar .navbar-nav {
	display: inline-block;
	float: left;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav > li {
	margin-right: 5px;
}
@media (max-width: 1100px) {
.nav > li > a {
	padding: 10px 10px !important;
	font-size: 14px !important;
}
.nav > li {
	margin-left: 0px;
}
}
@media (max-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar-default {
	background: #FFF !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-nav .open .dropdown-menu {
	text-align: center !important;
}
nav {
	top: 140px;
}
.nav > li > a {
	font-size: 15px !important;
}
.container-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
.row-eq-height {
	display: inherit !important;
}
.index-box {
	margin-bottom:20px;
}
.box-white {
	margin-bottom:20px;
}
}
@media (max-width: 450px) {
h1 a {
	background-image: url(../images/logosm.png);
	width: 240px;
	height: 51px;
}
}