﻿/* ESTRUCTURA */

.secciones
{
	background-color: #FFFFFF;
	height: 110px;
	width: 100%;
}

.cabecera
{
	background-color: #6F6C5D;
	height: 286px;
	width: 100%;
}

.contenido
{
	position: relative;
	background-color: #D7D6D1;
	height: 100%;
	width: 100%;
}

.pie
{
	position: relative; 
	height: 35px; width: 100%;
}

.contenidoCentrado   	
{
	position: relative;
	width: 1002px;
	margin-left: auto; margin-right: auto;	
} 

.panelMenuSecciones 
{
	position: relative;
	height: 26px;
}

.panelObjetoCabecera 
{
	background-color: #000000;
	height: 100%;
}

.panelClientes { position: absolute; left: 0px; bottom: 0px; height: 107px; margin-bottom: 0px; }

.firmaLogotipo
{
	position: absolute; 
	top: 5px; left: 965px;
}

.textoLegal
{
	position: absolute; 
	top: 8px; left: 8px;
	color: #B5B09D; font-size: 11px;
}

/* SECCIONES */

.logotipo { position: absolute; top: 13px; left: 23px; }

.separadorLogotipo { position: absolute; top: 17px; left: 276px; }

.menuSecciones { position: absolute; top: 0px; left: 0px; }

.menuSecciones li { float: left; margin-right: 0px; }