﻿/* FONDO */

#contenedor
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1003px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;	
}

/* --------------------------------------------------- */

/* CABECERA */

#cabecera
{
	position: relative;
	top: 0px;
	width: 1003px;
	height: 225px;
}

/* --------------------------------------------------- */

/* CONTENIDO CENTRAL */

#contenido
{
	position: relative;
	left: 80px;
	width: 834px;
	background-color: #E4EFF3;
}

.elementoBordeContenidoSuperiorExterno
{	
	position: absolute;
	top: 0px;
}

.elementoBordeContenidoInferiorExterno
{
	position: absolute; 
	bottom: 0px;
}

.elementoBordeContenidoSuperior
{
	position: absolute;
	top: 0px;
}

.elementoBordeContenidoInferior
{
	position: absolute; 
	bottom: 0px;
}

/* --------------------------------------------------- */

/* PIE DE PAGINA */

#pie
{
	position: relative;	
	top: 15px;
	left: 80px;		
	width: 834px;
	height: 80px;
	margin-bottom: 70px;
}

.barraMenu
{
	position: absolute;
	top: 22px;
	left: 0px;
}

.textoPiePagina
{
	position: absolute; 
	left: 10px;
	top: 12px;
	color: #A3C2C7;
}

.enlaceAvisoLegal
{
	position: absolute;
	left: 380px;
	top: 12px;
	color: #A3C2C7;
}
.enlaceAvisoLegal a { font-weight: normal; color: #A3C2C7; }

#panelIconosEstiloFondo
{
	position: absolute; 
	right: 120px;
	top: 5px;
}
	
.elementoIconoEstilos_1, .elementoIconoEstilos_2, .elementoIconoEstilos_3
{
	position: absolute;
	top: 4px;
	left: 0px;
}

.elementoIconoEstilos_2{left: 25px;}
.elementoIconoEstilos_3{left: 50px;}

.firmaOI
{
	position: absolute; 
	right: 15px;
	top: 8px;
}

/* --------------------------------------------------- */

/* LISTADOS - PAGINACION */

.elementosPaginacion
{
	position: absolute;
	right: 4px;
	top: 2px;
}

.botonInicioPaginacion, .botonAtrasPaginacion, .botonSiguientePaginacion, .botonFinalPaginacion
{
	margin: 1px 0px 1px 0px;
}

.textoInformativoPaginacion
{
	position: absolute; 
	top: 3px;
	left: 10px;
	color: #3A7EA5;
	font-weight: bold;
}
