body {
	background-color: #FDFFFD;
	font-family: "Lucida Grande", Arial;
	color: #339966;
	font-size:17px;	
}

.titulo {
	font-family: "Lucida Grande", Arial;
	color: #339966;
	font-size:36px;
}

a.titulo {
	font-family: "Lucida Grande", Arial;
	color: #339966;
	font-size:36px;
	text-decoration: none;
}

a.titulo:hover {
	font-family: "Lucida Grande", Arial;
	color: #226F48;
	font-size:36px;
	text-decoration: underline;
}


.subtitulo1 {
	font-family: "Lucida Grande", Arial;
	color: #339966;
	font-size:24px;
}

.subtitulo2 {
	font-family: "Lucida Grande", Arial;
	color: #339966;
	font-size:18px;
}

a.enlace {
	font-family: "Lucida Grande", Arial;
	color: #339966;
	font-size:17px;
	text-decoration: none;
}

a.enlace:hover {
	font-family: "Lucida Grande", Arial;
	color: #226F48;
	font-size:17px;
	text-decoration: underline;
}

.menu {
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	font-weight: bold;
}

.img_enlace {
	border-color: #FDFFFD;
	border-width: medium;
}

.img_enlace:hover {
	border-color: #FF0000;
	border-width: medium;
}

.img_enlace_aux {
	border-color: #FDFFFD;
	border-width: thin;
}

.img_enlace_aux:hover {
	border-color: #96D3F0;
	border-width: thin;
}



