#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	
background-color:#FEFEFE;
	overflow:hidden;
	width:923px;
	position:relative;
	height:280px;
	float:left;
	left:8px;
}
	#content h2{
		color:#993333;
		margin:0px 0pt;
	}
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
#navigation{
	float:left;
	width:110px;
	height:400px;
	background-color:#5B739C;
}
	#navigation .sup{
		margin:0px 0px;
		font-size:14px;
	}
		#navigation ul{
			margin:0px 0;
			list-style:circle;
			padding-left:15px;						
		}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
		}				
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:10px;
		}
		#navigation a.scrolling{
			color:#933;
		}
.section{
	width:4500px;
	position:relative;
	top:-60px;
}

	.section .sub{
		top:44px;
		left:-40px;
		position:relative;
		float:left;
		padding:0px 0px 0px 0px;
		width:924px;
		height:280px;
	}
		.section .sub p{

			margin:0px 0;
			font-size:85%;
		}
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}
.trans25 {
	color: #DEDEDE;
	width: 100%;
	background: transparent;
	filter: alpha(opacity=07);
	-moz-opacity: .07;
	opacity: .07;
	text-align: center;
	font-size: 124px;
	font-weight: bold;
	font-variant: small-caps; font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-transform: uppercase; 
	overflow:hidden;
}

.main_base_bot{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
.main_base_bot:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

@-webkit-keyframes cf3FadeInOut {
	0% {opacity:1;}
	25% {opacity:1;}
	75% {opacity:0;}
	100% {opacity:0;}
}

@-moz-keyframes cf3FadeInOut {
	0% {opacity:1;}
	25% {opacity:1;}
	75% {opacity:0;}
	100% {opacity:0;}
}

@-o-keyframes cf3FadeInOut {
	0% {opacity:1;}
	25% {opacity:1;}
	75% {opacity:0;}
	100% {opacity:0;}
}

@keyframes cf3FadeInOut {
	0% {opacity:1;}
	25% {opacity:1;}
	75% {opacity:0;}
	100% {opacity:0;}
}

#cf3 {
  position:relative;
  height:48px;
  width:152px;
  margin:0 auto;
}
#cf3 img {
  position:absolute;
  left:0;
}

#cf3 img.top {
  -webkit-animation-name: cf3FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 5s;
  -webkit-animation-direction: alternate;

  -moz-animation-name: cf3FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 5s;
  -moz-animation-direction: alternate;

  -o-animation-name: cf3FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 5s;
  -o-animation-direction: alternate;

  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate;
}

h1.home {
	position: relative;
	margin: -40px 0 0;
	font-size: 11px;
	z-index: -1;
}

a.social {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	margin: 9px 0 0;
	text-align: center;
	content: ' ';
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a.social.facebook {
	margin-left: 10px;
}

.logo_inmobiliaria_externa {
	position: absolute;
	top: 14px;
	left: 50%;
	width: 300px;
	height: 100px;
	margin: 0 0 0 -150px;
	text-align: center;
	z-index: 10;
}

.logo_inmobiliaria_externa img {
	max-width: 100%;
	max-height: 100%;
}