@charset "UTF-8";
body {
	margin: 0px;
	background-color: #000000;
	background-image: url(../imagenes/fondo.png);
	background-repeat: repeat-x;
	color: #666666;
	font-family: "Lucida Grande", "trebuchet ms", verdana, arial, geneva, sans-serif;
	font-size: 14px;
}
#gral {
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F47D00;
	border-left-color: #F47D00;
	width: 900px;
}
#gral #top {
	height: 220px;
	width: 900px;
	background-color: #333333;
}
#gral #iframe {
	background-color: #000000;
	height: 540px;
	width: 900px;
}
#gral  #footer p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-bottom: 20px;
}
