.texto-portada {
	font-size: 13px;
	font-family: "Book Antiqua";
	color: #999999;
}

.titulo-portada {
	font-family: "Book Antiqua";
	color: #DFA746;
}

.fondo-derecha {
	background-attachment: scroll;
	background-image: url(comunes/fondo-derecha.jpg);
	background-repeat: repeat-y;
}
.fondo-izquierda {
	background-attachment: scroll;
	background-image: url(comunes/fondo-izquierda.jpg);
	background-repeat: repeat-y;
}
.fondo-centro {
	background-attachment: scroll;
	background-image: url(comunes/fondo-centro.jpg);
	background-repeat: repeat-y;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #363466;
	background-attachment: scroll;
	background-image: url(comunes/fondo-16-02-06/fondo-rayas.jpg);
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #0033CC;
}
