/* CSS Document */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-image: url(bkg.jpg);
	background-attachment: fixed;
	}
	
a {
	text-decoration: none;
	color:  #666666;
	}
	
a:visited {
	color:  #666666;
	}
	
a:active {
	color:  #666666;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
#news {
	position: absolute;
	left: 150px;
	width: 170px;
	top: 46px;
	padding: 8px;
	color: #FFFFFF;
	font-size: xx-small;
	text-align: justify;
	}
	
#mansiones {
	position: absolute;
	left: 220px;
	width: 570px;
	top: 100px;
	padding: 8px;
	color: #FFFFFF;
	font-size: xx-small;
	text-align: justify;
	background-color: #2A2A2A;
	}

#lanzamiento {
	position: absolute;
	left: 570px;
	width: 170px;
	top: 46px;
	padding: 8px;
	color: #FFFFFF;
	font-size: xx-small;
	text-align: justify;
	background-color: #2A2A2A;
	}
	
#acerca {
	position: absolute;
	left: 814px;
	width: 148px;
	top: 56px;
	padding: 8px;
	color: #2A2A2A;
	font-size: xx-small;
	text-align: justify;
	}
	
