/* ---------------------------------------------- */
/* correcciones para la impresión */
/* ---------------------------------------------- */

/*body, div#outer-wrap, div#column-wrap {
	width: 100%;
}*/

body {
	font-size: 12pt;
	font-family: palatino, "times new roman", serif;
}

a {
	text-decoration: none !important;
}

* {
	color: black;
	background: white;
}

div#nav, div#footer, div#subfooter {
	display: none;
}

div#header h1, div#header h2 {
	color: #999 !important;
}

div#content {
	width: 100%;
	border: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

div#wrapper-horarios {
	overflow: visible;
}

table#cronograma-comunicaciones {
	border: 1px solid #000;
	margin-left: 5%;
}