body {
	margin-top: 0px;
	background-color: #90C89B;
	background-image: url(imagenes/rayadogris.jpg);
	background-repeat: repeat-x;
	font-family: Arial, "Helvetica", sans-serif;
}
h1 {
}

#arco {
	clear: both;
	float: left;
	background-image: url(imagenes/arco.png);
	width: 800px;
	height: 201px;
	background-repeat: no-repeat;
}
#container {
	width: 760px;
	margin: 0px auto;
}
#flashy {
	position: absolute;
	left: 10px;
	margin-left: 100px;
}



#container #header {
	margin-top: 0px;
}
#container #main {
	background-image: url(imagenes/fondomain.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 250px;
	clear: both;
}
#container #footer {
	height: 500px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	background-image: url(imagenes/globo.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 25px;
	font-size: 12px;
}
#container #footer #title {
	text-align: center;
}
#container #footer p {
	color: #886EB5;
	text-align: center;
}
#container #footer a {
	background-color: #886EB5;
	text-decoration: none;
	color: #FFFFFF;
}

