/*#############################################################
Name: Clima.css - Salinas de Jaca
Date: 2009-12-30
Description: Tiempo en 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;
}
body {
	background-image: url();
	background-color: #FFF;
}
.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00F;
	font-size: 24px;
	font-style: italic;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
-->

/* Estructura de Página */
.container {
	background: url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}
.FotoClima {
	height: 180px;
	margin: 0 auto;
	width: 702px;
	background-image: url(ClimaBack-700x180.jpg);
	background-repeat: no-repeat;
}
a {color: #682;}
a:hover {color: #9A6;}
body {
	background: #5F8000 url(bg.gif) repeat-y center top;
	color: #000;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.ClimaTitulo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-style: normal;
	color: #00F;
}
</style>

