#plantilla {
	float: left;
	font-family: "Arial";
	font-size: 11px;
	width: 405px;
	padding-left: 20px;
}

#plantilla h1 {
	width: 400px;
	color: #236ea7;
	font-family: "Arial";
	font-size: 11px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#plantilla .parrafoTexto {
	padding-top: 8px;
	text-align: justify;
}

#plantilla hr {
	font-size: 1px;
	color: #fff;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 0px;
}

#plantilla .enlace {
	color: #236ea7;
	font-family: "Arial";
	font-size: 11px;
	text-decoration: none;
}

#plantilla .enlace:hover {
	color: #236ea7;
	text-decoration: underline;
}
