/*
Design by Ricardo Castillo
CSS base taken from template "Newave" by freecsstemplates.org
Title      : isolutions
Version    : 2.0
*/

html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
/*	background: #F2F2F2 url(images/bg.png) repeat-x fixed top center;*/ /*FIXED*/
	background: #F2F2F2 url(images/bg.png) repeat-x scroll top center; /*SCROLL*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	height: 100%;
}
#gears {
/*	background: transparent url(images/bg_gears.jpg) no-repeat fixed top right;*/ /*FIXED*/
	background: transparent url(images/bg_gears.jpg) no-repeat scroll top right; /*SCROLL*/
/*	height: 100%;*/
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-weight: normal;
	color: #960000;
}
h1 {
	font-size: 1.5em;
	margin: 0 0 -60px 0;
	font-size: 36px;
	text-transform: uppercase;
}
h2 {
	letter-spacing: -1px;
	font-size: 30px;
	margin: 0;
	padding: 70px 0 0;
}
h3 {
	font-size: 18px;
}
h4 {
}
.title {
	color: #999999;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
p, ul, ol {
}
p {
}
blockquote {
	background: transparent url(images/quote.png) center left no-repeat scroll;
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	margin: 20px 0;
	padding: 30px 0 30px 30px;
}
ul {
}
ol {
}
a, .red {
	color: #960000;
}
a:hover {
	text-decoration: none;
}
small {
}
hr {
/*	display: none;*/
	border: 1px solid #CCCCCC;
	margin-top: 70px;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 15px 0 0;
}
img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */
#bg_header {
	background: transparent url(images/bg_header.png) repeat top center;
}
#header {
	width: 920px;
	min-width: 920px;
	height: 131px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin-top: 22px;
}
#logo h1, #logo h2 {
	margin: 0;
}
#logo h1 {
	padding-top: 0px;
	font-size: 1.3em;
	color: #554D49;
}
#logo h1 a {
	color: #554D49;
}
#logo h2 {
	margin-top: -10px;
	padding-left: 1px;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #7F7772;
}
#logo h2 a {
	color: #7F7772;
}
#logo a {
}
#adress {
	color:#999;
	font-size:12px;
}

/* Menu */
#menu {
	float: right;
	width: 422px;
	/*fixed*/
	margin-left:499px;
	position:fixed;
}
#menu ul {
	margin: 0;
/*	padding: 40px 0 0 0;*/
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	width: 190px;
	height: 115px;
	padding-top: 30px;
	background: transparent url(images/bg_menu.png) repeat top center;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #FFFFFF;
	margin-right: 1px;
}
#menu a:hover {
	background-image: url(images/bg_menu-active.png);
}
#menu a.last {
}
#menu a.active {
	background-image: url(images/bg_menu-active.png);
}
#menu li.activo a {
	background-image: url(images/bg_menu-active.png);
}
#menu .submenu, #menu .submenu_visible {
	width: 190px; /*380*/
	top: 145px;
/*	float: right;*/
	display: none;
	/*fixed*/
	position: absolute; /*fixed*/
}
.quali {
}
.quanti {
	margin-left: 191px;
}
#menu .submenu ul, #menu .submenu_visible ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#menu .submenu li a, #menu .submenu_visible li a {
	background-image: url(images/bg_menu.png);
	display: block;
	padding: 3px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: auto;
	font-size: 1em;
	width: 184px;
	text-transform: none;
	border-top: 1px solid #CCC;
}
#menu .submenu li a:hover, #menu .submenu_visible li a:hover {
	background-image: url(images/bg_menu-active.png);
}
.submenu li a.active, .submenu_visible li a.active {
	background-image: url(images/bg_menu-active.png);
}
.visible {
	display: list-item !important;
}

/* Banner home*/

#home_banner {
	background: url(images/bg_home-banner.png);
	height: 273px;
}
#banner {
	width: 920px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 30px;
/*	height: 100%;*/
}

#latest-post {
	float: left;
	width: 510px;
}
#latest-post1 {
margin-left: auto;
margin-right: auto;
	width: 480px;
}
#recent-posts {
	float: right;
	width: 350px;
	padding: 0 0 0 30px;
	border-left: 2px solid #CCCCCC;
}
#recent-posts .entry {
}
.post {
}
.post {
	margin: 0;
}
.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
}
.post .meta a {
	color: #BABABA;
}
.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.contact-item {
	background: transparent url(images/quote2.png) center left no-repeat scroll;
	padding: 10px 0 10px 70px;
/*	margin: 20px 0 20px 10px;*/
}
.contact-item a {
	color: #999;
	text-decoration: none;
}
.contact-item a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: #E05959 url(images/img05.gif) no-repeat;
	border-top: 20px solid #FFFFFF;
	color: #008C00;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}
#sidebar li ul {
	line-height: 1.8em;
}
#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}
#sidebar h2 {
	margin: 0 0 15px 0;
	color: #491111;
}
#sidebar a {
	text-decoration: none;
	color: #69191A;
}
#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */
#bg_footer-top {
	background: url(images/tick_footer-top.png) no-repeat bottom right;
	width: 920px;
	height: 21px;
	margin: 0 auto;
}
#bg_footer {
	background-color: #960000;
}
#footer {
	color: #EBEBEB;
	width: 920px;
	height: 160px;
	margin: 0 auto;
	background: transparent url(images/tick_footer.png) no-repeat right bottom;
}
#footer a {
	color: #CA7E7E;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
#footer p {
	margin: 0;
	padding: 15px 10px;
}
#copy {
	float: left;
	margin: 10px 30px 10px 10px;
}
#copy p {
	color: #FFF;
	padding-top: 24px;
}
#copy ul {
	list-style: none;
	margin-top: 0;
	padding-left: 25px;
	font-size: 13px;
}
#copy a {
	color: #B14545;
}
#copy a.contacto {
	background-color: #CA7E7E;
	color: #960000;
	margin: 3px 0;
	padding: 6px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#copy a.contacto:hover {
	background-color: #FFF;
}

#cualitativos {
	border-left: #B14545 2px solid;
	float: left;
	margin: 10px 30px 10px 10px;
	height: 135px;
}
#cuantitativos {
	border-left: #B14545 2px solid;
	float: left;
	margin: 10px;
	height: 135px;
}
#cualitativos p, #cuantitativos p {
	color: #B14545;
	font-size: 22px;
}
#cualitativos ul, #cuantitativos ul {
	list-style: none;
	margin-top: 0;
	padding-left: 10px;
	font-size: 13px;
}
.soppers_table td {
	width: 50%;
	vertical-align: top;
}
a.top {
	background: transparent url(images/up.png) no-repeat scroll center left;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-left: 11px;
}