table.Encabezado
{
    width: 779px;
    height: 140px;
}

table.Encabezado td.Logo
{
    width: 311px;
    height: 140px;
    background-image: url(imagenes/logo.png); 
    background-position: center top; 
    background-repeat: no-repeat;
}

table.Encabezado td.Menu
{
    width: 468px;
    height: 140px;
}

table.Encabezado td.Menu table.Menu
{
    width: 468px;
    height: 140px;
}

table.Encabezado td.Menu table.Menu td.BordeSuperior
{
    height: 31px;
    background-image: url(imagenes/menubordesuperior.png); 
    background-position: left top; 
    background-repeat: repeat-x;
}

table.Encabezado td.Menu table.Menu td.BordeSuperior div.Botones
{
	width: 463px;
    text-align: right;
	padding-right: 5px;
	vertical-align: middle;
	padding: 0;
	float:left;
	margin: 0;
}

table.Encabezado td.Menu table.Menu td.BordeSuperior div.Botones img
{
    vertical-align: middle;
}

table.Encabezado td.Menu table.Menu td.Buscador
{
    height: 78px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

table.Encabezado td.Menu table.Menu td.Buscador table
{
    text-align: center;
    vertical-align: middle;
    width: 350px;
}

table.Encabezado td.Menu table.Menu td.Buscador table td
{
    text-align: center;
    vertical-align: middle;
    padding: 0 3px 0 3px;
}

table.Encabezado td.Menu table.Menu td.Buscador span.Texto
{
    font-weight: bold;
    font-size: 16px;
}

table.Encabezado td.Menu table.Menu td.Buscador input.TextBox
{
    height: 28px;
    border: solid 1px #000000;
    width: 250px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    padding-right: 3px;
    font-size: 18px;
}

table.Encabezado td.Menu table.Menu td.BordeInferior
{
    height: 31px;
    background-image: url(imagenes/menubordeinferior.png); 
    background-position: left top; 
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

table.Encabezado td.Menu table.Menu td.BordeInferior table
{
    height: 31px;
    text-align: center;
    width: 463px;
}

table.Encabezado td.Menu table.Menu td.BordeInferior table td.Separador
{
    background-image: url(imagenes/menubordeinferiorseparador.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 15px;
}

table.Encabezado td.Menu table.Menu td.BordeInferior table a
{
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

table.Encabezado td.Menu table.Menu td.BordeInferior table a:hover
{
    color: #e2bb3a;
}

table.SubMenu
{
	background-image: url(imagenes/menubarra.png);
	background-repeat: repeat-x;
}

table.SubMenu td div
{
	font-size: 12px;
}

table.SubMenu td div a
{
	color: black;
	text-decoration: none;
}

table.SubMenu td div a:hover
{
	color: #740000;
	text-decoration: underline;
}