/* CSS Document */

p{
font-family: "Comic Sans MS";
font-size: 11px;
color: #9999FF;
line-height: 18px;
padding: 3px;
}.bold {
	font-family: "Comic Sans MS";
	font-size: 20px;
	line-height: 18px;
	font-weight: bold;
	color: #333399;
}
.navigator{
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333399;
	text-decoration: none;
	background-color: #253978;
	display: block;
	padding: 0px;
	width: 180px;
}

.navigator:hover{
	font-family: "Monotype Corsiva";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #253978;
	display: block;
	padding: 0px;
	width: 180px;
}

.navegacion{
	font-family: "Monotype Corsiva";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #9999FF;
	text-decoration: none;
	background-color: #253978;
	display: table-cell;
	width: 140px;
}


.navegacion:hover{
	font-family: "Monotype Corsiva";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #9999FF;
	text-decoration: none;
	background-color: #253978;
	display: table-cell;
	width: 140px;
}
.fondo_color {
	background-color: #253978;
}
