body{
	background: url(imgs/arroba.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	color: Gray;
	font-family: "verdana", Arial;
	font-size: 10pt;
	text-align: justify;
}
h1 {
	font-family: "Verdana", Arial;
	font-size: 13pt;
	text-align: center;
	font-style: normal;
	font-weight: bolder;
}
a {
	color: Gray;
	font-size: 11pt;
	font-family: "Verdana", Arial;
}
a:hover {
	color: Black;
	font-size: 11pt;
	font-family:"Verdana", Arial;
	text-decoration: none;
}
.fecha{
	color: Gray;
	font-family:"Verdana", Arial;
	font-weight: bold;
	font-size: 7pt;
}
td {
	color: Gray;
	font-size: 11pt;
	font-family:"Verdana", Arial;
}
.uno
{	
	border-top: solid 1px #808080;
	border-left: solid 1px #808080;
}
.uno2
{	
	border-top: solid 1px #808080;
	background-color: #F0F0F0;
}
.uno3
{	
	border-top: solid 1px #808080;
	border-right: solid 1px #808080;
	background-color: #F0F0F0;
}
.dos
{	
	border-bottom: solid 1px #808080;
	border-left: solid 1px #808080;
}
.dos2
{	
	border-bottom: solid 1px #808080;
	background-color: #F0F0F0;
}
.dos3
{	
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
	background-color: #F0F0F0;
}

