@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

.final
	{ 
	height: 400px; 
	}

html, body
	{
	overflow:auto;
	height: 100%;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	}

h1,h2
	{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
	}


img, div { behavior: url(iepngfix/iepngfix.htc) }


.fondo01
	{
	background-image: url(../media/fondos/fondo01.jpg);
	background-repeat:   repeat-y;
	background-position: right;
	}	

.menu
	{
	padding-top: 175px;
	padding-left: 17px;
	}

#envoltorio 
	{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
	}


.pie
	{
	width: 950px;
	position:absolute;
	bottom: 0px;
	height: 250px;
	vertical-align: bottom;
	background-image: url(../media/pie/fondo_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	}
.pie   p 
	{
	color: #D1C1A5;
	height: 40px;
	line-height: 40px;
	text-align: left;
	}


a	{
	text-decoration:none;
	color: #EAD6B0;
	}
	


a:visited {
	color:#EAD6B0
}

a:focus, a:hover {
	color:#CCC;
	text-decoration:none;
	font-weight: bold;
}

.titulo1
	{
	font-size: 1.25em;
	font-weight: bold;
	color: #DEBE85;
	margin-left: 4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFAC00;
	margin-right: 4em;
	margin-top: 3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
	text-indent: 1.5em;
	text-align: justify;
	}

.parrafo1
	{
	margin-left: 7em;
	margin-right: 7em;
	text-indent: 20px;
	text-align: justify;
	line-height: 2em;
	margin-bottom: 1em;
	}
	
.pagina_actual
	{
	color:#FC0;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
.comentario {
	margin-left: 10em;
	margin-right: 10em;
	text-align: center;
	background-color:#DEBE85;
	line-height: 1.5em;
}
.titulo2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #DEBE85;
	margin-left: 1em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFAC00;
	margin-right: 1em;
	margin-top: 3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
	text-indent: 1.5em;
	text-align: justify;
}
.parrafo2 {
	margin-left: 3em;
	margin-right: 3em;
	text-indent: 20px;
	text-align: justify;
	line-height: 2em;
	margin-bottom: 1em;
}
.foto2 {
	margin-left: 2.5em;
	margin-right: 1.25em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.cabecera {
	width: auto;
	position:absolute;
	top: 0px;
}
