@charset "utf-8";
/* CSS Document */
body{
margin:0;
text-align:center;
background-color:#333;
}
img{
	border:0;
	border:hidden;
}
#lang{
width:890px;
margin:160px auto auto auto;
	text-align:right;
	color:#CCC;
	font-size:11px;
	font-family:Arial;
}
#fondo{
margin-top:20px;
width:100%;
	height:200px;
	background-image:url(img/fondo.jpg);
	text-align:center;
	margin-bottom:20px;
}
#texto{
	width:845px;
	margin:auto;
	text-align:left;
	color:#CCC;
	font-size:11px;
	font-family:Arial;
}
a{
	text-decoration:none;
	color:#CCC;
}

#f2g{
	margin-top:70px;
	text-align:center;
	font-family:arial;
	font-size:11px;
	color:#666;
}
#f2g a{
text-decoration:none;
color:#666;
}
