/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #454872;
	background: gray url(media/fondogeneral.jpg) fixed;
}

h1 {
	font-size: 14px;	
}

table.menu{
	color: white;
	font-weight: bold;
}

a.menu {
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	text-decoration: underline;
	color: white;
}

a.submenu {
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding-left: 20;
}

a.submenu:hover {
	text-decoration: underline;
	color: white;
}

