@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: #000033;
}
.cabecera {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.enlaces {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #171E54;
	padding-top: 3px;
}
.texto {
	font-family: Helvetica, Arial, SansSerif;
	font-size: 11px;
	color: #052B51;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #052B51;
}
.texto strong{
	font-family: Helvetica, Arial, SansSerif;
	font-size: 11px;
	font-weight: bold;
	color: #FAC01E;
}
.texto strong a {
	font-family: Helvetica, Arial, SansSerif;
	font-size: 11px;
	font-weight: bold;
	color: #FAC01E;
	text-decoration:none;
}
