

body {
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
}

/* drag container*/
#drag{
	/* make drag div visible */
	/* border: 2px solid lime; */
	
	/* I had problems with FF3 and this settings for DIV id="drag" */	
	/*
	margin: auto;
  	display: table;
    table-layout: auto;
    */
	height:900px;

	
	
	padding-top:40px;
	
}
#d2{
	/* make drag div visible */
	/* border: 2px solid lime; */
	
	/* I had problems with FF3 and this settings for DIV id="drag" */	
	/*
	margin: auto;
  	display: table;
    table-layout: auto;
    */
	height:900px;
	width:800px;
	padding-left:50px;

	
	
	padding-top:40px;
	
}

/* drag objects (DIV inside table cells) */
.drag{
	cursor: move;
	margin: auto;
	z-index: 10;
	background-color: white;
/*	text-align: center;*/
	font-size: 10pt; /* needed for cloned object */
	
	
	/* without width, IE6/7 will not apply filter/opacity to the element ?! */
	/* IE needs element layout */
	width: 50px;
	height: 50px;
	/* round corners */
	border-radius: 4px; /* Opera, Chrome */
	-moz-border-radius: 4px; /* FF */
	border-width:thin;
}


/* tables */
div#drag table{
	background-color: #eee;
	border-collapse: collapse;
	margin: auto;
}

/* table cells */
div#drag td{
	height: 50px;
	width: 50px;
	border: 0px;
	text-align: center;
	font-size: 10pt;
	
}

table#table2 td{
	height: 50px;
	width: 50px;
	border: 0px;
	text-align: center;
	font-size: 10pt;
	
}
table#table1 td{
	height: 50px;
	width: 50px;
	border: 0px;
	text-align: center;
	font-size: 10pt;
	
}
/* blank cells (to create gap between left column and message row) */
.blank {
	background-color: white;
}

/* message line */
#message{
	color: white;
	background-color: #aaa
}

/* left column and corners in main table */
.dark{
	background-color: #e0e0e0;
}
#left{
	float: left; 
	width:300px;
	height: 600px; 
	padding: 0px 0 0 0px;
}
/*#right{
top:40px;
width: 620px;
			height: 300px;
			float:left;
		
			/* make it visible */
		/*	border: 1px solid SlateGray;
	padding: 20px 0 0 20px;
	/*vertical-align:top;*/
	/*overflow: auto;
	position: relative;
	z-index:10;
}*/

 #right{
			width: 800px;
			height: 750px;
			position:relative;
			
			

/*			float: right;*/
		
			/* make it visible */
			border: 0px solid SlateGray;
			background-color:#FFFFFF;
			overflow: auto;
			
		
			z-index:555;
		}
#right2{

			position:relative;
			
			

/*			float: right;*/
		
			/* make it visible */
			border: 0px solid SlateGray;
			background-color:#FFFFFF;
			overflow: auto;
			
		
			z-index:1;
		}

td{
		width:100px;
		height:70px;
}

 .link{
  position:relative;
  top:40px;
  left:40px;
  height:10px;
  width:10px;
  background-color:#FFDD00;

  	
  }		
		 /* trigger button */
 #download_now {
    background:transparent url(http://jquerytools.org/media/img/downloadnow.png) no-repeat scroll 0 0;
    display:block;
    height:44px;
    margin: 0 auto;
    margin-bottom:30px;
    overflow:hidden;
    text-indent:-999em;
    width:159px;
    cursor:pointer;
}

  /* mouseover state */
  #download_now:hover {
    background-position:0 -44px;
  }

  /* clicked state */
  #download_now:focus {
    background-position:0 -88px;
  }

  /* tooltip styling */
  .tooltip {
    display:none;
    background:url(http://jquerytools.org/media/img/tooltip/black_arrow_big.png);
    height:163px;
    padding:40px 30px 10px 30px;
    width:310px;
    font-size:11px;
    color:#fff;
	z-index:1000;
	position:absolute;
	

	

	
	}

  /* a .label element inside tooltip */
  .tooltip .label {
    color:yellow;
    width:35px;
  }

  .tooltip a {
    color:#ad4;
    font-size:11px;
    font-weight:bold;
  }
	#content {
	z-index:200;
	width: 1055px;
	height: 1080px;
	/*border: 1px solid #ccc;*/
	margin: 0 auto;
	background:#fff url(img/bg.gif) repeat-y;
}


#heading2 {
	width: 1055px;
	height: 115px;
	background: url(img/fondo_cab.gif) no-repeat;
	clear:both;
	float:none;
}

#isover{
	float: left; 
	width:120px;
	height: 60px; 
	padding: 30px 0 0 70px;
}
#translate{
	float: left; 
	width:160px;
	height: 20px;
	top:10px;
	padding: 15px 0 0 50px;
}


#saint-gobain{
	float: left; 
	width:85px;
	height: 30px; 
	padding: 30px 0 0 725px;
}








/* Men? */

#menu {
	float: left;
}


#menu ul {
	float: left; 
	color:#ffffff; 
	margin:0;
	padding: 15px 0 0 300px;
}

#menu ul li{
	display: inline; 
	list-style-type: none;
	padding: 0 25px 0 0;
}

#menu ul li a{
	color:#ffffff;
	text-decoration: none;
}

#menu ul li a:hover{
	color:#fff;
	text-decoration: underline;
}


* {	text-align:left;}

img {
	border:none;
}
/* Pie de P?gina */

/* Pie de P?gina */

#foot {
	font-size:11px;
	clear:both;
	float: none;
	margin: 0 auto;
	text-align: center;
	width:985px;
	height:30px;
	background:url(img/bg-foot.gif) repeat-x;
	line-height: 30px;
}

.copy {
	float: left; 
	padding: 0 0 0 10px;
}

.menufoot {
	float: left; 
	padding: 0 0 0 40px;
}

.menufoot2 {
	float: left; 
	padding: 0 0 0 250px;
}





.credits {
	float: right; 
	padding: 0 10px 0 0;
}

#foot a{
	color:#000;
	text-decoration: none;
}

#foot a:hover{
	color:#000;
	text-decoration: underline;
}

.npoverlay{
color:#FFDD00;
font-size:18px;
font-weight:bold;
}


/****************************************************************************************  OVERLAY **********************************************************************/

/* the overlayed element */
.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#333333;
	color:#FFFFFF;
 	padding:35px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    width:360px;
    min-height:400px;
    border:1px solid #666;
	padding-left:80px;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 50px 5px #000;
    -webkit-box-shadow: 0 0 50px #000;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(img/ico-ok.png);
    position:absolute;
    right:20px;
    top:390px;
    cursor:pointer;
    height:47px;
    width:45px;
}

.tb_result th {
padding: 5px;
font-size: 14px;
background-color:#65A93C;
background-repeat: repeat-x;
color: #FFFFFF;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #558FA6;
border-bottom-color: #558FA6;
font-family: “Trebuchet MS”, Arial;
text-transform: uppercase;
height:25px;
text-align:center;
}

.tb_result td {
padding: 5px;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #EBE9BC;
border-bottom-color: #EBE9BC;
height:20px;
text-align:center;

}
.aviso{
text-align:justify;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;

}
