a:link, a:visited, a:hover 
{
	color: blue; /*edited from 006699*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
p.subtitulo
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
}
td.texto
{
	vertical-align: top;
	padding: 10px;
}
#titulo
{
	background-color: white;
	color: green;
	font-family: Arial;
	border-bottom: 5px double green;
	padding: 5px 0 5px 0;
	margin: 0;
	width: 100%;
}
#lateral
{
	/*width: 200px;*/
	background-color: Green;
	color: white;
	font-family: Arial;
	font-size: 10pt;
	padding: 25px;
	margin: 3px 0 0 0;
	/*border-top: inset White;*/
}
#contenido
{
	float: right;
	width: 70%;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 10px;
	margin: 0;
	min-height:750px;
	/*height:1250px;  por mientras tenia 900px*/
}
#bottom{
	clear: both;
	border: 1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #222222;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */



#encabezado {
		background-color:#FFFFFF;
		border-top: 2px solid green;
		border-bottom: 2px solid green;
		}	
#barrita  {
	border-bottom: 5px double green;
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#barrita a{
	color: green;
	cursor:pointer;

}
p.categoria {
	font-family: Arial Narrow, Arial;
	font-size: 18px;
	color:#3399CC;
	font-weight:bolder;
	}
p.disciplina {
	font-family: Arial Narrow, Arial;
	font-size: 26px;
	color:#3399CC;
	font-weight:bolder;
	}
div.finales {
width:350px;
border:1px solid orange;
padding: 10px;
text-align:center;
color:#666666;
font-size:9pt;
}

/* Estilo para los links copiado desde roles.css */
div.acciones a, div.acciones a:link, div.acciones a:visited, div.acciones a:hover 
{
	color: #336600; /*edited from 006699*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:900;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

div.acciones a:hover {
	text-decoration: underline;
}

/* Estilo para la función de resaltado de fila */
#demo tr.ruled {
  background:#9cf;
}