@charset "utf-8";
/* CSS Document */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	background: white url(images/fondo.jpg) center no-repeat fixed;
	margin: 0;
	padding: 0;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 600px;
}
#header {
	position:relative;
	width: 800px;
	height: 255px;
	margin: 0;
	z-index: 0;
}
#contenido {
	width: 800px;
	height: 345px;
	margin: 0;
}
#contenido p {
	width: 300px;
	height: 245px;
	margin: -50px 0 0 115px;
	text-align: justify;
	line-height: 20px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#contenido ul {
	width: 350px;
	height: 245px;
	margin: -50px 0 0 110px;
	text-align: justify;
	line-height: 15px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#contenido ul span {
	color: #AF353B;
}
input {
	color: #000000;
	background: #ede4c3;
	border: 1px solid #dc512b;
	margin: 5px 0 0 0;
	_margin: 0 0 0 0;
	padding: 0;
}

form {
	width: 188px;
	_width: 305px;
	margin: -20px 0 0 70px;
	_margin: -20px 0 0 -45px;
	color: #000000;
	text-align: right;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

.submit {
	color: #dc512b;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	margin: 0 0 0 75px;
	display:inline;
}

a {
text-decoration: none;
color: #dc512b;
font-weight: bold;
}

a:hover {
color: #000000;
}
