/* CSS Document */

.menu{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#330000;
	font-weight:bold;
	background-image:url('imges/off.gif');
	width:201px;
	height:18px;
	text-decoration:none;
	padding-left:22px;
}
.menu:hover{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#330000;
	font-weight:bold;
	background-image:url('imges/on.gif');
	width:201px;
	height:18px;
	text-decoration:none;
	padding-left:30px;
}
.txt{
	font-family: Arial;
	font-size:11px;
	color:#FF9933;
}
.borde{
	border-width:1px;
	border-color:#FF9933;
	border-style:solid;
}
.enlaces{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}
.enlaces:hover{
	font-family: Arial, sans serif;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
.idiomas{
	font-family: Arial, sans serif;
	font-size:12px;
	color:#FF9933;
	text-decoration:none;
}
.idiomas:hover{
	font-family: Arial, sans serif;
	font-size:12px;
	color:#FF9933;
	font-weight:bold;
	text-decoration:none;
}
.tdamarillo{
	background-color:#FF9900;
}