﻿BODY {
	margin: 0px;
	padding: 0px;
	background-color: #FF0000;

}
a img { 
	border: 0; 
}

a:visited {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
	list-style-image: url(../imgs/li.jpg);
} 

#flash-centrado {
	position: fixed;
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenido{
	z-index:-1;
	position:absolute;
	top:-1000px;
	width: 1px;
	height: 1px;	
	visibility: hidden;	
}
	
div#flash-centrado a {
	
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #879FFF;
}
#centrado {
	text-align: center;
}

