/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(/global/images/sky.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0045B2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0045B2;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
.titulos {
	font-size: 14px;
	font-weight: bold;
	color: #0045B2;
}
.textos {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.copyright {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.linkbotton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.texto-blanco {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #FFFFFF}
.sidebar {
	background-image: url(/global/images/mainframe/images/mainframe_01.jpg);
	background-repeat: no-repeat;
}
#portfolio {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 999;
	width: 600px;
	height: 120px;
	float: left;
	padding-top: 250px;
	visibility: visible;
}
#content {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 1;
	float: left;
}

