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

body {	
	margin:0px;
	padding:0px;
	border:0px;
	height:100%;
	background-color:#666666;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #000080;
}
#marco{
	position:absolute;
	margin: 0 auto;
	width:800px;
	height:600px;
/*	width:600px;
	height:400px;
*/ 	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;	
/*  margin-top:-200px;
	margin-left:-300px;
*/	background-color:#D6D6D6;
	background-image:url(../images/sbenito200x200.gif);
}
#marco #tabla {
	position:relative;
	margin:0 auto;
	width:800px;
	height:580.20px;
/*	width:600px;
	height:386.80px;
*/}
#marco #tabla h1 {
	display:inline;
}

.rounded {
	border-radius: 10px;
	-moz-border-radius:10px;
}