#lado_izquierda_contacto {
	float: left;
	padding-left: 20px;
	text-align: justify;
}a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #0B369B;
}

.separador_punteado {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0B369B;
	padding-bottom: 10px;
	padding-top: 10px;
}
