/* CSS Document */

.txt{
font-family: tahoma;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.txt_bold {
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.txt_bold_blanco {
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt_bold_enlaces {
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #007ECB;
}

.bold {
	font-family: Tahoma;
	font-size: 24px;
	line-height: 14px;
	font-weight: bold;
	color: #00467E;
}

.navigation {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 8;
	width: 150px;
	text-decoration: none;
	background-color: #007ECB;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.navigation:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 8;
	width: 150px;
	text-decoration: none;
	background-color: #00467E;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}	

.navigation_productos {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	display: block;
	padding: 8;
	width: 140px;
	text-decoration: none;
	background-color: #FFFFFF;
}

.navigation_productos:hover {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	display: block;
	padding: 8;
	width: 140px;
	text-decoration: none;
	background-color: #FFFFFF;
}	
