@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: FuturaStd-Book;
  src: url(../fonts/FuturaStd-Book.otf);
}
@font-face {
  font-family: FuturaStd-Heavy;
  src: url(../fonts/FuturaStd-Heavy.otf);
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, img, a, table, tr, td, th
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration:none;
}
body{
background-image:url(../images/bg-body.jpg);
background-repeat:repeat-x;
background-color:#F2F2F2;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
}
hr{
	width:820px;float:left; margin-left:20px; margin-top:20px;
}
h1{
color:#BE0001;
font-family:Arial, Helvetica, sans-serif:;
font-size:25px;
font-weight:lighter;
border-bottom:#BE0001 1px dotted;
padding-bottom:3px;
margin-bottom:5px;
text-transform:capitalize;
}
h2{
font:Arial, Helvetica, sans-serif;
font-size:22px;
color:#003160;
font-weight:lighter;
padding:0px 20px 0px 0px;
margin:20px;
width:900px;
text-transform:capitalize;
float:left;
border-bottom:1px dotted #003160;
}
td{
	padding-top:2px;
	padding-bottom:2px;
}
h3{
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#003160;
font-weight:lighter;
margin:5px;
width:auto;
text-transform:capitalize;
float:left;
}
h4{
font:Arial, Helvetica, sans-serif;
font-size:12px;
color:#003160;
font-weight:lighter;
margin:5px;
width:auto;
text-transform:capitalize;
float:left;
}
/*common styles*/

/*contenedores*/
#page{
width:960px;
margin:0px auto;
}

#header{
background-image:url(../images/bg-header.jpg);
background-repeat:no-repeat;
height:161px;
width:960px;
float:left;
}
	#logo{
		height:81px;
		width:240px;
		padding-top:40px;
		padding-left:30px;
		padding-bottom:7px;
		float:left;
	}
        .linkEu{
	 float:left;
	 padding-left:110px;
	 padding-top:97px;
	}
	#menus{
		float:left;
		width:960px;	
	}
	
		#pages_nav{
			font-family:Tahoma, Geneva, sans-serif;
			font-size:11px;
			width:960px;
		}
			#pages_nav li{
				list-style:none;
				display:inline;
				float:left;
			}
			#pages_nav li a{
			padding-top:10px;
			height:20px;
			border-right:#EA0005 1px solid;
			border-left:#EA0005 1px solid;
			border-bottom:#FF0006 1px solid;
			display:inline-block;
			color:#FFFFFF;
			padding-left:10px;
			padding-right:10px;
			text-align:center;
			text-decoration:none;
			text-transform:capitalize;
			}
			#pages_nav li a.lastmenu{
				border:none;
				border-left:#EA0005 1px solid;
				border-right:#EA0005 1px solid;
				border-bottom:#FF0006 1px solid;
			}
			#pages_nav li a:hover{
			color:#FFFFFF;
			background-image:url(../images/bg-menu-hover.jpg);
			border:1px solid #0057A9;
			}
			#theLayer{
				float:left;
				visibility:hidden;
				position:absolute;
				width:120px;
				margin-left:0px;
				border:1px solid #0069CB;
				background-color:#264F75;
			}
			#theLayer li {
				width:120px;
				height:33px;
				border:1px solid #0069CB;
			}
			#theLayer li a{
				border:none;
				width:107px;
				padding-left:10px;
				padding-bottom:5px;
				background-image:none;
				text-align:left;
			}
			#logout{
				background-color:#003160;
				width:107px;
				visibility:inherit;
			}
			#theLayer li a:hover{
				background-image:none;
				border:none;
			}
			#theLayer li a.collapse{
				background-image:url(../images/collapse.gif);
				background-repeat:no-repeat;
				background-position:65px 15px;
			}
			#theLayer li a.collapse:hover{
				background-image:url(../images/collapse-hover.gif);
				background-repeat:no-repeat;
				background-position:65px 15px;
			}

#page_body{
width:960px;
background-image:url(../images/bg-pagebody.jpg);
background-repeat:no-repeat;
float:left;
}
#banner{
/*	background-image:url(../images/bg-banner.jpg);*/
float:left;
width:960px;
}
	#banner img{
		float:left;
		width:609px;
		padding-left:20px;
	}
	#banner #banner_text{
	height:151px;
	background-image:url(../images/bg-banner-text.jpg);
	background-repeat:no-repeat;
	padding:140px 20px 0px 20px;
	width:281px;
	float:left;
	}
	#banner #banner_text p{
		text-align:justify;
		line-height:160%;
	}
	#banner #banner_text h1 span{
		vertical-align:text-top;
		font-size:11px;		
	}
	#banner .separator{
		padding:0px;
		width:960px;
		float:left;
	}
	#tabs{
	margin:20px;
	}
	#TabbedPanels1{
		float:left;
	}
	#content{
		float:left;
		height:auto;
		width:890px;
		background-color:#FFFFFF;
		border:solid 1px #BFBFBF;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-bottomleft:10px;
		padding:10px 20px 20px 10px;
		margin:10px 0px 0px 20px;
	}
		#content a{
			color:#003160;
		}
		#content a:hover{
			color:#BE0001;
		}
		#content h2{
			width:830px;
			float:left;	
			padding-bottom:2px;
		}
		#content h3{
			width:830px;
			float:left;	
		}
		#content img{
			float:left;
			width:260px;
			margin-left:20px;
			padding:1px;
			border:1px solid #BFBFBF;
		}
		#content img:hover{
			border:1px solid #BE0001;
		}		
		#content #content_text{
			float:left;
			width:570px;
			line-height:170%;
			text-align:justify;
		}
		#content #content_text form{
			padding:10px 10px 10px 100px;
		}
		#content .row, #content_text .row{
			float:left;
			width:600px;
		}
		#content #content_text .row p{
			float:left;
			width:300px;
			color:#336699;
			margin-top:20px;
			border-bottom:dotted 1px #336699;
		}
		#content #content_text textarea{
			border:#336699 1px solid;
			-moz-border-radius-topleft:5px;
			-moz-border-radius-topright:5px;
			-moz-border-radius-bottomright:5px;
			-moz-border-radius-bottomleft:5px;
			padding:10px;
			float:left;
			width:200px;
			height:50px;
			margin:10px 20px 10px 20px;
		}
		#content #content_text .button{
			color:#CCCCCC;
			float:right;
			background-color:#336699;
			margin-right:40px;
			text-align:center;
			width:auto;
			padding:10px 20px 10px 20px;
		}
		#content #content_text .button:hover{
			background-color:#D00004;
			border:#D00004 1px solid;
		}
		#content #content_text input{
			
			border:#336699 1px solid;
			width:200px;
			-moz-border-radius-topleft:5px;
			-moz-border-radius-topright:5px;
			-moz-border-radius-bottomright:5px;
			-moz-border-radius-bottomleft:5px;
			margin:10px 20px 10px 20px;
			padding:5px;
			float:left;
		}
		#content #content_text select{			
			/*border:#336699 1px solid;
			width:200px;
			-moz-border-radius-topleft:5px;
			-moz-border-radius-topright:5px;
			-moz-border-radius-bottomright:5px;
			-moz-border-radius-bottomleft:5px;
			margin:10px 20px 10px 20px;
			padding:5px;
			float:left;*/
		}
		#content #content_text option{			
			border:#336699 1px solid;
			padding:0px 5px;
		}
		#content ul{
			padding-left:40px;
			float:left;
			padding-right:20px;
			margin-left:40px;
			list-style:square;
			line-height:200%;
			width:480px;
			margin-top:40px;
			margin-bottom:70px;
		}
		#content #content_text table{
			width:880px;
			margin-left:10px;
			float:left;
			margin-bottom:50px;
		}
		#content #content_text table ol{
			text-align:left;
			margin-left:0px;
			margin-right:15px;
			margin-top:20px;
			margin-bottom:20px;
		}
		#content #content_text td{
		 text-align:center;
		}
		#content #content_text h2{
		 width:540px;
		 padding-left:0px;
		 margin-left:20px;
		}
		#content #content_text table h3{
			width:250px;
		}
		#content #content_text h3{
		 width:560px;
		 padding-left:0px;
		 margin-left:0px;
		 padding-left:20px;
		}
				
		#table_es{
		float:left;
		margin:20px;
		width:870px;
		}		
		#table_es img{
		float:left;
		}
		#table_es th{
		float:left;
		width:180px;
		margin:0px 2px 0px 2px;
		text-align:center;
		border:#999999 solid 1px;
		}
		#table_es td{
		float:left;
		width:174px;
		border:#999999 solid 1px;
		height:25px;
		line-height:100%;
		margin:0px;
		padding:10px 5px 10px 5px;
		}
		#content .logopdf{
			width:50px;
			height:auto;
		}
		#content #table_es table{
		float:left;
		width:566px;
		border:#999999 solid 1px;
		}
		#content #msds{
			padding:20px;
		}
		#content #msds table{
			width:850px;
		}
		#content h4{
		 width:560px;
		 padding-left:0px;
		 margin-left:0px;
		 padding-left:20px;
		}
		#content h3{
		 width:560px;
		 padding-left:0px;
		 margin-left:0px;
		 padding-left:20px;
		}
		#content p{
		float:left;
		padding-left:20px;
		line-height:160%;
		}
		
		ol{
			padding-left:20px;
			float:left;
		}
		ol li{
			padding:2px 0px 2px 20px;
			width:160px;
		}
		#benef1{
			padding-left:50px;
			float:left;
			margin-top:20px;
			width:600px;
		}
		#benef1 li{
			padding:2px 0px 2px 20px;
			width:auto;
		}
#footer{
float:left;
width:960px;
color:#565656;
margin-top:30px;
font-family:Tahoma, Geneva, sans-serif;
font-size:10px;
}
	#footer #footer_ref{
		float:left;
		padding-left:20px;
		width:735px;
		padding-top:50px;
	}
	#footer img{
		float:left;
	}
	#footer #footer_menu{
		float:left;
		margin:10px 15px 0px 15px;
		width:930px;
		padding-top:10px;
		height:100px;
		border-top:dotted 1px #303030;
	}
		#footer #footer_menu ul{
			width:600px;
			float:left;
			list-style:none;
		}
		#footer #footer_menu ul li{
			display:inline;
			border-right:1px solid #565656;
			text-transform:capitalize;
		}
		#footer #footer_menu ul li a{
			color:#565656;
			margin-left:2px;
			margin-right:2px;
		}
		#footer #footer_menu ul li a:hover{
			color:#DA0006;
		}
		#footer #footer_menu ul li.last{
			border:none;
		}
		#footer #footer_menu #copy{
			float:right;
		}	
.bold{
 font-weight:bold;
}
.note{
	color:#003160;
	margin-left:90px;
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
	width:800px;
}
.line_msds{
padding:10px 0px 4px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#003160;
font-weight:bold;
margin:5px;
text-transform:capitalize;
border-bottom:#003160 1px solid;
}
span.select {
   position: absolute;
   border:#336699 1px solid;
   -moz-border-radius-topleft:5px;
   -moz-border-radius-topright:5px;
   -moz-border-radius-bottomright:5px;
   -moz-border-radius-bottomleft:5px;
   background-image:url(../images/listbg.gif);
   background-repeat:no-repeat;
   width:195px;
   height:22px;
   float:left;
   overflow: hidden;
   margin-left:20px;
   padding:5px;
 }