@import url(basic.css);
@import url(nav.css);
#main h2 {
	color:#FE2300;
}
/*
	AGENCIA
**********************/
#agenciaContent {
	float: left;
	width:100%;
}
h2.left{
	width:349px;
	text-align:right;
	margin:1.8em 0em 0em 0em;
	float:left;
	}
.colRight{
	width:291px;
	float:right;
	}
.colLeft{
	width:349px;
	float:left;
	text-align:right;
	}
.colRight{
	margin-top:30px;
	color:#6C6C6C;
	}
*+html .colRight{ /* fix ie7 */
	margin-top:30px;
	}
#agenciaContent{
	}
#agenciaContent .colRight a{ 
	float:left;
	margin-top:3px;
	color:#000000;
	}
*+html #agenciaContent .colRight a{ /* fix ie7 */
	margin-top:3px;
	} 