* {
	/* overwrite all default browser settings */
	margin: 0;
	padding: 0;
}

@page {
  size: 7in 9.25in;
  margin: 57mm 36mm 57mm 36mm;
	orphans: 0;
}

body {
	background: white;
	font-size: 11px;
	
	/* global font settings */
	font-family: arial, helvetica, sans-serif;
	color: #333; /* main text color */
	
	/* part 1 of centering hack */
	text-align: center;
}

#wrap {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
}
#wrappadding {
	padding: 5px;
}

#header {display:none;}
#langmenu {display:none;}


#ficha {
	background: #fff;
	padding: 10px;
	border-top: #c5c5c5 1px solid;
	border-left: #c5c5c5 1px solid;
	border-right: #959595 2px solid;
	border-bottom: #959595 2px solid;
	margin-bottom:20px;
	float:left;
	width:70%;
	margin-right: 10px;
}
#ficha h1 {
	border-bottom: #e5e5e5 4px solid;
	font-size: 22px;
	margin: 0px;
	padding-bottom: 4px;
	
}


#ficha h2 {
	font-size: 20px;
	text-align: center;
	padding-top: 6px;
	margin:0px;
	clear: both;
}

#ficha h3 {
	margin-top: 5px;
	font-size: 16px;
}

#ficha p {
	font-size: 14px;
	padding-top: 14px;
}

#ficha em {
	display:none;
}
#fotos {
	display:none;
}


#tlf {
	padding:5px;
	background: red;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.item { padding-bottom:10px;}

#footer { display:none;}
#optionalnotice { display:none;}
#searchform { display:none;}