body {
	background-image: url(fondo.jpg);
	background-position:center center;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BBFFFE;
}
 
html, body
{ 
height:100%
}

.texto_ld {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #187483;
	}
a.texto_ld:link {
	text-decoration: none;
	color: #187483;
	}
a.texto_ld:visited {
	text-decoration: none;
	color: #187483;
}
a.texto_ld:hover {
	text-decoration: none;
	color: #FF6600;
}
a.texto_ld:active {
	text-decoration: none;
	color: #187483;
		}
		
.linkactivo {
	color: #FF6600;
	font-weight: bold;	
}
		
