#printArea {
	width:95%;
	max-width:880px;
}
#noticiaPrint{
	width: 93%;
	max-width:830px;
	height: 398px;
    overflow: auto;
    margin: 20px;
	margin-right:0;
	padding-right:20px;	
}
#cabezal_print{
	background-image: url("/img/fondo_cabezal_print.jpg");
    background-repeat: repeat-x;
    border-bottom: 3px solid #002537;
    height: 103px;
	background-position:bottom;
}
#logo_print{
	display: block;
    margin: 0 auto;
    padding-top: 7px;
    width: 232px;	
}
#noticiaPrint h1{
	font-size:28px;
	color:#003366;	
}
#seccion_print{
	background-color: #002537;
    color: #FFFFFF;
    font-family: FuturaBold;
    font-size: 11px;
    padding: 2px 7px;
    text-transform: uppercase;	
	margin-bottom: 10px;
	display:inline-block !important;
}
#noticiaPrint .copy{
	margin-top:20px;	
}