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

body{
	margin:0px;
	background-color:#000000;
}
#page{
	width:980px;
}
.header{
	width:100%;
	background:url(../images/header_bg.jpg) repeat-x top;
	height:287px;
}
.body_box{
	width:100%;
	background-color:#000000;
	overflow:hidden;
	margin-bottom:20px;
	
}
.banner_box{
	width:100%;
	background-color:#33312D;
}
.text_box{
	padding:20px;
	width:940px;
}
.text_box2{
	width:940px;
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#CCCCCC;
}
.titulo{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	text-align:justify;
	color:#009900;
}
.intertitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#FFF;
}
