@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	background-color:#ffffff;
	}

#cuerpoweb {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 650px;
	margin-left: -325px;
	margin-top: -174px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	overflow: visible;
	text-align:center;
	}

a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	text-decoration: underline;
	color: #00aeef;
}
a:active {
	text-decoration: none;
	color: #00aeef;
}
