body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../imagenes-plantilla/fondo-plantilla.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fondo-contenido {
	background-color: #FFFFFF;
	background-image: url(../imagenes-plantilla/fondo-contenido.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.link-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.link-menu:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.links-propiedades {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #013567;
	text-decoration: none;
}
.links-propiedades:hover {
	color: #000000;
	text-decoration: underline;
}
.links-contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
.links-contenido:hover {
	color: #FFCC00;
	text-decoration: underline;
}

