body
{
	margin: 5px 0px 5px 0px;
	color: #000000;
	background: #EEEEF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 900;
	padding: 40px 0px 20px 0px;
	border: 0px;
	margin: 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 900;
	padding: 10px 0px 10px 0px;
	border: 0px;
	margin: 0px;
	
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 19px;	
	padding: 5px 0px 10px 0px;
	border: 0px;
	margin: 0px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;	
	padding: 5px 0px 5px 0px;
	border: 0px;
	margin: 0px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;	
	padding: 3px 0px 3px 0px;
	border: 0px;
	margin: 0px;
}
p
{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px;
}

th
{
	vertical-align:top;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	line-height: 16px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

td
{
	/*vertical-align: top;*/
	/*text-align: left;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

ul
{
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 0px 10px;
}

li
{
	padding: 3px;
	margin: 0px;
}

img
{
	border-color: rgb(41,149,0); 
}

a, a:visited
{
	color: rgb(41,149,0);
	font-weight: 900;
	text-decoration: underline;
}

a:hover
{
	color: rgb(20,220,0);
	text-decoration: underline;
}

.Principal
{
	background: #FFFFFF;
}

.Encabezado td
{
	color: #FFFFFF;
	background: rgb(41,149,0);
	width: 50px;
	text-align: center;
	font-size: 10px;
}

.Encabezado td a, .Encabezado td a:visited
{
	font-weight: 400;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.Encabezado td a:hover
{
	color: rgb(41,149,0);
	background: #FFFFFF;
	text-decoration: none;
}

td.Cuerpo
{
	vertical-align: top;
	text-align: left;
	color: #000000;
	background: #FFFFFF;
	padding: 15px;
}


.Color
{
	color: #000000;
	background: rgb(0,0,0);
}

.Menu
{
	background: rgb(0,0,0);
}

.Avisos
{
	background: rgb(0,0,0);
}

.Menu td, .Avisos td
{
	text-align: center;
	line-height: 20px;
	height: 20px;
	background: rgb(255,255,255);
}

.Menu td.Sel
{
	font-weight:900;
	line-height: 20px;
	height: 20px;
	color: rgb(255,255,255);
	background: rgb(41,149,0);
	text-decoration: none;
}
.Menu td a, .Menu td a:visited
{
	display: block;
	color: rgb(41,149,0);
	text-decoration: none;
}

.Menu td a:hover
{
	color: #FFFFFF;
	color: rgb(255,255,255);
	background: rgb(41,149,0);
	text-decoration: none;
}

.Portada td
{
	vertical-align: top;
}

.Adicional
{
	border: rgb(145,210,120) 2px solid;
}

.Adicional th
{
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	background: rgb(145,210,120);
	padding: 2px 3px 2px 3px;
}

.Adicional td
{
	text-align: left;
	line-height: 16px;
	padding: 5px 5px 5px 5px;
	color: #000000;
	background: #FFFFFF;
}

a img, a:visited img
{
	text-decoration: none;
	margin: 0px 0px 3px 0px;
}

a:hover img
{
	border-color: rgb(20,220,0);
}


.Participantes td
{	
	font-size: 16px;
	font-weight: 900;
	line-height: 22px;
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
	
}

.Participantes td a, .Participantes td a:visited
{
	color: rgb(41,149,0);
	text-decoration: none;
}

.Participantes td a:hover
{
	color: rgb(20,220,0);
	/*background: rgb(0,0,0);*/
	text-decoration: none;
}

.Encuestas td
{
	font-size: 12px;
	font-weight: 900;
	color: #000000;
}

.Encuestas td a, .Encuestas td a:visited
{
	font-size: 10px;
	text-align: center;
	display: block;
	background: rgb(41,149,0);
	color: #FFFFFF;
	text-decoration: none;
}

.Encuestas td a:hover
{
	color: rgb(41,149,0);
	background: #FFFFFF;
	text-decoration: none;
}

.Pie
{	
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	background: rgb(0,0,0);
	margin: 0px;
	padding: 3px 2px 3px 2px;
}

.Pie a, .Pie a:visited
{
	
	color: rgb(80,80,80);
	text-decoration: underline;
}

.Pie a:hover
{
	color: #999999;
}

.Foros
{
	border: 2px solid rgb(145,210,120);
	margin: 0px 0px 0px 0px;
}

.Foros th
{	
	text-align: inherit;
	color: #FFFFFF;
	background: rgb(145,210,120);
	/* rgb(245,135,132); */
	/*rgb(205,66,36);*/
	padding: 2px 3px 2px 3px;
}

.Foros td
{
	text-align: justify;
	padding: 5px 5px 5px 5px;
	color: #000000;
	background: #FFFFFF;
}

.Emoticones
{
	border: 2px solid rgb(210,160,160);;
	margin: 0px 0px 0px 0px;
}

.Emoticones th
{
	text-align: center;
	color: #FFFFFF;
	background: rgb(210,160,160);
	padding: 2px 3px 2px 3px;
}

.Emoticones td
{
	padding: 2px 2px 2px 2px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid rgb(210,160,160);
}

div.Link
{
	text-align: center;
	padding: 6px 0px 6px 0px;
	font-size: 14px;
}

div.LinkP
{
	text-align: center;
	padding: 4px 0px 4px 0px;
	font-size: 10px;
}

.Pie
{
	color: #999999;
}

.Pie a, .Pie a:visited
{
	color: #999999;
}

.Pie a:hover
{
	color:#999999;
}
