@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

/* BORDES */
.bordefoto {
border: #000000 1px solid;
}

/* FUENTES */
.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
	border-bottom: #006600 1px solid;
}

.textocatorc {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#ff6600;
	border-bottom: #000000 1px solid;
	}
.textogris {
font-family: Tahoma;
font-weight: bold;
color: #993300;
}

.textocho {
font-size: 10px;
}
-->