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

#contenido {
	background:url(../images/bkg_gradEEE.jpg) left top repeat-x;
	background-color:#EFEFEF;
	padding-bottom:30px;
	margin-bottom:0;
	}
	
#texto {
	width:550px;
	text-align:left;
	margin:auto;
	padding-left:350px;
	padding-top:20px;
	padding-bottom:5px;
	/* height:550px; */
	background:url(../images/bkg_txt.png) no-repeat center top;
	}
	
#texto h1 {
	font-family:Sonus-Light;
	font-size:22px;
	color:#999;
	padding-top:8px;
	padding-bottom:10px;
	}

#texto h2 {
	font-family:Sonus-Light;
	font-size:18px;
	color:#999;
	padding-top:20px;
	padding-bottom:10px;
}	

#texto p {
	font-family:Sonus-Light;
	font-size:16px;
	color:#666;
	padding-bottom:10px;
	}

