#menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	width: 127px;
}
#menuItem a:link, #menuItem a:visited {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #003333;
	display: block;
	width: 127px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(imagenes/btnmenu.gif);
}
#menuItem a:hover {
	color: #FF0000;
	width: 127px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(imagenes/btnmenu1.gif);
}
#mensup {
	background-image: url(imagenes/mensup.gif);
	height: 19px;
	width: 128px;
}
#meninf {
	background-image: url(imagenes/meninf.gif);
	height: 19px;
	width: 128px;
}
#Contenido {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
#Contenido h1 {
	color: #003300;
	text-align: center;
	display: block;
	font-size: 32px;
	font-weight: bold;
	border-top-color: #99FFFF;
	border-right-color: #00FF99;
	border-bottom-color: #00FF99;
	border-left-color: #99FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Contenido h2{
	color: #003300;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	font-size: 24px;
}
#Contenido a:link,#Contenido a:visited {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
#Contenido a:hover {
	color: #0033FF;
	text-decoration: underline;
}
p.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 5px;
}
tr.celda {
	font-size: 13px;
	color: #003366;
	font-weight: bold;
}
p.texto2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#tabla {
	background-color: #00c333;
	border: 2px solid #FF0000;
}
#tabla1 {
	background-color: #FFFFFF;
	border: 2px solid #00C333;
}

