/**
* #########################
* 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;
	position: relative;
}
#index .services h3
{
	position: absolute;
	left: 20px;
	top: 16px;
}
#index .services .imgs
{
	width: 700px;
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 8px;
}
#index .services .imgs img
{
	width: 72px;
	height: 46px;
}
#index .services .spacer
{
	width: 20px;
	float: right;
}
#index .clients
{
	width: 155px;
	float: left;
}
#index .clients img
{
	left: 0; /*por IE6*/
}
#index .clients_distance
{
	margin-right: 30px;
}
#index .wiki h2
{
	padding-top: 7px;
}
#index .wiki h2 a:link, #index .wiki h2 a:active
{
	color: #2971BE;
}
#index .wiki h2 a:visited
{
	color: #2971BE;
}
#index .wiki h2 a:hover
{
	color: #77AED8;
}
#index .wiki_left
{
	width: 60%;
	float: left;
}
#index .wiki_right
{
	width: 35%;
	float: right;
}
#index #twitter_div #twitter_update_list a
{
	display: none;
}
#index #twitter_div #twitter_update_list span a
{
	display: inline;
	font-size: 14px;
	border: 0;
}
#index #twitter_div #twitter_update_list
{
	padding: 0;
}
#index #twitter_div #twitter_update_list li
{
	color: #000;
	background: #FFF;
	border-top: 1px solid #F5F5F5;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #F5F5F5;
	padding: 18px 20px 18px 25px;
	margin: 10px 0;
	list-style: none;
}
/**
* fin INDEX
*/
