/* CSS Document */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #213b60;
	line-height: 25px;
	margin: 100px 150px 10px 100px;
}
p {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
img {
	margin-bottom: 10px;
}

.direccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	margin-bottom: 50px;
	border-bottom: #CCC 1px solid;
}
a:link {
	text-decoration: none;
	color: #0038FC;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:visited {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #999999;
	font-weight: lighter;
	margin-bottom: 30px;
}