HEADER.entry-header H1
{
	display: none !important;
}
DIV.entry-content
{
	padding: 0px !important;
}
DIV.site-content
{
	max-width: 100% !important;
	background: transparent;
	background: #000;
}
.portada
{
	padding: 20px;
	background: #888;
	max-width: 100%;
	margin: 0px auto;
	/*+box-sizing: border-box !important;*/
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.portada H3
{
	text-align: center;
	color: #FFF;
	max-width: 1200px;
	margin: 18px auto 0px;
	line-height: 40px;
	font-weight: bold;
}
.portada P
{
	margin: 6px auto 24px;
	max-width: 1200px;
	text-align: center;
	color: #FFF;
	font-style: italic;
	font-size: 19px;
}
