/*#############################################################
Name: Historia.css - Salinas de Jaca
Date: 2009-12-31
Description: Historia Salinas de Jaca.
Author: María Jesús Callau
URL: http://www.salinasdejaca.com
#############################################################*/
@charset "utf-8";
/* CSS Document */
<style type="text/css">

* {
	margin: 0;
	padding: 0;
}

/* Estructura de Página */
.container {
	width: 702px;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.TextoHistoria {
	width: 690px;
	text-align: justify;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #CCC;
	background-image: url(HistoriaFondo-690x1700.jpg);
	height: auto;
}
.ParrafoNormal {
	text-align: justify;
	padding-right: 40px;
	padding-left: 40px;
	text-indent: 30px;
	color: #000;
}

body {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(HistoriaBG.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.btnInicio {
	float: left;
	height: auto;
	width: auto;
}
.PagTitulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	font-style: italic;
	text-align: center;
	color: #00F;
	font-weight: bold;
	background-color: #CF6;
}

.SubTitulos {
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
</style>
