body
	{
	margin:0;
	padding:0;
	background-color:#fdecd3;
	}
html, body
	{
	width:100%; 
	height:100%; 
	overflow:auto;
	}
#encabezado
	{ 
	position:fixed;
	height:66px;
	left:50%;
	margin-left:-475px;
	top:0px;
	z-index:2;
	}
#encabezado_contenido
	{
	height:53px;
	width:950px;
	position:relative;
	float:left;
	}
#encabezado_rutas
	{
	height:199px;
	width:53px;
	position:absolute;
	top:87px;
	left:805px;
	width:145px;
	}
#texto 
	{
	position:absolute;
	font-size:36px; 
	color:#fed35b; 
	font-weight:505;
	left:10px;
	top:8px;
	}
#cuerpo
	{
	position:absolute;
	left:50%;
	/*width:948px;
	margin-left:-474px;*/
	width:543px;
	margin-left:-219px;
	top:83px;
	z-index:1;
	} 
#imagen
	{
	width:600px;
	height:400px;
	border:solid;
	border-color:white;
	border-left-width:10px;
	border-bottom-width:2px;
	border-top:hidden;
	border-right:hidden;
	}
#pie
	{
	position:fixed;
	bottom: 0px;
	left:50%;
	margin-left:-475px;
	height:38px;
	z-index:2;
	}
#pie_contenido
	{
	height:31px;
	}
.barra1
	{
	height:1px;
	}
.barra2
	{
	height:2px;
	}
.barra3
	{
	width:1px;
	height:31px;
	}
.color_rojo
	{
	background-color:#770000;
	}
.color_blanco
	{
	background-color:#fdecd3;
	}
.ancho950
	{
	width:950px;
	}
/* Style para la descripción del contenido de las fichas */
.centrado
	{
	text-align:center;
	}
.cursiva
	{
	font-style:oblique;
	}
.negrita
	{
	font-weight:bold;
	}
.titulo
	{
	font-weight:bold;
	}
.subrayado
	{
	text-decoration:underline;
	}
.tabulador
	{
	text-indent:2em;
	}
.parrafos
	{
	line-height:150%;
	}
