@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b445d;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.texto-azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b445d;
}

.bg-menu {
	background-image: url(images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.link-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link-menu:hover {
	color: #ff0d11;
	text-decoration: none;
}
.linea-vert {
	background-image: url(images/linea-vert.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.link-rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0d11;
	text-decoration: none;
}
.link-rojo:hover {
	text-decoration: underline;
}
.linea-hori {
	background-image: url(images/linea-hori.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.text-gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.link-gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.link-gris:hover {
	text-decoration: none;
}
.link-gris2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	
}
.link-gris2:hover {
	text-decoration: underline;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2b445d;
}
.titlelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #2b445d;
	text-decoration: none;
}
.titlelink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.texto-rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0d11;
}
