body, th, td, input, textarea, select
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #70757e;
	}
	
body
	{
	background-image: url('img/Degradado.jpg');
	margin: 0px 0px 0px 0px;
	}
	
table
    {
    background-color: White;
    }
	
h1
	{
	font: bold 12px Verdana;
	color: #0081c5;
    margin-bottom: 20px;
    }
    
h2
    {
    font: bold 12px Verdana;
    margin-top: 20px;
    }
    
a
    {
    color: #7a7b7c;
    text-decoration: none;
    font-weight: bold;
    }
	
.Menu
    {
    color: #3db4ef;
    padding-top: 0px;
    font-weight: normal;
    }
    
.Menu a
    {
    font-size: 11px;
    color: White;
    text-decoration: none;
    }
    
.Menu a:hover
    {
    font-size: larger;
    }
    
.MenuLateral
    {
    background-color: #d9eef9;
    padding: 5px 5px 5px 5px;
    }
.MenuLateral a
    {
    font-size: 11px;
    color: #4e9edb;
    text-decoration: none;
    }
.MenuLateral a:hover
    {
	color: #347cb3;
    }
    
.MenuLateralVerde
    {
    background-color: #e3f1e2;
    padding: 5px 5px 5px 5px;
    }
.MenuLateralVerde a
    {
    font-size: 11px;
    color: #4e9edb;
    text-decoration: none;
    }
.MenuLateralVerde a:hover
    {
	color: #347cb3;
    }

.MenuLateralTituloAzul
    {
    padding: 3px 5px 3px 5px;
    height: 20px;
    color: White;
    background-image: url('img/Fondo-Titulo-Lateral-Azul.jpg');
    font-weight: bold;
    }
.MenuLateralTituloVerde
    {
    padding: 3px 5px 3px 5px;
    height: 20px;
    color: White;
    background-image: url('img/Fondo-Titulo-Lateral-Verde.jpg');
    font-weight: bold;
    }
    
.Categoria
    {
    padding-left: 10px;
    height: 18px;
    font-weight: bold;
    background-color: #a2c5d9;
    }
    
.Categoria a
    {
    padding-left: 18px;
    background-image: url('img/Flecha.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    color: White;
    }


