@charset "UTF-8";
body {
	background-color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	text-align: center;
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C60;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
}.cabecera {
	letter-spacing: 3px;
	text-align: right;
	font-size: 12px;
}
.cabecera_title {
	font-size: 19px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.cabecerasub {
	font-size: 12px;
	color: #999;
}
.cabeceraTelf {
	font-size: 24px;
	color: #FFF;
}
.legenda {
	color: #666;
	text-align: right;
}
