/* Hoja de estilo generica para los layouts de interiores */

table.LayoutInterior
{
	width: 100%;
}

table.LayoutInterior tr
{
	vertical-align: top;	
}

table.LayoutInterior div
{
	width: 100%;
}

div.LayoutCabecera
{
	width: 100%;
}

table.LayoutPie
{
	width: 100%;
}