@charset "UTF-8";
/* CSS Document */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
h2{
	margin: 0px;
}

body {
	background-color: #0066FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066FF;
	text-align: right;
	list-style-type: none;
	text-decoration: none;
}
#menu ul{
	display: list-item;
	list-style-image: none;
	list-style-type: none;
}
#menu li{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#menu li a{
	text-decoration: none;
}
.titulosfotosheader {
	font-family: "Lucida Grande CY";
	font-size: 24px;
	color: #FF9900;
	font-style: normal;
	font-weight: bold;
}
.titulosfotosheaderdos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.subtit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99FF33;
	font-style: normal;
	font-weight: bold;
}
.text_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
.text_rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
}
.gradiente_fondo_home {
	background-color: #333366;
	background-image: url(images/gradient_negro_gris.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.linea_gris_horizontal {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.lineagris_vertical {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.texto_blanco_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal;
}
.texto_neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.subtit_neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033CC;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
