@charset "utf-8";
/* CSS Document */

.fondo-texto {
	background-image: url(images/cr-scapes-back-text.jpg);
	text-align: justify;
}
.texto-contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.texto-contenido-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.texto-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.texto-titulares {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #360;
}
a:link {
	color: #360;
}
a:visited {
	color: #339;
}
a:hover {
	color: #F00;
}
a:active {
	color: #930;
}
.fondo-bottom {
	background-image: url(images/cr-scapes-bottom.jpg);
}
.fondo-top {
	background-image: url(images/cr-scapes-top.jpg);
}
.texto-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

