@charset "utf-8";
/* CSS Document */

.titulogrande {
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 43px;
	font-weight: bold;
	color: #FFF;
}
.textogris {
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 11px;
	color: #CCC;
}
.titulos {
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
}
.bordeform {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.texto {
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.textotitulin {
	font-family: Georgia, "Times New Roman", "Times", serif;
	font-size: 12px;
	color: #900;
	padding: 5px;
	font-weight: bold;
}
.bordetabla {
	border: thin dotted #666;
}

.titulosnaranja {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #F60;
	padding-left: 10px;
}
