body {
	color: #000000;
	background-color: #FFFFFF;
	background-image:url("imagenes/fondo_pda.jpg");
	text-align:center;
	font-size : 11px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight : Normal;
	text-decoration : none;
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:0px -80px;
}

div.capaContenedora{
	position:absolute;
	top:0px;
	left:0px;
	width:750px;
	height:500px;

}

div.separacion {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}

div.titulo {
	font-size: 14px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.texto{
	position:absolute;
	top:250px;
	left:350px;

	width:350px;
	text-align:justify;

	font-family:Verdana,Arial;
	color:#88888FF;
}

div.linkEntrada{
	position:absolute;
	top:450px;
	left:650px;
	
}

div.linkEntrada a{
	color:#0000ff;
	white-space:nowrap;
}

div.linkEntrada a:hover{
	padding-left:10px;
}