@charset "utf-8";
/* CSS Document */
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#top, #footer, #acept_contrat, #agree, #print, .print, .input{
display: none;
}
img#prod_img{
display: block;
}
span{
font-weight: bold;
font-size: 14px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.txt_center{
text-align: center;
}
.txt_right {
	text-align: right;
}
.txt_left{
text-align: left;
}
.spacer {
	margin: 15px 0;
}
.opacity_data {
	border:1px solid #999999;
	color: #333333;
	background-color: #CCCCCC;
}
#box_product{
	width:215px;
	margin:0;
	padding:0;
	float: left;
}
.box_text{
	margin:0;
	padding:5px;
	width:400px;
	float: right;
}
.box_sign {
	width: 210px;
	float: left;
	margin: 0 20px;
}
.signature {
	height: 120px;
	border-bottom: 1px solid #999999;
}
.envelope, .scroll_gral{
float: left;
width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
