/* CSS Document */

.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	width: 100px;
	padding: 16;
	text-decoration: none;
}

.navigation:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	width: 100px;
	padding: 16;
	text-decoration: none;
}


.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;
	color: #CCCCCC;
}


.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin-left: 40px;
	color: #CCCCCC;
}

.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;
	color:#CCCCCC
}

.azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #33CCFF;
	text-decoration: underline;
	text-align: center;
}
