/* CSS Document */

@import url("pantalla.css");

.noprint {
	display: none;
	}
#web {
	width: 90%;
	border: none;
	}
#mainContent {
	width: 95%;
	margin: 0;
	}
.cabecera_print {
	display: block;
	font-size: 320%;
	line-height: 1.4em;
	font-weight: bold;
	color:#e50000;
	border-bottom: 15px solid #000000;
	}
.cabecera_print .img_logo {
	text-align:center;
	margin-bottom: 15px;
	}
.cabecera_print span {
	color: #666666;
	font-size: 80%;
	}
