@charset "utf-8";
/* CSS Document */
#mimg{
	display:none;
}
#main{
	width:100%;
	padding-top:80px;
	padding-bottom:30px;
}
#header{
	width:1024px;
	height:576px;
	background-image:url(../../img/blackorwhite/Hebreos_12_2.jpg);
	margin:auto;
}
#content{
	width:80%;
	margin:auto;
}
#titulo{
	width:80%;
	margin:auto;
	font-family:"Freestyle Script";
	font-size:48px;
	text-align:center;
	color:blue;
}
#texto{
	font-family:"Century Gothic";
	font-size:20px;
	color:black;
	text-align:justify;
	color:black;
}
#footer{
	width:80%;
	height:100px;
	margin:auto;
}
#publicaciones{
	width:415px;
	height:100px;
	background-image:url(../../img/blackorwhite/publicaciones.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}
#fanpage{
	width:300px;
	height:50px;
	background-image:url(../../img/siguenos.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	float:left;
	margin-top:30px;
	margin-left:30%;
}
