body, th, td, input, textarea, select
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	}
	
body
	{
	background: #f1f1f1;
	margin-top: 30px;
	}

h1
	{
	font: bold 20px Verdana, Arial;
	color: #303030;
	background: transparent;
	margin-bottom: 4px;
	border-bottom: 1px solid #64495C;
	}
	
a
    {
    color: #64495C;
    text-decoration: none;
    }
    
a:hover
    {
    text-decoration: underline;
    }
    
	
.Menu
    {
    font-size: 12px;
    color: #ecc99b;
    background-image: url('img/FondoMenu.jpg');
    }
    
.Menu a
    {
    color: #ecc99b;
    text-decoration: none;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    }
    
.Menu a:hover
    {
    text-decoration: none;
	color: White;
    }
