@charset "utf-8";
/* CSS Document */
*
{
	padding:0;
	margin:0;
}
a, img
{
	outline:none;
	border:0px none;
	text-decoration:none;
}
.top
{
	width:800px;
	height:400px;
	margin:auto;
	position:relative;
	z-index:40;
}
.bg_top
{
	background:url(../imgs/bg_top.png) center no-repeat;
	height:430px;
	position:relative;
	z-index:40;
}
.content
{
	/*background:#FFF;*/
	width:870px;
	height:auto;
	margin:auto;
	margin-top:-300px;
	position:relative;
	z-index:60;
}
.texture_content
{
	background:url(../imgs/texture_content.png) no-repeat;
	width:870px;
	height:426px;
	margin:auto;	
}
.end_texture
{
	background:url(../imgs/end_texture.png) no-repeat;
	width:870px;
	height:128px;
	margin:auto;
}
.content_bottom
{
	background:url(../imgs/forma_home.png) no-repeat;
	width:850px;
	height:410px;
	margin:auto;
	position:relative;
	z-index:10;
	margin-top:-260px;
	right:60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#706e6e;
}
.text_bottom
{
	width:200px;
	height:auto;
	position:relative;
	top:280px;
	left:110px;
	text-align:justify;
	float:left;
	margin:0px 50px 0px -20px;
}
.text_bottom strong
{
	font-size:12px;
}
.bg_footer
{
	background:url(../imgs/bg_footer.png) repeat-x;
	height:70px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12.5px;
	color:#706e6e;
	text-align:center;
}
.signature
{
	width:870px;
	height:28px;
	margin:auto;
}
.signature img
{
	float:right;
}