/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #F3CDB2;
	background-image: none;
	border-color: #000; /* Sets the border color properties for an element using shorthand notation */
	color: #000;
}
#contenido .MasterDetail .DetailContainer p {
	font-size: 80%;
	font-style: normal;
}
