html, body{ 

margin:0; 

padding:0; 

text-align:center; 

font-size:14px;

font-weight:normal;

font-family:Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;

background: #336598 url(../imgs/bg.jpg) repeat-x scroll left top;

} 



#pagewidth{

width:960px;

text-align:left;  

margin-left:auto; 

margin-right:auto;  

}



#header{

position:relative; 

height:249px; 

width:100%;

} 



#mainmenu{

position:relative; 

height:28px;

width:100%;

} 



#leftcol{

width:24.2%; 

float:left; 

position:relative; 

}



#maincol{

background-color:white;

float: right; 

display:inline; 

position: relative; 

width:75.8%;

}



#footer{

clear:both;

background-color:#333333;

color:white;

width:100%;

text-align:center;

} 



/* *** Float containers fix:

*** */ 

.clearfix:after {

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.clearfix{display: inline-block;background-color:#2b5681;}



/* Hides from IE-mac \*/

* html .clearfix{height: 1%;}

.clearfix{display: block;}

/* End hide from IE-mac */  







/*printer styles*/ 

@media print{ 

/*hide the left column when printing*/ 

#leftcol{display:none;} 

#twocols, #maincol{width:100%; float:none;}

}

/**testimonios*************************/
.testimonio
{
background:#fbfbfb;
border: #cccccc solid 1px;
padding:15px;
}
.testimonio .t_testi strong span
{
	color:#2b5681;
}
.testimonio .t_cont span
{
color:#333333;
font-family:"Arial Unicode MS";
}
