body			{
			background-image : url(./media/fondo.gif);
			background-repeat: repeat;
			color		 : green;
			margin		 : 0 auto;
			}

#estruc_pagina		{
			width		: 980px;
			margin 	 	 : 0 auto;
			}

#estruc_encabezado	{
			background-image : url(./media/encabezado.jpg);
			background-repeat: no-repeat;
			height		: 250px;

			}

#estruc_menu {
			background	: #641D36;
			height		: 30px;
			}

#estruc_areappal,#estruc_latizq,#estruc_contenidos,#estruc_portada	{
			height		: 600px;
			}

#estruc_areappal	{
			width		: 980px;
			border-style	: none;
			padding		: 000px;			
			}

#estruc_piepag		{
			background	: white;
			background-image: url(./media/barritainferior.jpg);
			height		: 020px;
			color		: white;
			text-align	: center;
			}

#estruc_portada		{
			position	: absolute;
			margin-left	: 200px; /*influenciado por el ancho de la barra izquierda*/ 
			background	: #C4D3B3;
			width		: 780px;
			overflow	: auto; 
			}

#estruc_latizq		{
			position	: absolute;
			margin-left	: 000px;			
			background-image: url(./media/barralatizq.jpg);
			background-repeat: repeat;
			width		: 200px;
			overflow	: none; 
			}

#estruc_contenidos	{
			position	: absolute;
			margin-left	: 000px;
			background	: #C4D3B3;
			font-size	: 20px;
			width		: 980px;
			overflow	: auto; 
			}


/* Tipo de textos */

.textoNormal, .textoNormalconMargen, .textoNormal_centrado {
			padding		: 000px 015px 000px 015px;
			color		: black;
			font-family	: Arial;
			font-size	: 14px;
			text-ident	: 20px;
			}

.textoNormal, .textoNormalconMargen
			{
			text-align	: justify;
			}
.textoNormal_centrado   {
			text-align	: center;
			}


.textoNormalconMargen 	{
			margin-left	: 50px;
			}

.textoEncabezado	{
			padding		: 005px;
			text-align	: right;
			color		: #641D36;
			font-family	: Arial;
			font-size	: 20px;
			font-weight	: bold;
			}

.colorLinea		{
			color		: #641D36;
			margin-left	: 20px;
			margin-right	: 05px;
			}

.enlaces a:link 	{text-decoration: underline overline;}
.enlaces a:visited 	{text-decoration: underline overline;}
.enlaces a:active 	{text-decoration: underline overline;}
.enlaces a:hover 	{text-decoration: underline; color: green;}