
body { 	font: 12px/.87em Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: center;
	color: #111;
	background: #FFF;
	background-image: url(bg.png);
	background-repeat: repeat;
	} 
	
	
.peles {
	margin: 50px auto auto auto;
	font-size: 2em;
	width: 1020px;
	padding: 10px; 
	border: 1px solid #bbb;
	background: #f1f1f1;	
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	}
	
.peles a{
	color: #d70000;
	text-decoration: none;}
	
.peles a:hover {

	color: #d70000;
	border-bottom: 1px solid #d70000;}

	
	img.centro {
	display: block;
	margin: 10px auto 10px auto;
	text-align: center;
	border: none;
	}