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_forest.jpg);
	height: 300px;
	width: 1024px;
}
#wrapper #content {
	float: left;
	height: 400px;
	width: 514px;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


#wrapper #facebook {
	height: 440px;
	padding-top: 30px;
	padding-right: 30px;
}
#wrapper #content p a {
	text-decoration: none;
	color: #333;
	font-style: normal;
	font-weight: bold;
}
#wrapper #content p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 30px;

}



#wrapper #footer {
	background-color: #231F20;
	font-size: 14px;
	color: #CCC;
	text-align: center;
	padding: 10px;
}



.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;
}
