/* General
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


* {
	margin: 0;
	padding: 0;
}


hr, .noscreen {
	position: absolute;
	top: -999em;
	left: -999em;
}


a img, fieldset {
	border: none;
}


a {
	text-decoration: none;
	color: #027BEB; 
}


a:hover {
	text-decoration: underline;
	color: #54A0EA;
}



ul {
	list-style-type: none;
}

.right {
	float: right;
}

.left {
	float: left;
}


.rightalign {
	text-align: right;
}



.clear {
	clear: both;
}

div.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}



h4, p {
	font-size: 1.1em;
}













body {
	font: normal 62.5%/1.2 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #929292 url('../images/bg.gif') center repeat-y;
	color: #000;
}



#wrapper {
	margin:auto;
	width: 760px;
	background-color: white;
}












/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	background: #406a91 url('../images/header.gif') top center repeat-x;
	float: left;
	min-height: 140px;
	width: 100%;
}

#header h1 {
	float: left;
}

#header h1, #header h1 span {
	width: 250px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

#header h1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}













/* Top Nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#topnav {
	float: right;
	background: url('../images/topnavleft.gif') left top no-repeat;
	min-height: 34px;
	margin: 10px;
}

#topnav ul {
	background: url('../images/topnavright.gif') right top no-repeat;
	float: left;
}

#topnav li {
	float: left;
	display: inline;
	background: url('../images/separator.gif') 0 9px no-repeat;
}

#topnav li.first {
	background: none;
}


#topnav li.active a {
	color: #ff0;
	background: url('../images/arrow.gif') center top no-repeat;
}




#topnav a {
	display: block;
	float: left;
	color: #fff;
	line-height: 27px;
	height: 27px;
	padding: 0 20px 7px;
	font-size: 1.1em;
}














/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
	clear: both;
	margin-top: 17px;
	float: left;
	font-size: 1.1em;
}

#navigation ul {
	float: left;
	padding: 0 0 0 13px;
	background: none;
	width: 747px;
}

#navigation li {
	display: inline;
	float: left;
	background: #243d56 url('../images/nav.gif') top center no-repeat;
	margin-right: 1px;
}



#navigation li a {
	display: block;
	width: 244px;
	height: 44px;
	line-height: 44px;
	font-size:14px;
	text-align: center;
	color: #6a839b;
	background: none;
}



#navigation a:hover {
  color: #fff;
}



#navigation li.active, #navigation a:hover {
	background-image: url('../images/navactive.gif');
}




#navigation li.active a {
	color: #badaf7;
}










/* Top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#home #inversionistas {
	background: #202529 url('../images/top.gif') bottom center no-repeat;
	color: white;
	
	padding: 10px 15px;
	min-height: 40px;
}


#interna #inversionistas {
   display: none;
}




#home #inversionistas h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 2px;
}

#home #inversionistas .more {
	float: right;
	background: url('../images/moreleft.gif') left center no-repeat;
	margin: 4px 0 0 20px;
}

#home #inversionistas .more a {
	display: block;
	background: url('../images/moreright.gif') right center no-repeat;
	color: white;
	padding: 0 15px;
	min-height: 31px;
	line-height: 31px;
}



















/* Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
    min-height: 500px;
	
	padding: 15px 15px 15px 5px;
}





.column {
	padding: 0 10px 13px;
	float: left;
	background: url('../images/hline.gif') right top repeat-y;
}


#home .column {
	width: 230px;
}

#interna .column {
	width: 480px;
}








.column h2 {
	margin: 0 0 15px 0;
	padding: 5px 4px 10px; 

	font-size: 2em;
	font-weight: normal;
	
	color: #4384c3;
	background: url('../images/vline.gif') center bottom repeat-x;
	
}



.column h3 {
	margin: 15px 0 15px 0;
	padding: 0 4px; 
	
	font-size: 1.4em;
	
	color: #385775;
}


#home .column h3 {
	font-size: 1.2em;
}




.column h4 {
	padding: 15px 4px 0; 
	
	font-size: 1.2em;
	
	color: #525b63;
}





.column p {
	margin: 0 0 10px 0;
	padding: 0 4px;
	
	font-size: 1.2em;
	line-height: 1.6;
	text-align: justify;
		
	color: #525b63;
}




#home .column p {
   font-size: 1.1em;

}






.column ul {
  margin: 0 0 20px 25px;
  
  list-style-type: square;
}


.column ul li {
	margin: 0 0 7px 0;
	
	font-size: 1.2em;
	line-height: 1.6;
	text-align: justify;
		
	color: #525b63;
}





.column ul li ul li {
    margin-right: 60px;    
	font-size: 1em;
	
	list-style-type: circle;
}




.column strong {
    color: #385775;
}




.column .more {
	width: 110px;

	background: #c12f2f url('../images/more2left.gif') left center no-repeat;
	float: left;
}


.column	.more a {
	min-height: 24px;
	
	padding: 0 20px 0 15px;
	
	display: block;
	line-height: 24px;
	
	color: white;
	background: url('../images/more2right.gif') right center no-repeat;
	
}


#contact {
	font-size: 12px;
	line-height: 1.6;		
	color: #525b63;
}


#contact2 {
	font-size: 12px;
	line-height: 1.6;		
	color: #525b63;
	font-weight:bold;
}




#hidenews {
display: none;
}





#content .logos {
  width: 450px;
}

#content .logos td {
  padding: 10px;
}







/* Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 230px;	

	float: right;
	
}


#sidebar h4 { 
	
	font-size: 1.2em;
	
	color: #385775;
}


#sidebar #sidebar-holder {
	margin:auto;
	padding:0;
	
	width:199px;
	
	background-color:#426a91;
	
}

#sidebar #sidebar-holder #top {
	width:199px;
	height:8px;
	
	background: #426a91 url('../images/sub_menu-top.jpg') no-repeat;
}

#sidebar #sidebar-holder #bottom {
	width:199px;
	height:8px;
	
	background: #FFF url('../images/sub_menu-bottom.jpg') no-repeat;
}


#sidebar #sidebar-holder ul {
	list-style-type: none;
  
	margin:0;
}


#sidebar #sidebar-holder li {
	margin:0;
}

#sidebar #sidebar-holder li a {
	display: block;

	margin:0 0 0 7px;
	padding:4px 0 0 18px;
	
	width: 170px;
	height:27px;
	
	color:#FFF;
    font-size: 1.1em;
    line-height: 1.6em;
	
	background: url('../images/sub_menu-link.jpg') no-repeat;
}

#sidebar #sidebar-holder li a.selected {
	background: url('../images/sub_menu-hover.jpg') no-repeat;
}

#sidebar #sidebar-holder li a:hover {  

  background: url('../images/sub_menu-hover.jpg') no-repeat;
  
  text-decoration: none;
 }









#sidebar h3 {
	padding: 5px 4px 10px;
	
	font-size: 2em;
	font-weight: normal;
	
	color: #4384c3;
	background: url('../images/vline.gif') center bottom repeat-x;
	
}


#sidebar p, #sidebar .vcard {
	padding: 5px 4px 10px;
	
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4;
	
	color: #525b63;

}



#sidebar img {
	margin: 0 0 10px 3px;
}







/* Images and Media
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#flash {
margin:0;
padding: 0;
}

flash object {
 margin: 0;
 padding: 0;
}
 

flash embed {
margin: 0;
padding: 0;
}


#photo-left {
	margin-right: 20px;
	float: left;
	
	padding: 7px;
	border:#CCCCCC solid 1px;
}


#photo-right {
	margin-left: 20px;
	float: right;
	
	padding: 7px;
	border:#CCCCCC solid 1px;
		
}

#photo-middle img {

	display: block;
	margin:10px auto 10px auto;
	
	text-align: center;
	
	padding: 7px;
	border:#CCCCCC solid 1px;
	
}

#video {

	display: block;
	width: 352px;
	height:240px;
	margin:10px auto 10px auto;
	
	text-align: center;
	
	padding: 7px;
	border:#CCCCCC solid 1px;
	
}

.foto img {
  margin: 10px 0;
  padding: 7px;
  border: 1px solid #ccc;
}


.foto p {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  
  color: #666;
}




.center {
  text-align: center;
}


#img-group {
	margin: auto 0 auto 0;
}

#img-group img {
	padding: 7px;
	border: 1px solid #ccc;
}






/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	clear: both;
	background: #576068 url('../images/footer.gif') top center no-repeat;
	min-height: 30px;
	padding: 15px;
	color: #7c8186;
}

#footer li {
	display: inline;
	float: left;
	background: url('../images/separator2.gif') left center no-repeat;
}

#footer li.first {
	background: none;
}

#footer li.first a {
	padding-left: 0;
}


#footer li a {
	padding: 0 10px;
	font-size: 1.1em;
}


#footer li a:hover {
   color: #fff;
}

#footer li.active a {
    color: #ff0;
}




#footer p {
	font-size: 1em;
	clear: both;
	padding-top: 8px;
}

#footer a {
	color: #c2c4c6;
}











/* Microformats
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
.geo {
  margin: 10px 0;
  padding: 3px 0 3px 35px;

  background-image: url(../images/microformats/geo-logo.png);
  background-repeat: no-repeat;
  background-position: left middle;

  display: none;
}


*/

abbr {
  border: 0;
  
  text-decoration: none;
}


.vcard {
  margin-bottom: 10px;
}

.adr {
  margin-bottom: 10px;
}
