@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-color: #333333;
}.contenido {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	padding: 10px;
}
.contenido h1 {
	font-size: 18px;
	color: #1D3F7F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #193F7E;
}
.contenido strong {
	color: #1D3F7F;
}
.contenido h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1D3F7F;
}
.imagen_flotante {
	float: left;
	margin-right: 10px;
}
