.texto {
	background-color: #F1F1E2;
}

.fondo {
	background-color: #DBDBB7;
}

.marco {
	background-color: #BEBE98;
}

.normal {
	font-family: arial;
	font-size: 12px;
}

.home {
	font-family: arial;
	font-size: 10px;
}

.inkator {
	font-family: arial black;
	font-size: 20px;
	font-weight: bold;
	font-style : italic;
	color: red;
}

.enlace {
	font-family: arial;
	font-size: 9px;
}

.enlace:link {
	font-family: arial;
	font-size: 9px;
	border: 1px solid black;
}

.enlace:visited {
	font-family: arial;
	font-size: 9px;
	border: 1px solid black;
}
.enlace:hover {
	font-family: arial;
	font-size: 9px;
	border: 1px solid red;
}

.lnkTexto {
	font-family: arial;
	font-size: 9px;
}

.lnkTexto:link {
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	color: black;
}

.lnkTexto:visited {
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	color: black;
}
.lnkTexto:hover {
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	color: blue;
}


.mail:link {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: blue;
}
.mail:visited {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: blue;
}
.mail:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: blue;
}
