@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.gif);
	margin-top: 5px;
}
.Estilo1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Estilo5 {font-family: Arial, Helvetica, sans-serif}
.Estilo7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #E9E9E9;
	font-size: 12px;
}
.Estilo8 {color: #FFFFFF}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.cuadros {
	background-color: #666666;
	border: thin solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.linkm {color: #FFFFFF}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
b:link {
	text-decoration: none;
}
b:visited {
	text-decoration: none;
	color: #FFFFFF;
}
b:hover {
	text-decoration: underline;
	color: #666666;
}
b:active {
	text-decoration: none;
	color: #666666;
}


.menu_top{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(../images/background_menu.jpg);
}

.menu_top a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_top a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration:none;
}

.menu_top a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #BBF3FF;
	text-decoration:none;
	display: block;
	background-repeat: repeat-x;
	background:url(../images/hover.jpg)
