@import url("default.css");

/****  ELEMENTOS QUE SE OCULTAN EN LA PÁGINA DE IMPRESIÓN *****/

#Newcabecera, #menu, #pie, .inicio, .volverTop, .alinear_dch, .migas, .lin_separar_top, .legend_hr, .list_menu {
	display: none;
	}
.noprint {
	display: none;
	}

/****  ELEMENTOS QUE SE MODIFICAN *****/
#web {
	width: 98% !important;
	}
#contenidoweb {
	border: none;
	}

span.legend_buscador {
	font-size: 130%;
	color: #ff0000;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
table.tabla_ficha td.izq{
		width: 18% !important;
	}
	
#contenidoweb h1 {
	color: #000;
	}

/****  ELEMENTOS QUE APARECEN EN LA PÁGINA DE IMPRESIÓN *****/
#NewCabeceraPrint  {
	display: block !important;
	}
#NewCabeceraPrint img {
	padding-bottom: 20px;}
#piePrint {
	display: block;
	margin-top: 10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px 0;
	color: #666666;
	}
	
