/* Estilos para impresión */

body {
	font: 10pt Arial, Helvetica, sans-serif;
}

h1 {
	width: 252px;
	height: 230px;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
}

#canvas {
	position: relative;
}

#nav, #contacto div {
	display: none;
}

#scrollContainer {
	width: 530pt;
	max-width: 530pt;
	margin: 0 auto;
}

.panel {
	display: block;
	position: relative;
	width: 530pt;
	margin-top: 10pt;
	padding-top: 10pt;
	border-top: 1px solid #000;
	clear: both;
}

#inicio ul{
	list-style-type: none;
}

#foot {
	text-align: center;
	clear: both;
}

.foto {
	position: relative;
	overflow: hidden;
}

.foto p {
	position: absolute;
	left: 350px;
	top: 200px;
	font-size: 8pt;
}

.info {
	clear: both;
}