body {
	background-color: #e8e8e8;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #333;
	background-image: url(../images/background_body.png);
	background-repeat: repeat-x;
}
#wrapper {
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(../images/backgrounds/header_lake.jpg);
	height: 300px;
	width: 1024px;
}


#wrapper #footer {
	background-color: #231F20;
	font-size: 14px;
	color: #CCC;
	text-align: center;
	padding: 10px;
}
#wrapper #intro {
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 40px;
	font-size: 16px;
}
#wrapper #texto {
	width: 500px;
	text-align: justify;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#wrapper #imagen {
	height: 466px;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}
#wrapper #formulario {
	float: right;
	margin-top: 30px;
	margin-right: 150px;
}




.dropdownProductos {
	padding: 10px;
	text-align: center;
	height: 230px;
	width: 150px;
	background-image: url(../images/prod_dropdown.png);
}
#productos p a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	text-decoration: none;
}
.dropdownServicios {
	text-align: center;
	background-image: url(../images/serv_dropdown.png);
	height: 180px;
	width: 150px;
	padding: 10px;
}

#servicios p a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	text-decoration: none;
}
