h1, h2{
	font-family: KaushanScript-Regular;
	color: #30303A;
}

p {
  font-family: FrutigerNextLT-Regular, Arial, Sans-serif;
	line-height: 16pt;
}

.margen-top {
    margin-top: -21px;
}

.fotopan{
	width: 100%;
	float: left;
	position: relative;
	top: -22px;
	background-color: white;
}

.fotopan img{
	display: block;
	vertical-align: middle;
	width: 100%;
}

.titulo {
	width: 15%;
	height: 300px;
	margin:65px 7% 0 7%; 
	float: left;
}

.texto {
	width: 65%;
	margin: 65px 6% 20px 0; 
	text-align: justify; 
	float: left;
}

.texto > p {
	padding-bottom: 15pt;
}

.a_contacto {
	padding: 10px 20px;
	/*border: 2px solid #add8ac;*/
	background-color: #add8ac;
	font-size: 14pt;
	color: #add8ac;
	float: left;
}

.a_contacto >a {
    	color: white;
    }