charset "utf-8";
/* 	CSS Document */
/* 	------------------------------------------------------------
	enbolivia.com s.r.l.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Proyect	   : Sudamerica Rural 
	Description: Diseño basado en CSS2
	Designer   : Luis Villasante
	E - mail   : luis@enbolivia.com
	Filename   : style_print.css
	Version    : 1.0
	Date       : Mar 03, 2010
	-------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
body {
	-x-system-font:none;
	color:#444444;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
	text-align:justify;
}

div#container {
	background-color:#FFFFFF;
	border:10px solid #FFFFFF;
	margin:0 auto;
	width:900px;
}
/* begin banner */
div#container div#banner{
	width:900px;
	height:100px;
	float:left;
}
div#banner img{
	border:0px;
	text-align:left;
}
/* End banner*/

div#container div#content{
	float:left;
	width:100%;	
}
div#content h1{ 
	font-size:20px;
	height:26px;
	margin-top:10px;
}
div#content h2{ 
	font-size:18px;
	border-bottom: 1px #999999 dashed;
	margin-top:10px;
}
div#content h2 a{
	text-decoration:none;
}
div#content h3{ 
	font-size:15px;
	margin-top:10px;
}
div#content h3 a{
	text-decoration:none;
}
div#content a, a:hover{
	color:#444444;
	font-weight:bold;
	text-decoration:underline;
}
div#content ul{
	float:left;
	width:890px;
}
div#content ul li{
	list-style:square;
	list-style-position:inside;
}
div#content p img{
	float:left;
	width:150px;
	margin-right:10px;
}
div#content p a img{border:0;}


div#footer{
	float:left;
	width:100%;
	/*height:50px;*/
	text-align:center;
	line-height:20px;
	padding-bottom:10px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #eee;
	border-top-width:5px;
}
div#footer a, a:hover{
	text-decoration:none;
	color:#444444;
	font-weight:bold;
}
