/* GENERALS */
html{
  height:100%;
}

body{
  height:100%;
	margin:0px;
	padding:0px;
	background-color:#EEEEEE;
	background-image:url(../images/page_bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	text-align: center;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	color:#000000;
	overflow:scroll;
	overflow-x:hidden;
}

img{
  border:0px;
}

#centralbox { 	
  text-align: left;
  vertical-align: middle;
  padding: 0px;
  width: 980px;
	height:100%;
}

/* TOP */
#top{
  width:980px;
	height:120px;
	padding:0;
	background-image:url(../images/company_bg.jpg);
  background-position:top left;
	background-repeat:no-repeat;
}

#langs{
  float:right;
	width:auto;
	height:12px;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-color:#21455D;
	text-align:center;
	vertical-align:middle;
	padding:7px;
	color:#FFFFFF;
	font-size:7.5pt;
}

#langs a{
  color:#FFFFFF;
	text-decoration:none;
}

#langs a:hover{
  color:#21455D;
	background-color:#FFFFFF;
	text-decoration:none;
}

/* TEXT */
.tdf_txt{
  padding:10px;
	text-align:justify;
  vertical-align:top;
	font-size:8pt;
	color:#000000;
	font-weight:normal;
}

.tdf_img{
  width:570px;
  padding:10px;
	text-align:center;
	vertical-align:top;
}

/* SEPARATOR */
#separator{
  width:980px;
	height:15px;
	background-image:url(../images/bottom_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* CONTENT */
#contentbox{
  width:100%;
  height: auto !important;
	background-color:#FFFFFF;
	padding:10px 0 10px 0;
}

#content{
  float:left;
  width:753px;
	padding:10px 0 10px 12px;
	vertical-align:top;
	text-align:justify;
}

#content .title{
  width:100%;
	padding-bottom:3px;
	margin-bottom:10px;
	font-size:10pt;
  color:#567D8C;
	font-weight:bold;
	border-bottom:3px solid #E4F0F0;
}

#content a{
  color:#567D8C;
	font-weight:bold;
	text-decoration:none
}

#content a:hover{
  color:#567D8C;
	font-weight:bold;
	text-decoration:underline
}

#content h2{
 	margin:0;
  padding:2px 0 2px 5px;
	background-color:#E7E7E7;
	color:#000000;
	font-size:8pt;
	font-weight:bold;
	border-top:dotted 1px #A3A3A4;
	border-bottom:dotted 1px #A3A3A4;
	text-align:left;
}

#content h2 a{
  color:#000000;
	text-decoration:none;
}

#content h2 a:hover{
  color:#FFFFFF;
	background-color:#567D8C;
	text-decoration:none;
}

.clearer {
  clear: both;
}

/* HOME */
#home_tdflinks{
  width:100%;
  margin-top:5px;
	text-align:center;
	color:#567D8C;
	font-weight:bold;
}

#home_tdflinks a{
  color:#567D8C;
  text-decoration:none;
}

#home_tdflinks a:hover{
  color:#000000;
  text-decoration:none;
}

#home_tdflinks img{
  padding:1px;
  border:1px solid #567D8C;
}

#home_tdflinks h2{ /* Attachments title */
 	margin:0;
  padding:2px 0 2px 5px;
	background-color:#E7E7E7;
	color:#000000;
	font-size:8pt;
	font-weight:bold;
	border-top:dotted 1px #A3A3A4;
	border-bottom:dotted 1px #A3A3A4;
	text-align:left;
}

#home_tdflinks .flags{
  margin-top:5px;
}

/***** LEGAL *****/
ol#legal{
  margin:0px;
	padding-left:17px;
}

ol#legal li{
  color:#567D8C;
	padding-bottom:5px;
	font-weight:bold;
}

ol#legal li a{
  color:#567D8C;
	text-decoration:none;
}

ol#legal li a:hover{
  color:#000000;
	text-decoration:none;
}

.legal_tit{
  color:#567D8C;
	font-weight:bold;
}

.legal_inici{
  width:100%;
	border-bottom:1px solid #567D8C;
	text-align:right;
}

.legal_inici a{
  color:#567D8C;
	text-decoration:none;
}

.legal_inici a:hover{
  color:#000000;
	text-decoration:none;
}

/* BOTTOM */
#bottom{
  width:956px;
	height:30px;
	padding:18px 12px 15px 12px;
	background-image:url(../images/bottom_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:left;
	vertical-align:top;
	font-size:8pt;
	color:#2D3035;
}

/* Este es el Tan Hack */ 
* html bottom { 
  margin-left: 1px; /* funciona en Internet Explorer 6 y 5 para mac*/ 
    /*w\idth: 100px;  funciona unicamente en Internet Explorer 5.x para Windows */ 
}

#bottom a{
  color:#567D8C;
	text-decoration:none;
}

#bottom a:hover{
  color:#567D8C;
	text-decoration:underline;
}

#bottom .copyright{
  color:#848484;
}

#bottom .menu{
  color:#2D3035;
}

#bottom .menu a{
  color:#2D3035;
	text-decoration:none;
}

#bottom .menu a:hover{
  color:#567D8C;
	text-decoration:none;
}

