/* CSS Document */
<style type="text/css">

body {
	background-image: url('images/fondo1.gif');
	background-color: #000000
}
.text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
}
.title {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A4F6F;
	font-weight: bold;
}
a:link {
	color: #666699;
	text-decoration: none
}
a:visited {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #474747;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.boton {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FBB66D;
}
#google {
	position:absolute;
	visibility:hidden;
}	
#fgoogle {
	position:relative;
	width:176px;
}
#alineacion {
	position:absolute;
	width:100%;
	left:0;
	top:0;	
}		

</style>