/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 9px;
padding: 3px;
}
.titulo {
	font-family: "Vladimir Script";
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	}

.sub_actividad {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation{
	font-family: Comic Sans MS;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CC6633;
	display: block;
	padding: 8px;
	width: 100px;
}


.navigation:hover{
	font-family: Comic Sans MS;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	display: block;
	padding: 8px;
	width: 100px;
	background-color: #CC6633;
	border-bottom: 1px solid #cccccc;
    border-top: 2px solid #666666;
    border-right: 1px solid #cccccc;
    border-left: 2px solid #666666;
}
