/* CSS Document */

 BODY {
margin:0px;
 }
img {
border:none;
}
.Estilo1 {font-size: 12px}
.centradotabla {
	background-position: center;
	text-align: center;
}
.bordetabinf {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

table {
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 }
a:link{
	color: #FF6600;
	text-decoration:none	
}
a:visited{
	color: #CC0033;
	text-decoration:none}

a:hover{
	color: #FF6600;
	background-color: #E7E7E7;
	text-decoration:underline;
}


