@charset "utf-8";
body {
background-color: #003B7F;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
text-decoration:none;
}
.general_background {
	background-image: url(../images/general_background.jpg);
	background-repeat: repeat-y;
}
p {
	color: #003366;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
}
li {
	color: #FF9900;
}

.titulo_background {
	background-image: url(../images/titulo.jpg);
	background-repeat: no-repeat;
}
.texto_blanco {
	font-size: 11px;
	color: #FFFFFF;
}
.link_blanco {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.link_blanco:hover {
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
.link_blanco11 {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
}
.link_blanco11:hover {
	font-size: 11px;
	color: #FF9900;
	font-weight: normal;
}
.dots {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
}
.dots2 {
	background-image: url(../images/dots2.gif);
	background-repeat: repeat-x;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	color: #FF9900;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #003B7F;
}
