/* CSS Document */

.navigation{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	display: block;
	padding: 4px 4px 4px 4px;
	width: auto;
	text-decoration: none;
	color: #408080;
	background-color: #FFFFFF;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	padding: 4px 4px 4px 4px;
	width: auto;
	text-decoration: none;
	background-color: #408080;
}
.menusup{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	display: block;
	width: 152px;
	text-decoration: blink;
	color: #333300;
}

.menusup:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: inherit;
	font-weight: bold;
	display: block;
	width: 152px;
	text-decoration: underline;
	direction: inherit;
	border-color: #00CC00;
	color: #330000;
	text-shadow: clasificacion;
}

.telef{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	display: block;
	width: 192px;
	text-decoration: blink;
	color: #333300;
}

.telef:hover {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-style: inherit;
	font-weight: bold;
	display: block;
	width: 192px;
	text-decoration: underline;
	direction: ltr;
	color: #000099;
	text-shadow: clasificacion;
	border-color: #0000CC;
	clip: inherit;
}

.subtitulo{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	width: auto;
	text-decoration: underline;
	color: #000066;
	margin-left: 20px;
}
.enlaces{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	display: block;
	width: 600px;
	text-decoration: blink;
	color: #333300;
	margin-left: 30px;
}

.enlaces:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: inherit;
	font-weight: bold;
	display: block;
	width: 600px;
	text-decoration: underline;
	direction: inherit;
	border-color: #00CC00;
	color: #006600;
	text-shadow: clasificacion;
	margin-left: 40px;
}

