/*
Hoja de estilos dinamica
*/
body  {
	font-family : Tahoma, Verdana, Arial, sans serif;
	font-size : 9pt;
	color : #666666;
	background: #FFFFFF;
}
td {
	font-family : Tahoma, Verdana, Arial, sans serif;
	font-size : 9pt;
}
a:link {
	color: #000000;
	background-color: transparent;
}
a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #000000;
	background-color: transparent;
}
a.menu:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.menu:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
a.menu:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.loginfield {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.textologin {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}
.MenuOff{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	color: #666666;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../images/nav_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 24px;
	width: 163px;
}
.MenuOn{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	color: #000000;
	background-color: transparent;
	background-attachment: scroll;
	background-image: url(../images/nav_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: 24px;
	width: 163px;
}
.mediummain {
	background-attachment: scroll;
	background-image: url(../images/medium_main.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	height: 10%;
	width: 100%;
}
.mediumSuport {
	background-attachment: scroll;
	background-image: url(../images/medium_soporte.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	height: 10%;
	width: 100%;
}
.columna {
	height: 100%;
	width: 100%;
}
.credits {
	text-align: center;
	color: #666666;
	background-color: transparent;
}