/* fuentes personalizadas*/

@font-face{
font-family: AdobeGaramondProRegular;
src: url(fuentes/AdobeGaramondProRegular.ttf) format('truetype')
}


/* Estilos basicos*/
h1,h2,h3,h4,h5,h6{
	font-family: AdobeGaramondProRegular;
}

p{
	font-family: AdobeGaramondProRegular;
	font-size: 2.5em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding:10px 0;
	color: rgb(0, 115, 176);
	text-shadow: 0 1px 7px rgba(0,0,0,.7)
}