/* CSS Document */

.navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFCC33;
	width: 180px;
	display: block;
	padding: 24;
	text-decoration: none;
}


.navigation:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	width: 180px;
	display: block;
	padding: 24;
	text-decoration: none;
	background:#000000	
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin-left: 40px;
}
.bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 40px;
	margin-top: 50px;
}
.alineaciontexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-left: 40px;
	margin-right: 40px;
}
.rojo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
	text-align: center;
}
