@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	SCROLLBAR-FACE-COLOR:#6699CC; 
SCROLLBAR-HIGHLIGHT-COLOR: #6699CC; 
SCROLLBAR-SHADOW-COLOR: #6699CC; 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #E3E3E3; 
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

img {
border: 0px;
}
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/

/*.thrColAbs #footer_total {
clear:both;
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

.thrColAbs #footer_images {
	padding: 0px 0px 0px 159px;
	text-align: left;
}*/

.thrColAbs #footer_images2 {
	padding: 0px 0px 0px 324px;
	text-align: left;
	margin-bottom:15px;
}

.thrColAbs #cabecera {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

.thrColAbs #cabecera2 {
	padding: 0px 0px 0px 159px;
	text-align: left;
}

/*empiezan las 3 columnas*/

/*izquierda (imagen) */
.thrColAbs #leftContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 159px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

/*derecha (contenido principal)*/
.thrColAbs #mainContent {
	/*position: absolute;
	top: 0;
	right: 0;*/
	width: 468px;
	padding: 0;
	margin: 0px 0px 0px 312px;
}

/*centro (el menu)*/
.thrColAbs #menuContent {
	position: absolute; 
	top: 0;
	left: 159px;
	width: 153px;
	/*margin: 0px 468px 0px 159px;*/
}

/*acaban las 3 columnas*/




/*contenidos izquierda*/

.thrColAbs #leftContent2 {
	padding: 0px 6px 0px 0px;
	text-align: right;
}

.thrColAbs #imagefooter {
	background: url(images/image_optional.gif) no-repeat;
	margin-top: 6px;
	height: 120px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}

.thrColAbs #imagefooteryellow {
	background: url(images/image_optional2.gif) no-repeat;
	margin-top: 6px;
	height: 120px;
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}
.thrColAbs #imagefootertxt {
	font: 10px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:8px 8px 0px 15px;
	
}

.thrColAbs #imagefooter2 {
	margin-top: 6px;
	}
	

.thrColAbs #imagefooterblue {
	
	}




/*contenidos centro (menú)*/

.thrColAbs #menu {
	background:  url(images/fondo_menu.gif) no-repeat;
	/*margin-top: 6px;*/
	padding-top:3px;
	height: 272px;
	
}

.thrColAbs #menuItem {
	margin-top: 3px;	
}





/*contenidos derecha (contenidos principales) */

.thrColAbs #mainContent2 {
	padding: 0px 0px 0px 12px; /* padding keeps the content of the div away from the edges */
}

#txt1 {
margin:5px 0px 8px 0px;
font: 17px Arial, Helvetica, sans-serif;
line-height: 20px;
color:#999;
}

#txt2 {
font: 12px Arial, Helvetica, sans-serif;
line-height: 16px;
color:#666;
}

#txt3 {
background:  url(images/fondo_texgradient.jpg) no-repeat;
font: 12px Arial, Helvetica, sans-serif;
color:#5286b9;
line-height: 14px;
padding:9px 9px 9px 20px;
}

#txt3 ul {
padding-left: 15px;
}


#txt_direct {
background:  url(images/fondo_directcontrac.jpg) no-repeat;
font: 14px Arial, Helvetica, sans-serif;
color:#5286b9;
padding:14px 0px 12px 130px;
}

#txt_trade {
background:  url(images/fondo_tradecontrac.jpg) no-repeat;
font: 14px Arial, Helvetica, sans-serif;
color:#5286b9;
padding:10px 0px 12px 120px;
}




.thrColAbs #latestnews {
	background:  url(images/fondo_latestnews.jpg) no-repeat;
	padding-top:67px;
	height: 360px;
	
}

.thrColAbs #newsContentbig {
background: url(images/fondo_news3.jpg) no-repeat;
font: 12px Arial, Helvetica, sans-serif;
padding:100px 30px 0px 20px;
height:393px;
}

.thrColAbs #newsContent {
height: 280px;
overflow:auto;
}

.thrColAbs #newlist {
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
text-align:left;
}

.thrColAbs #newlist a {
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
text-decoration:none;
}

.thrColAbs #newlist a:hover {
font: 12px Arial, Helvetica, sans-serif;
color: #333;
text-decoration: underline;
}




#new_date {
font: 12px Arial, Helvetica, sans-serif;
color:#10599e;
padding-left:4px;
}

#new_title {
font: bold 14px Arial, Helvetica, sans-serif;
color:#10599e;
padding-bottom:3px;
padding-top:5px;
}

#new_text {
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
line-height:14px;
padding-top:4px;
padding-bottom:6px;
}

#new_text img {
margin:10px;
border: 1px solid #0066CC;
float: left;
}

#new_mail {
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
padding-top:4px;
padding-bottom:6px;
}

#new_mail a{
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
text-decoration:none;
}
#new_mail a:hover{
font: bold 12px Arial, Helvetica, sans-serif;
color: #333;
text-decoration: underline;
}

#new_url {
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
padding-top:4px;
padding-bottom:6px;
}

#new_url a{
font: 12px Arial, Helvetica, sans-serif;
color: #666666;
text-decoration:none;
}
#new_url a:hover{
font: bold 12px Arial, Helvetica, sans-serif;
color: #333;
text-decoration: underline;
}


/*.thrColAbs #casesContentbig {
background: url(images/fondo_case.jpg) no-repeat;
font: 12px Arial, Helvetica, sans-serif;
padding:12px 80px 0px 12px;
height:393px;
}
*/
.thrColAbs #casesContentbig {
font: 12px Arial, Helvetica, sans-serif;
padding:12px 0px 0px 0px;
}

.thrColAbs #casesContent {
/*height: 380px;*/
overflow:auto;
}

.thrColAbs #casesContent .titu{
font: 18px Arial, Helvetica, sans-serif;
color: #999;
}

.thrColAbs #casesContent .datos{
font: 12px Arial, Helvetica, sans-serif;
color: #666;
line-height:22px;
}

.thrColAbs #casesContent .resumen{
font: 12px Arial, Helvetica, sans-serif;
color: #666;
line-height:14px;
}

.thrColAbs #casesclient {
margin-bottom:30px;
}

.thrColAbs #casesbutton {
}

.thrColAbs #button1 {
float:left;
}

.thrColAbs #button2 {

}

.thrColAbs #clients {
font: 14px Arial, Helvetica, sans-serif;
font-weight:lighter;
color: #999;
line-height:24px;
margin-bottom:5px;
}

.thrColAbs #clients1 {
float:left;
width:50%;
}

.thrColAbs #clients2 {

}

.thrColAbs #contact {
font: 14px Arial, Helvetica, sans-serif;
font-weight:lighter;
color: #999;
line-height:18px;
padding-left:3px;
}

.thrColAbs #contact a {
font: 14px Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight:lighter;
color: #999;
}

.thrColAbs #contact a:hover {
font: 14px Arial, Helvetica, sans-serif;
font-weight:lighter;
text-decoration: underline;
color: #666;
}







.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

