body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	background-color: #535353;
	background-image: url(../images/fondo.gif);
	margin: 0px;
}
#envolvente {
	margin: auto;
	width: 600px;
}
#header {
	display: block;
	height: 225px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#contenido {
	width: 500px;
	margin: auto;
}
#menu {
	width: 135px;
	float: left;
	background-color: #ec1c24;
	padding-bottom: 25px;
}
#desc {
	width: 335px;
	padding: 15px;
	float: right;
	background-color: #FFF;
	margin-top: -40px;
}
#footer {
	width: 470px;
	padding: 15px;
	background-color: #ec1c24;
	clear: both;
	margin: auto;
	color: #FFF;
	font-weight: bold;
}

h1 {
	text-align: right;
	margin-top: 0px;
	font-size: 170%;
}

#menu li {
	list-style-type: none;
	margin-left: -25px;
	margin-top: 25px;
}

#menu a {
	display: block;
	background-color: ec1c24;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

#desc li{
	margin-left: -15px;
	list-style-type: square;
}

input {
	width: 100%;
	margin-bottom: 10px;
}
textarea {
	width: 100%;
	margin-bottom: 10px;
}
