body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fondoBandera {
	background-image: url(img/fondo_bandera.jpg);
	background-color: #F1F5F6;
}
.Titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #085C78;
}
.textoNormal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	margin-top: 5px;
	padding-right: 10px;
	font-weight: normal;
}
.textoNormalItalica {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	margin-top: 5px;
	font-style: italic;
}
.textoNormalDestacado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	vertical-align: top;
	margin-top: 5px;
	font-weight: bold;
}
.textoMini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 5px;
	font-weight: bold;
}
a:link {
	color: #085C78;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

