body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c0b108;
	border-left-width: 0px;
	margin: 0 px;
	background-image: url(../activos/imagenes/fondo.gif);
	background-position: 50%,;
	background-repeat: repeat;
}
a { 
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {  
	text-decoration: none; 
	color: #FFFFFF;
}
a:hover { 
	text-decoration: none; 
	color: #A18E00;
}
a:active { 
	text-decoration: none; 
	color: #A18E00;
}

#intro {
	width: 960px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -275px 0px 0px -480px;
}
#bottom {
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 275px 0px 0px -480px;
	float: left;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
#cabecera {
	position: absolute;
	width: 530px;
	height: 150px;
	top: 0px;
	left: 0px;	
}
#contenidos {
	position: absolute;
	width: 500px;
	height: auto;
	top: 150px;	
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
