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

.fondo-nav {
	background-image: url(images/asepani-fondo-nav.jpg);
}
.fondo-banner {
	background-image: url(images/asepani-3-banner.jpg);
}
.titulos-principales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.fondo-izquierda {
	background-image: url(images/asepani-back-left.jpg);
}
.fondo-derecha {
	background-image: url(images/asepani-back-right.jpg);
}
.fondo-bottom {
	background-image: url(images/asepani-bottom.jpg);
}
.texto-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #39F;
}
a:visited {
	color: #3CF;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #3CF;
}
.texto-contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
}
.texto-contenido-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

