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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
}.cuerpo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.cuerpo h1{display:none;}
.cuerpo h2 {display:none;}
p{
	text-align: right;
	position: absolute;
	left: 0px;
	right: 10px;
	bottom: 10px;
}
a{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
