@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:Myriad;
	src:url(../font/MyriadPro-Regular.otf);
}

.body {
	background-size:100%;
	top:0;
	background-color:#f8f8f8;
	font-family:Myriad;
}

.h4{
	color:#565656;
	line-height:1;
	margin-top:0px;
	margin-bottom:10px;
	list-style-type: square;
}

.titulo {
	text-align:center;
	font-size:24px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-weight:bold;
	background-color:#660066;
	color:#fff9ff;
	margin-bottom:10px;
	margin-top:10px;
}

.centrado {
	text-align:center;
}

.espaciado {
	height:500px;
}

a:link {
	text-decoration: none;
	color:#565656;
}
a:visited {
	text-decoration: none;
	color:#565656;
}
a:hover {
	text-decoration: none;
	color:#565656;
}
a:active {
	text-decoration: none;
	color:#565656;
}
