/* CSS Document */

html, body {
	padding:			0px;
	margin:				0px;
	width:				100%;
	height:				100%;
	text-align:			center !important;
	background-color:	#5093d7;
	}
	
body {
	background:			url(../images/BgHome.jpg) center no-repeat;
	}
	
.Cento {
	height:				100%;
	}
	
.Cento table tr td {
	font:				normal normal bold 11px "Verdana";
	color:				#1377b3;
	}
	
.Cento table tr td a:active, .Cento table tr td a:link, .Cento table tr td a:visited {
	font:				normal normal bold 11px "Verdana";
	color:				#1377b3;
	text-decoration:	none;
	}
	
.Cento table tr td a:hover {
	font:				normal normal bold 11px "Verdana";
	color:				#1377b3;
	text-decoration:	underline;
	}