/* IMAGEN PRINCIPAL */
#image img {
	border-bottom-color: #8EB649;
}

#imagen {
	border: 2px solid #8EB649;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* CONTENIDOS (GENERAL) */
#content h1 {
	color: #8EB649;
}

#content a, #content a:visited, #content a:active {
	color:#8EB649;
}

#content a:hover {
	color:#FFFFFF;
	background-color: #8EB649;
}