@charset "utf-8";  

/* *************************************************** */
/*    CSS Document for Termicon Web Site ~  Common     */
/* *************************************************** */

body {
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;	
}
h1 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #689D41;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	color: #9AA285;
}
h3 {
	font-size: 10px;
	margin: 0px;
	color: #999999;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	margin: 10px 0px 0px;
}
h5 {
	font-family: 'Josefin Sans', sans-serif;
	margin: 10px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
h6 {
	font-size: 15px;
	font-weight: normal;
    display: list-item;
    list-style-type: disc;	
    margin: 4px 60px 0px;
}
p {
	font-size: 15px;
	line-height: 27px;
	text-align: justify;
	margin: 22px 0px;
	padding: 0px 30px;
	color: gray;
}
input, select {
	margin-top: 6px;
	color: gray;
} 

.wrapper:after { /*Stops div from collapsing*/
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
.info_wrapper1 {	
	font-family: Arial, Helvetica, sans-serif;
	padding: 25px 0px;
	background-color: white;
	color: #62704F;
} 
.info_wrapper2 {
	padding: 25px 0px;
	background-color: #F2F2F2;
	color: #999999;
} 
.formCell{
	line-height: 35px;
	clear: both;
}
.formLeftCell{
	float: left;
	text-align: right;
	padding-right: 2%;
	width: 48%;
}
.formRightCell{
	height: 35px;
	float: right;
	width: 50%;
}
.productCell {
	height: 160px;
	border-bottom: 1px solid lightgray;
	padding: 15px 0px;
}
.product {
	width: 23%;
	margin: 0% 1%;
	float: left;
}
.productPic {
	height: 100px;
	overflow: hidden;
}
.productCode {
	height: 20px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 20px;
	color: orange;
}
.productInfo {
	height: 40px;
	line-height: 18px;
	font-size: 14px;
}
.nosotrosImg {
	display: block;
	margin: 20px auto;
}

#topBar {
	height: 30px;
	background-color: #404041;
}
#topBar  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 30px;
}
#logo img {
	width: 100%;
	height: auto;
}
#ambient {
	position: relative;
    z-index:99;
}
#navBar {
	background-color: #F1F1F1;
	border: solid 1px #D0D1D1;
}
#navBar a {
	color: #909091;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px 0px;	
	text-align: center;
	background-color: #4B4C4D;
}
#footer a {
	margin: 0px 5px;
	line-height: 20px;
	text-transform: uppercase;	
	text-decoration: none;
	color: #D0D2D3;
}
#footer:after { /*Stops div from collapsing*/
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
#scroll {
	background-image: url(../images/toTop.png);
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 0px;
	right: 20px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	opacity: 0.5;
	display: none;
	cursor: pointer;
}
#scroll:hover {
	opacity: 1;
}