@charset "utf-8";
/* CSS Document */

body {
	font-family:Calibri, "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
	background:left repeat-y url(res/UVM_BKG.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}


.menu_bkg {
	background:top repeat-x url(res/Top_Shader.gif);
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#0033CC;
}

a:hover {
	text-decoration:underline;
	color:#FF6600;
}

a:active {
	text-decoration: underline;
	color: #FF0000;
}

.hide {
	display:none;
}

/* Los siguientes estilos se pueden utilizar agregando el siguiente código a un elemento:
	class=			"nav_link"
	onmouseover=	"this.className='nav_link_hover';"
	onmouseout=		"this.className='nav_link';"
	onmousedown=	"this.className='nav_link_pressed';"
	onmouseup=		"navigate('');"
*/

/* Navegación */
	td.nav_link	{
		background-color:#FFDF5E;
		cursor: hand; }
	a.nav_link:link, a.nav_link:visited	{
		text-decoration:none;
		color:#0033CC;
		font-weight: normal; }
	a.nav_link:hover {
		font-weight: normal;
		color:#FF6600;
		text-decoration: none;
	}

/* Navegación: Hover */
	td.nav_link_hover	{
		background-color:#FFCC33;
		cursor: hand; }
	a.nav_link_hover:link, a.nav_link_hover:visited {
		font-weight: normal;
		color:#FF6600;
		text-decoration: none; }
	a.nav_link_hover:hover {
		color: inherit; }

/* Clicking navigation buttons */
	td.nav_link_pressed {
		background-color: #FF5500;
		cursor: hand; }
	a.nav_link_pressed:link, a.nav_link_pressed:active {
		color: #FF0000;
		text-decoration: underline; }
	a.nav_link_hover:active {
		color: inherit; }
		
		
/* Extras */
	a.extra_link:link {
		text-decoration:none;
		font-weight: normal;
		color:#0033CC;
		cursor: hand;
	}
	a.extra_link_hover:hover {
		text-decoration: underline;
		font-weight: normal;
		color:#FF6600;
		cursor: hand;
	}
	

