h1 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #81C6E5;
	width: 95%;
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 35px;
}
.contenido {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}
a.menu_int {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #666666;
	display: block;
	width: 100%;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	padding-top: 5px;

}
a.menu_int:hover {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	color: #0099CC;
	background-color: #F2f2f2;
	display: block;
	width: 100%;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}
a.menu_int2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #666666;
	display: block;
	width: 90%;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
	padding-top: 5px;

}
a.menu_int2:hover {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 10px;
	color: #0099CC;
	background-color: #F2f2f2;
	display: block;
	width: 90%;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
}
h2 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	color: #0099CC;
	width: 95%;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
}
