﻿body 
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;	
}

.elementoMenu 
{
	font-family: Elephant;
	font-size:12pt;
	text-decoration:none;
	color: #990000;
	width: 120px;
	text-align: center;
	cursor: pointer;	
}

.elementoMenuIzq
{
	font-family: Elephant;
	font-size:16pt;
	text-decoration:none;
	color: #de9c22;
	width: 150px;
	text-align: left;
	cursor: pointer;
}

.textoPizarra
{
	font-family: Elephant;
	font-size:12pt;
	text-decoration:none;
	color: #FFFFFF;
}

.boton
{
	background-color: White;
	border-color: #CC9966;
	border-style:solid;
	border-width:1px;
	font-family:Verdana;
	color:#990000;
	cursor: pointer;
}

.tituloTabla 
{
	background-color: #990000;
	font-size: 0.9em;
	color: White;
	font-weight: bold;		
}

.tabla 
{
	background-color: #FFFBD6;
	border-color: #FFDFAD;
	border-spacing: 4;
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 0.6em;
	color: #333333;		
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#7ce820;
	text-decoration:none;
}