﻿/* FONDO */

.contenedor
{
	position: relative;
	top: 30px;
	left: 0px;
	z-index: 0;
	width: 975px;
	margin-left: auto;
	margin-right: auto;	
}
 
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* CABECERA */

.panelSeccionesMenu
{
	margin-top: 2px;
}

.elementosIdioma li { float: left; margin-right: 2px; }

.elementosMenuSecciones li { height: 30px; }

.panelLogotipo, .panelLogotipo_2  
{
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	height: 140px;
	width: 264px;
	text-align: center; 
	margin-bottom: 1px;
}

.panelLogotipo_2 { height: 92px; }

.logotipo { position: relative; top: 55px;}

.logotipo_2 { position: relative; top: 33px;}

.panelContenidoColumna
{
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CONTENIDO CENTRAL */

.panelContenidoInterior
{
	position: absolute;
	left: 272px;
}

/* PIE DE PAGINA */
.panelPiePagina
{
	position: relative;
	top: 5px;
	width: 975px;
	background-color: #F7F7F7;
	height: 27px;	
	margin-bottom: 20px;
}

.textoCorporativoPie { position: absolute; top: 4px; left: 10px; color: #B3B2B3; }

.textoCorporativoPie a { color: #8F8F8F; }

.textoCorporativoPie a:hover { color: #F78B26; }

.firmaLogotipo77tres { position: absolute; top: 3px; right: 3px; }

/* --------------------------------------------------- */
/* LISTADOS - PAGINACION */

.elementosPaginacion
{
	position: absolute;
	right: 2px;
	top: 2px;
	height: 100%;
}

.elementosPaginacion li { float: left; margin-right: 1px; }

.botonInicioPaginacion, .botonAtrasPaginacion, 
.botonSiguientePaginacion, .botonFinalPaginacion
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.botonSiguientePaginacion {right: 27px;}

.botonAtrasPaginacion {right: 54px;}

.botonInicioPaginacion {right: 79px;}

.textoInformativoPaginacion
{
	position: absolute; 
	top: 2px;
	left: 8px;
	color: #FFFFFF;
	font-weight: bold;
}

.elementoMenuCatalogo { display: block; margin-bottom: 8px; }

