@charset "utf-8";

html {
	overflow-y: hidden;
}

body {
	margin: 0px;
	background: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 450px;
}

p {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 0.01225em;
	margin: 170px 45px auto auto;
	width: 500px;
	color: #575757;
}

ul {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 0.01225em;
	margin: 5px 45px auto auto;
	width: 500px;
	color: #575757;
}

#menu {
	position: fixed;
	background: transparent;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px 10px 10px 15px;
	width: 100%;
}

a:link {
	text-decoration: none;
	color: #545454;
}
#container {
	background: white;
	width: 5000px;
	height: 600px;
}

#flecha {
	background: transparent;
	top: 302px;
	left: 197px;
	position: fixed;
	width: 300px;
	height: 250px;
}

.contenido {
	background: white;
	margin: 0px;
	width: 1025px;
	height: 600px;
	float: left;
}

.contenido a:link {
	text-decoration: underline;
}

.contenido table {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 0.01225em;
	margin: 5px 40px auto auto;
	color: #575757;
}

.contenido input {
	width: 303px;
	border: solid 1px #575757;
}

.contenido textarea {
	width: 300px;
	height: 60px;
	vertical-align: top;
}

.letrero {
	margin-top: 25px;
	margin-right: 40px;
	text-align: right;
}

.letrero-en {
	margin-top: 55px;
	margin-right: 40px;
	text-align: right;
}

.imagen {
	position: absolute;
	margin-top: -80px;
	margin-left: 0px;
}

.manzana {
	position: absolute;
	margin-top: -80px;
	margin-left: 0px;
	z-index: 99;
}

.prueba {
	margin-left: 1800px;
}

#entrada {
	width: 948px;
	margin: 10px auto;
}

.error {
	color: red;
	list-style: none;
}