html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: -1px;
}
/* Commonly used to style section titles. */
h2 {
	color: #003BA1;
	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD5DD;
	padding-bottom: 6px;
	letter-spacing: -1px;
}
hr {
	background-color: #CCD5DD;
	color: #CCD5DD;
	height: 1px;
	border: 0;
	clear: left;
}
float_derecha {
	float:right;
}
float_izq {
	float:left;
}
.boto {
	color: #4B8A9A;
	background-color: #F2F8F9;
	margin: 10px;
	padding: 5px;
	border: 1px solid #B8D5DC;
	cursor:pointer;
}
a.boto {
	color: #4B8A9A !important;
	font-weight: normal !important;
}
/* Sets the style for unvisited links. */
:link:focus, :visited:focus { /* Prevents dotted focus outline in mozilla browsers */
	-moz-outline: none;
}
a, a:link {
	color: #0048AE;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #0048AE;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #0048AE;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #0048AE;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 920px;
}
/* This is the area above the navigation on the home page template only */
#outerWrapper #header {
	height: 85px;
	padding-left: 15px;
	padding-top: 20px;
}
#logo {
	float:left;
}
/* Sets the style for the header text. */
#headinfo {
	float: right;
	padding-top: 20px;
	text-align: right;
}
/* Creates the background for the top navigation. */
#navbg {
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 56px;
}
/* These are the settings for the top navigation bar */
#nav {
	height: 47px;
	color: #FFFFFF;
	float: left;
	width: 800px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:5px;
	text-align: center;
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 42px;
	font-weight:bold;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(../img/button-hover.jpg) no-repeat center 10px;
}
#nav ul li#active {
	background: url(../img/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
/* This is the div for the image that overlaps the top navigation bar */
#nav-rightimage {
	background-image: url(../img/navbg-image.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 56px;
	width: 251px;
	float: right;
}
/* This is the large image on the home page template only */
#feature {
	background-image: url(../img/feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	padding-left: 25px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	position: relative;
	top: 0px;
	height: 250px;
}
#feature .title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: -1px;
}
#feature ul {
	padding-top: 0px;
	margin-top: 40px;
	padding-left: 70px;
	color: #000;
}
#feature ul li {
}
#feature p {
	margin: 0px;
	padding: 0px;
}
/* Styles for download icon */
#download {
	float:left;
	margin-top: 45px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
/* This is the smaller image that spans the entire width of the subpage template */
#subfeature {
	height: 106px;
	background-image: url(../img/subpage-feature.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}
.subfeature-content  {
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 30px;
	
}
#subfeature p {
	margin: 0px;
	padding: 0px;
}
#subfeature .title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing: -1px;
}
#subfeature a:link, #subfeature a:visited, #subfeature a:active {
	color:#FFF;
}
/* This is the logo shown to the left of the large image on the home page only */
#feature-left {
	height: 251px;
	background-image: url(../img/feature-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-image: url(../img/content-fade.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#outerWrapper #contentWrapper #content {
	float: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 600px;
}
#outerWrapper #contentWrapper #rightColumn {
	float: right;
	width: 265px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-right: 0px;
}
/* This creates more spacing between lines in the content paragraphs */
#content p {
	line-height: 140%;
}
/* This styles the headings in the right sidebar */
#rightColumn h2 {
	color: #FFF;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 3px;
	background-image: url(../img/sidebar-h2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #000;
}
/* This styles the dividing lines between items in the right sidebar if hr is used */
#rightColumn hr {
	background-color: #EBEDF1;
	color: #EBEDF1;
	height: 1px;
	border: 0;
}
/* This styles the navigation links in the sidebar. */
#rightColumn ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#rightColumn ul li {
	list-style: none;
	display: inline;
}
#rightColumn ul li a {
	display: block;
	padding: 4px 4px 4px 6px;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -1px;
	background-color: #DFE4E6;
}

/*#rightColumn ul li a:hover {
	text-decoration: none;
	background-color: #D6DBE0;
	color: #000;
}*/

/* Styles the background and border for the sidebar boxes */
.sidebar-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBD9E0;
	border-right-color: #CBD9E0;
	border-bottom-color: #CBD9E0;
	border-left-color: #CBD9E0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #DFE4E6;
	padding: 10px;
	text-align: center;
}
.sidebar-border p {
	margin-top: 7px;
	margin-bottom: 7px;
}
/* This styles footer section */
#outerWrapper #footer {
	height: 45px;
	color: #666;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #DFE4E6;
	border: 1px solid #CBD9E0;
	font-size: 11px;
}
#footer p {
	margin:0 0 10px 0;
	padding:0px;
}
/* These are the settings for the contact form in the sidebar. Commonly used for newsletter signups. */
#newsletter {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
}
#newsletter label {
	display:block;
	padding-bottom:5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0049AA;
	letter-spacing: 1px;
	padding-left: 5px;
}
#newsletter input {
	width: 215px;
	background-color: #F4F6F7;
	color: #666;
	border: 1px solid #A4B7BF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 8px;
}
#newsletter select {
	width: 215px;
	background-color: #FFF;
	color: #666;
	border: 1px solid #425066;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 8px;
}
#newsletter #button {
	margin-left:45px;
	width:125px;
	height:31px;
	text-align:center;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	background-image: url(../img/button.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	line-height: 25px;
}
#newsletter #button:hover {
	color: #FFF;
	background-image: url(../img/button-hover.jpg);
	cursor: pointer;
}
/* Styles for floating images right or left */
.right {
	float:right;
	margin: 10px 0 10px 15px;
}
.left {
	float:left;
	margin: 10px 15px 10px 0;
}
.center {
	text-align: center;
}
.negatiu {
	color: #FFF;
	background: #666;
}
img.variable {
	margin: 0px;
	padding: 0px;
	height: 298px;
	width: 279px;
	position: absolute;
	right:0;
	top: -50px;
}
.marcas {
	border: 1px dotted #666;
	height: 300px;
	margin-bottom: 50px;
}
.marcas ul {
	margin-right: 74px;
	position: relative;
	top: 10px;
	left: 20px;
	color: #729CB2;
}
.WADAResultsRowDark {
	background: #E4E4E4;
}
.pdf {
	border: 1px dotted #666;
	margin-bottom: 50px;
	padding: 10px;
}
.pdf td {
	padding: 5px;
}
.galeria {
	width: 100%;
	position: relative;
}
.foto_galeria {
	overflow: hidden;
	height: 100px;
	width: 100px;
	margin: 10px;
	padding: 10px;
}
.foto_text {
	margin: 20px;
	padding: 10px;
	float: left;
	width: 120px;
	height: auto;
	position: relative;
	text-align: center;
}
.clear {
	clear: both;	
}
