/* CSS Documento */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E8E8E8;
}

.pref_header {color: #042e59; font-size: 16px}
.telf_header {color: #042e59; font-weight: bold; font-size: 28px; }
.menu {font-size: 14px; font-weight: bold;}
.texto_cuerpo {font-size: 11px;}

.texto_suave {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
}

/* Enlaces sobre fondo azul */

a.bg_blue:link {
	color: #DDF1F1;
	text-decoration: none;
}
a.bg_blue:visited {
	text-decoration: none;
	color: #DDF1F1;
}
a.bg_blue:hover {
	color: #0075EA;
}
a.bg_blue:active {
	text-decoration: none;
	color: #0075EA;
}

/* Enlaces sobre fondo blanco */

a.bg_white:link {
	color: #0B295B;
	text-decoration: none;
}
a.bg_white:visited {
	text-decoration: none;
	color: #0B295B;
}
a.bg_white:hover {
	color: #0075EA;
	text-decoration: underline;
}
a.bg_white:active {
	text-decoration: none;
	color: #0075EA;
}

/* Enlace sobre gris */

a.bg_gris:link {
	color: #333333;
	text-decoration: none;
}
a.bg_gris:visited {
	text-decoration: none;
	color: #333333;
}
a.bg_gris:hover {
	color: #333333;
	text-decoration: underline;
}
a.bg_gris:active {
	text-decoration: none;
	color: #333333;
}

/* Enlace Menu */

a.bg_menu:link {
	color: #135B8D;
	font-weight: bold;
	text-decoration: none;
}
a.bg_menu:visited {
	text-decoration: none;
	color: #135B8D;
	font-weight: bold;
}
a.bg_menu:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}
a.bg_menu:active {
	text-decoration: underline;
	font-weight: bold;
	color: #0099FF;
}

body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #333333;
}

#floatmenu{position:absolute; width: 220px; top: 10px; left: 10px; z-index:5; visibility:visible;}

</style>