/****** Colores en Theme ********/
A			{color: #FAB001; FONT-FAMILY:Arial,Verdana,Helvetica,Geneva,sans-serif;}
A:link		{text-decoration:none;}	
A:visited	{text-decoration:none;}	
A:active	{text-decoration:none;}
A:hover		{text-decoration:underline;}
#TableCabezera {
    background : #000000 url('images/header.png') no-repeat;	
    height : 140px;
    border-bottom : 4px solid #FAB001;
}
#TableCuerpo {
    height : 100%;
    border-bottom : 4px solid #FAB001;
}
#TablePie {
    height : 30px;
    border-bottom : 4px solid #FAB001;
    background-image: url('images/pie.png');
}
.TextBox {
	Border-Color:#FAB001;
	Border-Style:Solid;
    border-width:1px;
	font-family:Arial,Verdana,Helvetica,Geneva,sans-serif;
	font-size:11px;
	background-color:White;
}
.GridCabezera {
    color:#FAB001;
}