﻿body
{
}

td.colSeparador
{
	width: 8px;
	font-size: 8px;
}
H1
{
}

H2
{
	font-size: medium;
}

H3
{
	font-size:small;
	
}
H4
{
	font-size:small;
}
A
{    
    /*text-decoration: none;   */
}

a.Edicion
{
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	background-color: #99cc00;
}
a.Edicion:visited
{
    color: #000066;
}
a.Edicion:hover
{
	color: #cc0000;
}


a.pie
{
	color: #2A393E;
	text-decoration: none;
	font-family: Tahoma;
	font-size:11px;
}
a.pie:visited
{
	color: #2A393E;
	text-decoration:none;
	font-family: Tahoma;
	font-size:11px;
}
a.pie:hover
{
	color: #2A393E;
	text-decoration:none;
	font-family: Tahoma;
	font-size:11px;
}
a.pie:active
{
	color: #2A393E;
	text-decoration:none;
	font-family: Tahoma;
	font-size:11px;
}





.AlinearDerecha
{
	text-align: right;
}
