﻿
/* FONDO */

.contenedor
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 739px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;	
	background-color: #008340;
}

	/* ELEMENTOS DE FONDO */
	
	.bordeSuperior
	{
		position: relative;
		top: 0px;
	}

	.bordeInferior
	{
		position: relative;
		top: 2px;
	}
	/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* CABECERA */

.cabecera
{
	position: relative;
	left: 0px;
	width: 739px;
	height: 124px;
	z-index: 1;
	border-color: #7DC242;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
}

	/* ELEMENTOS CORPORATIVOS CABECERA */

	.logotipo 
	{
		position: absolute;
		left: 24px;
		top: 15px;
	}
	
	.imagenCabecera 
	{
		position: absolute;
		right: 0px;
		top: 0px;
	}


	/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* CONTENIDO CENTRAL */

.contenido
{
	position: relative;
	top: 0px;
	left: 184px;
	width: 555px;
	background-color: #FFFFFF;
	z-index: 1;
	border-color: #7DC242;
	border-style: solid;
	border-width: 2px;
}

.panelCentral
{
	position:relative;
	left: 9px;
	width: 569px;
	min-height: 360px;
	height: auto;
}

.panelTituloCentral
{
	position:relative;
	left: 0px;
	top: 5px;
	width: 535px;
	height: 25px;
	background-color: #008340;
	border-color: #7DC242;
	border-style: solid;
	border-width: 1px;
	font-size: 9px;
}

.tituloCentral
{
	position:relative;
	left: 10px;
	top: 7px;
	color: White;
	font-weight: bold;
}

.panelListadoArticulos
{	
	position:relative;
	left: 15px;
	top: 25px;	
	width: 500px;
	max-height: 600px
}

.panelEnlacesListado
{
	position:relative;
	left: 25px;
	top: 42px;
	width: 500px;
	background-color: #FFFFFF;	
}

.enlaceSiguiente
{
	position:absolute;
	right: 9px;
}

.enlaceAnterior
{
	position:relative;
	left: 9px;
}

/* --------------------------------------------------- */



/* MENU DERECHA */

.menu
{
	position: absolute;	
	left: 25px;
	top: 150px;
	width: 170px;
	line-height: 25px;
	
}

.menu a
{
	font-size: 11px;	
	color: #FFFFFF;
	font-weight: bold;
}

.menu a:hover
{	
	color: #F7F7F7;
}


.barraMenu
{
	position: absolute;	
	left: 0px;
	top: 126px;
	z-index: 2;
}

/* --------------------------------------------------- */

/* PIE DE PAGINA */

.pie
{
	position: relative;	
	left: 0px;
	width: 739px;
	height: 32px;
	z-index: 1;
	background-color: #008340;	
}


/* --------------------------------------------------- */

.panelAvisoLegal p
{
	font-size: 10px;
	text-align: justify;
}
