body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #006400;
	text-align: center;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Maroon;
	font-weight: bold;
}
h3{
		font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Maroon;
	font-weight: bold;
	margin: 5px;
	padding-left: 0px;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: Maroon;
	font-weight: bold;
}
h5{
	font-size: 12px;
	color: Red;
	font-weight: bold;
}
.rojo{
	color: Red;
}
.rojo1{
	color: Red;
	font-size: 13px;
	font-weight: bold;
}
.azul{
	color: Blue;
}
.fondoimg{
	color: White;
	background-color: #006400;
	float: right;
	border-style: solid;
	border-width: 2px;
	border-color: #006400;
	margin: 0px;
	margin-left: 10px;
	text-align: center;
}
.titulo{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #006400;
	text-align: center;
}
.otroprogramas{
	border-color:#556B2F;
	border-width:1px;
	border-style: solid;
	background-color: #D5EA8C;
	padding-left: 15px;
	
}
.titulo-otrosprogram{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004F01;
	font-weight: bold;
}
a.linkother-program:link, a.linkother-program:visited {
	color: #191970;
	text-decoration: none;
}
a.linkother-program:hover {
	color: Red;
	
}