﻿/* FONDO */

.contenedor
{
	position: relative;	top: 10px; left: 0px;
	background-color: #FFFFFF;
	width: 980px;
	margin-left: auto; margin-right: auto; 
	margin-bottom: 30px;
}

.contenedor h1 { font-size: 16px; color: #5D3526; }

.contenedor h2 { font-size: 13px; color: #FB701F;  font-weight: bold; }

.contenedor h3 { font-size: 13px; color: #5D3526;  font-weight: bold; }

/* ESTRUCTURA */

.cabecera
{
	position: relative;
	height: 513px; width: 100%;
}

.contenido
{
	position: relative;
	width: 100%;
	background-color: #FFFFFF;		
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.panelLateralIzquierda, .panelContenidoCentral, .panelLateralDerecha
{ 
	position: relative;
	display:inline; float: left; 	
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-bottom: 50px;
}

.panelLateralIzquierda { width: 215px; }

.panelContenidoCentral { width: 555px; }

.panelLateralDerecha { width: 210px; }

.pie
{
	position: relative;
	height: 30px; width: 100%;
}

.panelPiePagina 
{ 
	position: relative; left: 230px;
	height: 24px; width: 740px; 
	background-color: #5D3526;		
}

.elementosPiePagina { position: relative; top: 0px; left: 90px;}

.elementoPiePagina { margin-right: 17px; }

.separadorPiePagina { position: relative; top: 3px; margin-right: 17px; }

.textoLegalPiePagina { position: absolute; top: 2px; right: 55px; color: #FFFFFF; }

/* CONTROLES DE USUARIO - MENU */

.listadoElementosMenu { font-size: 13px; line-height: 19px;	color: #5D3526; }

.listadoElementosMenu a { color: #FB701F; text-decoration: none; }

.primerElementoNivel_2_listadoElementosMenu { margin-top: 6px; }

.ultimoElementoNivel_2_listadoElementosMenu { margin-bottom: 6px; }

.elementosNivel_2_listadoElementosMenu { position: relative; left: 13px; }

.elementosNivel_3_listadoElementosMenu { position: relative; left: 26px; }

/* CONTROLES DE USUARIO - MENU EVENTS */

.listadoElementosMenuEvents { font-size: 13px; line-height: 19px; color: #5D3526; }

.listadoElementosMenuEvents a { color: #32982B; text-decoration: none; }

/* CONTROLES DE USUARIO - PANEL DESTACADOS */

.listadoControlLateralDestacados { position: relative; top: 20px; }

.listadoControlLateralDestacados li { line-height: 10px; margin-bottom: 7px; }

/* CONTROLES DE USUARIO - PANEL NOTICIAS */

.panelControlLateralNoticias { position: relative; top: 0px; left: 10px;}

.listadoControlLateralNoticias { position: relative; top: 10px; left: 10px; }

.listadoControlLateralNoticias a { color: #5D3526; text-transform: uppercase; font-size: 10px; }

.listadoControlLateralNoticias a:hover { text-decoration: underline; }

.listadoControlLateralNoticias li { line-height: 12px; margin-bottom: 10px; width: 180px; }


/* ZONA ACCESO CLIENTES - COMUN */

.panelAccesoClientes { position: absolute; top: 67px; left: 670px; }

.panelLoginAccesoClientes { position: absolute; top: 0px; left: 23px; }

.panelClaveAccesoClientes, .panelBotonAccesoClientes { position: absolute; top: 24px; left: 0px; }

.panelBotonAccesoClientes { left: 229px; }

.panelTextoUsuarioAccesoClientes, .panelTextoClaveAccesoClientes { position: absolute; top: 2px; left: 77px; }

.panelTextoClaveAccesoClientes { top: 26px; }

.botonCerrarSesion, .enlacePanelControl { position: absolute; top: 65px; left: 843px; z-index: 2; }

.enlacePanelControl { top: 93px; left: 802px; }

.cajaDeTextoAccesoClientes
{
	height:14px;
	width: 142px;
	border: none;
	padding: 1px 1px 1px 1px;
	margin: none;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
}