body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CC0000;	
}
h1 {
	font-size: 16px;
	background-color: #CC0000;
	border-bottom: medium solid #FFE2C6;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 3px 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0px;
}

h3 {
	font-size: 16px;
	background-color: #FFC1C1;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	padding: 3px 0px;
}

td#celdaresaltada {
	font-weight: bold;
	font-size: 12px;
}

#boton {
	background-color: #CC0000;
	border: 2px outset #FFE2C6;
	font-weight: bold;
	color: #FFE2C6;
	padding: 1px 10px;
}
a#boton2 {
	background-color: #CC0000;
	border: 2px solid #FFE2C6;
	font-weight: bold;
	color: #FFE2C6;
	padding: 3px 20px;
	text-decoration:none;
}

a:hover#boton2 {
	text-decoration:none;
	color: #CC0000;
	background-color:#FFFF99;
	border: 2px solid #CC0000;
}

#menu {
	font-size: 16px;
	color: #FFFF00;
	margin: 10px 0px;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
}
#nombreactividad {
	padding-left: 40px;
	text-indent: -40px;
}


#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px ;
}

#menu ul li {
	background-color: #CC0000;
	display: inline;
	padding: 3px;
	margin: 0px 2px;
}

#menu ul li a {
	margin: 0px;
	text-decoration: none;
	color: #FFFF00;
	padding: 5px 35px;
}

#menu ul li a:hover {
	text-decoration: underline;
	color: white;
}

a,a:visited {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #3300FF;
}

#mensaje {
	background-color: #FFFF99;
	text-align: center;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
}
#radio {
	background-color: transparent;
	border: none;
}