@charset "utf-8";
/* CSS Document */
#mimg{
	display:none;
}
#main{
	padding-top:60px;
	width:100%;
}
#header{
	width:450px;
	height:244px;
	background-image:url(../../images/bow_.jpg);
	background-size:100% 100%;
	margin:auto;
}
#content{
	width:90%;
	padding-top:20px;
	padding-left:50px;
	padding-right:50px;
	margin:auto;
}
#titulo, #titulo2{
	font-family:"Freestyle Script";
	color:black;
	font-size:40px;
}
#titulo2{
	text-align:right;
}
#texto{
	text-align:justify;
	font-family:"Century Gothic";
	color:black;
	font-size:18px;
}
#footer{
	width:100%;
	height:200px;
}
#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:300px;
	height:50px;
	background-image:url(../../img/siguenos.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	margin:20px auto;
}

