@charset "utf-8";
#principal {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo_cesped.jpg);
	alignment-adjust: text-before-edge;
}
#principal #contenido {
	float: left;
	width: 1000px;
	background-image: url(../imagenes/fondo_cesped.jpg);
	background-color: #FFF;
}
#principal #pie {
	background-image: none;
	background-repeat: repeat-x;
	height: 60px;
	color: #FFF;
	text-align: center;
	float: left;
	width: 1000px;
	background-color: #0048A7;
	padding: 0px;
	font-family: "Comic Sans MS", cursive;
	font-size: small;
	line-height: 8px;
	margin: 0px;
	vertical-align: middle;
}
body {
	width: 1000px;
	background-image: url(../imagenes/fondo_agua.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #0C81EB;
}
#principal #contenido #texto {
	width: 440px;
	float: left;
	background-image: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	height: 400px;
	margin: 40px;
	color: #FFF;
}
#principal #contenido #imagenes {
	width: 440px;
	float: left;
	height: auto;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-top: 40px;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
}
input {
	margin: 0px;
	height: 46px;
	width: 225px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
}
