@charset "utf-8";  

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

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 18px;
	margin-left: 20px;
}

.wrapper {
	width: 100%;
}
.nav_menu {
	display: none;
}
.content_blue, .content_gray {
	padding: 50px;
} 
.productCell {
	border-bottom: none;
}
.product {
	width: 100%;	
	border-bottom: 1px solid lightgray;
	padding: 0px;
	margin: 0px;
}
.productPic {
	width: 20%;
	height: 50px;
	float: left;
	margin: 6px 10px 0px 10px;
}
.productPic img {
	width: 100%;
	height: auto;
}
.productCode {
	font-size: 14px;
	line-height: 16px;
	margin-top: 12px;
}
.productInfo {
	font-size: 12px;
	line-height: 12px;
	text-transform: lowercase;
	height: 30px;
}
.nosotrosImg {
	width: 100%;
	height: auto;
}

#topBar {
	height: 40px;
}
#topBar .rightCell a {
	margin-top: 8px;
	margin-right: 12px;
	float: right;
}
#topBarinf {
	display: none;
}
#branding {
	height: 200px;
}
#branding a {
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #156DA3;
	text-transform: uppercase;
	text-decoration: none;
}
#info {
	width: 80%;
	margin: 10px auto;
	text-align: center;
}
#logo {
	width: 60%;
	max-width: 300px;
	padding-top: 15px;
	margin: 0 auto;
}
#ambient {
	width: 100px;
	margin-left: 20px;
}
#menu_top{
	display: block;
	height: 50px;
	background-image: url(../images/menu.png);
	background-size: 32px 26px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom:1px solid #F2F2F2;
}
#navBar ul li a {
	border-bottom:1px solid lightgray;
}
#navBar li a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	color: #9AA285;
	display: block;
	border-bottom: 1px;
	border-color: #FFF;
}
#form {
	margin-left: 30px;
}
#footer {
	height: 45px;
}
#footer_links {
	margin-bottom: 5px;
}
#footer_links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #D0D2D3;
}