*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia, Palatino, Times, serif;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	color: #830B0C;
}

.detail_foto
{
	padding: 5px; 
	border: 1px dotted #830B0C;
}

.detail_foto:hover
{
	border: 1px solid #830B0C;
}

p
{
	display: none;
}

h3
{
	font-weight: bold;
	font-size: 1.3em;
}

hr
{
	visibility: hidden;
}

.noprint
{
	display: none;
}

