@charset "utf-8";
/* CSS Document */
img{
	border: 0px none;
	}

body{
	background-image:url(img/fondo_body.jpg);
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}

table{
	margin-left:auto;
	margin-right:auto;
	border:0px none;
	}

td{
	background-color:#CCC;
	border:#333 solid 1px;
	width:400px;
	padding: 5px 5px 5px 5px;
	text-align:left;
	color:#600;
	vertical-align:top;
	}

h1{
	font-size:30px;
	font-weight:bold;
	text-decoration:underline;
	}
