body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	margin:0px;
}
html {
	margin:0px;
}
h1 {
	font-family: Verdana;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: 16px;
	color: #333333;
	line-height: normal;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #333333;
	line-height: normal;
	font-weight: bold;
}
a {
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #3399FF;
	text-decoration: underline;
}
li {
	list-style-position: outside;
	list-style-image: url(../../images/punto_azul.jpg);
	margin-bottom: 10px;
}
.texto {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	line-height: normal;
	background-color:#FFFFFF;
	background-image:url(../imagenes/fondo_pagina2.jpg)
}
.encabezado_grande {
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
}
.encabezado_mediano {
	font-family: Verdana;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
.encabezado_pequeno {
	font-family: Verdana;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}
.borde_der {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.borde_izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.borde_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.borde_sup {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.borde_3D
{
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.fondo_ciudad
{
	background-image:url(../imagenes/fondo.jpg);
}
.provincia
{
	position:absolute;
	z-index:100;
}
.sep_horiz_puntos {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.texto_blanco {
	color:#FFFFFF;
}
.titulo
{
	font-family:verdana;
	font-size:9px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
}