/**
* #########################
* inicio BANNER
* #########################
*/
#banner
{
	width: 100%;
	height: 242px;
	background: url(img/banner-index-bg.jpg) repeat-x;
}
#banner .limit
{
	height: 242px;
	background: url(img/banner-index.jpg) no-repeat;
	padding-top: 0;
	margin-bottom: 0;
}
/**
* fin BANNER
*/

/**
* #########################
* inicio INDEX
* #########################
*/
#index
{
	padding-top: 10px;
}
#index #main
{
	border: 1px solid #FBFBFB; /*mismo color de fondo, por Opera*/
}
#index .img
{
	float: left;
	width: 33.3%;
	text-align: left;
	margin-top: 10px;
}
#index .img img
{
	margin-left: 0;
}
#index .img p
{
	font-size: 11px;
	color: #666;
	margin-left: 12px;	
}
#index .img h4
{
	font-size: 12px;
	font-weight: bold;
	color: #1A4D73;
}
#index .img p a:link, #index .img p a:active
{
	font-size: 11px;
	color: #408EC9;
	border-bottom: 1px dashed #408EC9;
	text-decoration: none;
}
#index .img p a:visited
{
	color: #900;
	border-bottom: 1px dashed #900;
	text-decoration: none;
}
#index .img p a:hover
{
	color: #77AED8;
	border-bottom: 1px dashed #FBFBFB; /*mismo color de fondo, por Opera*/
}
#index .services
{
	width: 920px;
	height: 50px;
	background: url(img/services-bg.jpg) no-repeat -5px 0;
}
#index .services h3
{
	width: 200px;
	height: 50px;
	line-height: 50px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 18px;
	margin-right: -18px;
}
#index .services .imgs
{
	width: 700px;
	height: 50px;
	float: left;
	margin-top: -8px;
}
#index .services .spacer
{
	width: 20px;
	float: right;
}
/**
* fin INDEX
*/
