@charset "utf-8";
/* CSS Document */
#mimg{
	display:none;
}
#main{
	width:100%;
	padding-top:80px;
	padding-bottom:30px;
}
#header{
	width:400px;
	height:259px;
	background-image:url(../../img/blackorwhite/Post%203.jpg);
	background-size:100% 100%;
	margin:auto;
}
#content{
	width:80%;
	margin:auto;
}
#titulo{
	width:90%;
	margin:auto;
	font-family:"Freestyle Script";
	font-size:20px;
	color:blue;	
}
#texto{
	font-family:"Century Gothic";
	font-size:14px;
	color:black;
	text-align:justify;
}
#footer{
	width:100%;
	height:100px;
}
#publicaciones{
	width:243px;
	height:40px;
	background-image:url(../../img/blackorwhite/publicaciones.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	margin:auto;
}
#fanpage{
	width:200px;
	height:33px;
	background-image:url(../../img/siguenos.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	margin:20px auto;
}
