html, body
{
	background-image: url(../images/TIRA_BACKGROUND.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #31507e;
	width:100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#envoltura
{
	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%; /* puro tramite */
	margin: 0 0 -30px; /* el margen es la altura del pie en negativo */
	background-image: url(../images/TIRA_INTERIOR.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#pie
{
	height: 30px; /* misma altura que el margen inferior de la envoltura */
	text-align:center;
	font-size:11px;
	background-image: url(../images/TIRA_INTERIOR.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
	

#main
{
	position:relative;
	width:800px;
	left:50%;
	top:0;
	margin-left:-400px;
	margin-bottom:30px;
}

#cab
{
	width:800px;
}

#menu
{
	width:800px;
}

.option
{
	float:left;
}

.title
{
	clear:both;
	margin-top:28px;
	margin-left:28px;
	display:table;
}
	
.table
{
	clear:both;
	width:800px;
	display:table;
}

.col1
{
	width:744px;
	margin-top:28px;
	margin-left:28px;
	display:table-column;
	float:left;
}

.col2
{
	width:345px;
	margin-top:28px;
	margin-left:28px;
	display:table-column;
	float:left;
}

.col3
{
	width:227px;
	margin-top:28px;
	margin-left:28px;
	display:table-column;
	float:left;
}

.cell
{
	width:100%;
	display:table-cell;
}

.padRight
{
	margin-right:40px;
}

#banderas
{
	position:absolute;
	width:800px;
	left:50%;
	top:0;
	margin-left:-400px;
	z-index:10;
	text-align:right;
}
	