﻿/* CSS Document */
contenido  {
	color: #2FACFF;
	font-size: 16px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	line-height: 15px;
	text-align: justify;
}

.menuprincipal  {
	color: #FF812C;
	font-size: 18px;
	text-decoration: bold;
	font-family: "Trebuchet MS";
}
a:link {
	color: #FF812C;
	font-size: 16px;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
a:visited {
	color: #0083D7;
	font-size: 16px;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
a:hover { color: #0083D7; font-size: 16px; text-decoration: none }
a:active {
	color: #0083D7;
	font-size: 16px;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
.titulos {

	color: #FF812C;
	font-size: 14px;
	text-decoration: none;
	font-family: "Trebuchet MS";
}
.contenidos {

	color: #2FACFF;
	font-size: 16px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	text-align: justify;
}
.contenidostablas {

	color: #2FACFF;
	font-size: 11px;
	font-family: "Trebuchet MS";
	text-decoration: none;
	text-align: justify;
}


