html, body{
	margin: 0px;
	height: 100%;
}
#container{
	z-index: 2;
}
#content{
	/*background: #FFFFFF url(../../images/home.jpg) 0px 0px;*/
	font-family: trade_gothic_lt_stdbold;
	height: 100%;
	background-position: center -360px;
}
#content .centrador{
	width: 990px;
	/*height: 555px;*/
	height: 100%;
	margin: 0px auto;
}
#content .titulo {
	float:left;
	width: 360px;
	height: 230px;
	margin-top: 15%;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	background-color: rgba(0,0,0,0.6);
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
		margin-top: 15px;
	}
}
#content .titulo[data-useragent*='rv:11.0']{
    margin-top: 15px;
}
#content .titulo>div{
	margin: 0px 30px;
}
#content .titulo>div.bid{
	border-bottom: 1px solid #FFFFFF;
	height: 80px;
}
#content .titulo>div.bid img{
	margin: 20px 0px 0px 0px;
}
#content .titulo>div.sriam{
	height: 55%;
	padding: 25px 0px;
}
#content .titulo>div.sriam div:nth-child(1){
	font-size: 50px;
	line-height: 26px;
}
#content .titulo>div.sriam div:nth-child(2){
	font-size: 20px;
	margin-top: 23px;
}
#content .logos {
	float: left;
	width: 100%;
	height: 140px;
	position: relative;
	margin-top: 100px;
	clear:both;
}
#content .logos>div{
	float: left;
	width: 135px;
	margin: 0px 13px;
	cursor: pointer;
}

#homeslider{
	height: 100%;
	min-width:990px;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: -1;
}