/* CSS Document */

.Titulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #2C8387;
}
.Subtitulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2C8387;
	font-weight: bold;
}
.Textos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: normal;
}
.Autores {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	color: #666666;
	text-indent: 5px;
}
.blanco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Titulos2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.Textos2 {
	font-family: Arial;
	font-size: 16px;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #2C8387;
}
a:visited {
	color: #2C8387;
}
.tabla {
	display: table;
	width: 200px;
	float: left;
	margin-right: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin-bottom: 10px;
}
body {
	background-color: #FFFFCC;
}
