@charset "UTF-8";
#cabeca {
	height: 150px;
	width: 500px;
	margin-right: -250px;
	position: absolute;
	top: 20px;
	right: 50%;
}
#cajafoto {
	height: 150px;
	width: 500px;
	margin-right: -250px;
	position: absolute;
	top: 395px;
	right: 50%;
}
#cajalinea {
	height: 20px;
	width: 500px;
	margin-right: -250px;
	position: absolute;
	top: 170px;
	right: 50%;
	background-color: #006;
}
#cajadireccion {
	height: 40px;
	width: 500px;
	margin-right: -250px;
	top: 800px;
	right: 50%;
	background-color: #006;
	font-family: arial, helvetica;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	position: absolute;
	padding-top: 20px;
}
#cajatexto {
	height: 395px;
	width: 500px;
	margin-right: -250px;
	position: absolute;
	top: 200px;
	right: 50%;
	font-family: arial, helvetica;
	font-size: 11px;
}
p {
	font-family: arial, helvetica;
	font-size: 11px;
}
h1 {
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #006;
	text-align: left;
}
h2 {
	font-family: arial, helvetica;
	font-size: 20px;
	color: #006;
	text-align: center;
}
