<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.boldTitle {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	white-space: normal;
	text-align: justify;
	display: inline;
}
.link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	text-decoration: none;
}
.general {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	text-align: justify;
	display: inline;
	background-color: #000000;
	background-image: url(imgs/old_paper.jpg);
	background: url(imgs/main.jpg);
}
.mainBack {
	
	background-image: url(imgs/main_blanco.png);
}

.menu {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

a.menu: hover {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

.contacto{
font-family: Helvetica, sans-serif, Arial;
	font-size: 14px;
	text-align: justify;
	background-image: url(imgs/main_blanco.png);


.horizontal{

	background-image: url(imgs/horizontal.png);
	
}
.line {
	background-position: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.foot {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9px;
	color: #999999;
}
.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: large;
	font-weight: bold;
}
</pre></body></html>