@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background-color: #999;
}

#capa_global {
	position: absolute;
	left: 50%;
	width: 620px;
	margin-left: -310px;
	background-color:#F00;
}
#capa_body {
	width: 600px;
	border: 1px solid #333;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px;
	text-align:justify;
}

#capa_body_top {
	width: 600px;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000; 
	padding: 10px;
	text-align:justify;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

#capa_body strong {
	font-size: 12px;
	color: #039;
}
.titol {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
