<!--
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: justify;
}
.head {
	
	font-size: 0.7em;	
	border-bottom: 1px solid #FFC18E;
	padding: 1px;
}
.foot {
	margin-top: 2em;
	font-size: 0.7em;
	color: #000;
	background-color: #FFC18E;
	padding: 1px;
}
.foot a {
	color: #000;
	text-decoration: none;
}
.foot a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.fecha {
	text-align: right;
	color: #000;	
	font-size: 0.8em;
	text-decoration: underline;
	margin: 1em 0;
}
#cont h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #000; 
	background-color: #FFC18E; 
}
#cont h2 {
	text-align: left;
	color: ##FFC18E; 
	border-bottom: 1px solid #FFC18E; 
	font-size: 1.4em;
	margin: 0.6em 0;
}
#cont h3 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}
#cont h4 {
	text-align: left;
}
#cont table {	
	border: 2pt solid #000;
	border-collapse:collapse;
	padding: 0;
	margin: 0;
	
}
#cont td { 
	border: 1pt solid #000;	
	padding: 0.2em;
}
#cont th { 
	border: 1pt solid #000;
	padding: 0.2em;
	background-color: #E0ABB3;
	text-align: center;
	font-weight: bold;
}
#cont p {
	text-align: justify;
}
#cont img {
	margin-right: 0.3em;
	margin-bottom: 0.3em;	
}
#cont a {
	color: #002789;
	text-decoration: none;
}
#cont a:hover {
	color: #EA004D;
	text-decoration: underline;	
}
.fotosGaleria {
	position: relative;
	display: inline;
	margin: 0.5em;
	font-size: 0.8em;
}
.fotosGaleriaBorde {
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 3px solid #000;
	border-left: 1px solid #000;
	
}

-->