/* CSS Document */
.noprint {
	display: none;
}

.siprint {
	display: block;
}

#header, #header-photo, #nav, #sidebar, #estado_login {
	display: none;
}

#wrap, #header-photo-print, #content-wrap, #main, .articulo, #footer-wrap, #footer {
	width: 700px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#header-photo-print {
	display: block;
}

#main, .articulo {
	width: 690px;
}

.articulo {
	text-align: justify;
}

#pie {
	font-size: xx-small;
	margin-top: 10px;
}

.bloque {
	width: 100%;
}
