@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFC3C6;
	width: 100%;
}
.Estilo1 {font-size: 36px}
#Tablafondo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	width: 360px;
	position: relative;
	bottom: 0px;
}
th {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
}

#Tablafondo a {
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
	padding-right: 8px;
	padding-left: 8px;
}
#Tablafondo a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #FFFFFF;
}

table {
	width: auto;
	text-transform: capitalize;
	font-weight: bold;
	border-collapse: collapse;
}
.remarcado {
	background-color: #CCCCCC;
}


h1 {
	font-size: 1.2em;
}
#map {
	width: 80%;
}
