body {
	margin: 0px;
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.image {
  width: 100%;
  height: 270px;
}
.radio {
  /*display: none;*/
}
.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.images-inner {
  width: 500%; 
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.image-slide {
  width: 20%;
  float: left;
}
.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out;
}
.fake-radio {
  float: right;
}




/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
  margin-left: 0;
}
#slide2:checked ~ .images .images-inner {
  margin-left: -100%;
}
#slide3:checked ~ .images .images-inner {
  margin-left: -200%;
}




/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  background: red;
}
.radio-btn {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: gray;
  display: inline-block !important;
  margin: 0 1px;
  cursor: pointer;
}
/* Color of bullets - END */




/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3) {
  opacity: 1;
}

.label {
  opacity: 0;
  position: absolute;
}
/* Text of slides - END */



/* Calculate AUTOPLAY for BULLETS */
@keyframes bullet {
  0%, 33.32333333333334%	{
    background: red;
  }
  33.333333333333336%, 100% {
    background: gray;
  }
}


#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  animation: bullet 12300ms infinite -1000ms;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  animation: bullet 12300ms infinite 3100ms;	
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  animation: bullet 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for BULLETS - END */




/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {
  0%, 25.203252032520325%	{ margin-left: 0; }
  33.333333333333336%, 58.53658536585366%	{ margin-left: -100%; }
  66.66666666666667%, 91.869918699187%	{ margin-left: -200%; }
}


.st-slider > #play1:checked ~ .images .images-inner {
  animation: slide 12300ms infinite;	
}
/* Calculate AUTOPLAY for SLIDES - END */





/* Calculate AUTOPLAY for CAPTION */
@keyframes caption {
  0%, 33.32333333333334%	{
    opacity: 1;
  }
  33.333333333333336%, 100% {
    opacity: 0;
  }
}


#play1:checked ~ .labels .label:nth-child(1) {
  animation: caption 12300ms infinite -1000ms;
}

#play1:checked ~ .labels .label:nth-child(2) {
  animation: caption 12300ms infinite 3100ms;	
}

#play1:checked ~ .labels .label:nth-child(3) {
  animation: caption 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for CAPTION - END */

.break {
	clear:both;
	float:none;
}
.tdBordeDerecha {
	padding-left: 10px;
}

.inputEncuesta {
	background: #999999;
	border-style: none;
}
.blanco {
	color: #FFFFFF;
}
.tablaTop {
	background-image: url(imagenes/fondo_top.jpg);
	background-repeat:  repeat-x;
	background-position: center top;
	height: 170px;
}
.tablaDestacadoTop {
	background-image: url(imagenes/cuadro_destacado_top_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 109px;
	width: 262px;
}

form {

}
p {
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 24px;
	line-height: 40px;
	margin: 2px;
	color: #FFFFFF;
}
.separacion {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 34px;
	line-height: 46px;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

h2 {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0px;
}
.mini {
	font-size: 14px;
}

.verde {
	color: #326834;
	font-weight: bold;
}

.negro {
	color: #333333;
}

a {
	color: #FF0000;
	text-decoration: none;
	font-weight: lighter;
}
.tablaGeneral {
	background-color: #000000;
	box-shadow: 0px 0px 20px #333;
   -webkit-box-shadow: 0px 0px 20px #333;
   -moz-box-shadow: 0px 0px 20px #333;
}

a:Hover {
	text-decoration: none;
	color: #666666;
}
A.botos {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #CCCCCC;
	padding-left: 10px;
}
A.botos:Hover {
	color: #3BB5FE;
}
.fondoSlider {
	background-image: url(imagenes/fondo_slide_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	margin-top: 2px;
	font-weight: lighter;
	margin-bottom: 2px;
	height: 14px;
}
h6 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	line-height: 3px;
}
.tablaPie {
	background-color: #000000;
	background-image: url(imagenes/fondo_pie.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
A.Titulos {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
A.copeteNoticias {
	color: #666666;
	text-decoration: none;
}


.tablaBotonera {
	background-color: #F3F3F3;
}
.botUp {
	background-image: url(imagenes/bot_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.botDown {
	background-image: url(imagenes/bot_down.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}
A.chicos {
	font-family: Muli;
	font-size: 14px;
	line-height: 14px;
	color: #FF0000;
	text-decoration: none;
	left: 2px;
	font-weight: bold;
}
.botonform {
	color: #FFFFFF;
	height: 40px;
	border: 1px solid #000;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 24px;
	line-height: 30px;
	background-color: #3BB5FE;
	font-weight: bold;
	clear: both;
}
hr {

}
.bordeInferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



A.chicos:Hover {
	color: #333333;
	text-decoration: none;
}
input {
	color: #666666;
	border: 1px solid #333;
	height: 40px;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 24px;
	line-height: 40px;
	background-color: #F0F0F0;
	padding: 6px;
	width: 100%;
}
textarea {
	color: #333333;
	border: 1px solid #333;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 24px;
	line-height: 40px;
	background-color: #F0F0F0;
	clear: both;
	padding: 6px;
	width: 100%;
}
#Mensaje {
	height: 150px;
}

select {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #F13543;
	margin: 2px;
	background-color: #A7A7A7;
	border: 1px solid #666666;
}
strong {

}

.fondoCuerpo {
	background: #EBEBEB;
}
.fondoFotosHome {
	background-color: #D0EEE6;
	border: 1px solid #EBEBEB;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fondoBotonera {
	background: #999999 url(imagenes/logo_fondo_botonera.jpg) no-repeat center bottom;
}
A.Titulos:Hover {
	text-decoration: underline;
	color: #18893B;
}
A.copeteNoticias:Hover {
	color: #666666;
	text-decoration: underline;
}
.copete {
	color: #666666;
}
.fotosSecciones {
	border: 1px solid #999999;
}
input:focus, textarea:focus, x:-moz-any-link {
-moz-outline-radius-bottomleft:3px;
-moz-outline-radius-bottomright:3px;
-moz-outline-radius-topleft:3px;
-moz-outline-radius-topright:3px;
outline-offset:0;
outline-style:solid;
outline-width:1px;
}
.bordeFotos {
	border: 3px solid #FFFFFF;
}
#mapaGoogle iframe {
	border: 3px solid #FFFFFF;
}


input:focus, textarea:focus, .sffocus {
	background:#ECE9D8 scroll left 0;
	outline-color:#333333;
	border: 1px solid #00145B;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 2px;
	color: #333333;
}
.tdBordeAbajo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 1200px;
	height: 260px;
	background-color: #FFFFFF;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	vertical-align: middle;
	background-color: #FFFFFF;
	z-index:20;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 360px;
	vertical-align: middle;
	background-color: #FFFFFF;
	z-index:20;
}
.stepcarouselAlto{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 1200px;
	height: 360px;
	background-color: #FFFFFF;
}
.stepcarouselAlto .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	vertical-align: middle;
	z-index:20;
}

.stepcarouselAlto .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 360px;
	vertical-align: middle;
	z-index:20;
}
.rojoNegria {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
}
.TV {
	position: relative;
	top: 80px;
	float: right;
}
.tablaFloatTop {
	clear: none;
}
.tablaTopArriba {
	border-top-width: 5px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #120076;
	border-bottom-color: #F80034;
	height: 140px;
}
.botonesTopContacto {
	background-color: #333333;
	float: right;
	height: 25px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.azul {
	color: #3BB5FE;
}
.tablaGeneral #clientes td {
	border: 1px solid #EBEBEB;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.zIndex {
	z-index: 0;
}
A.botosSub {
	text-decoration: none;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #3CB5FE;
}
a.Top {
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 24px;
	line-height: 40px;
}

A.botosSub:Hover {
	color: #EFEFEF;
	text-decoration: underline;
}
.cuadroIndex {
	box-shadow: 0px 0px 20px #333;
   -webkit-box-shadow: 0px 0px 20px #333;
   -moz-box-shadow: 0px 0px 20px #333;
}
.tablaTopSlide {
	background-image: url(imagenes/fondo_slide.jpg);
	background-repeat:      repeat-x;
	background-position: center top;
	height: 114px;
}
.Izquierda {
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo_caracteristicas_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#foto_index_alsina{
    float:left;
    width:316px;
    height:220px;
    background-image:url(imagenes/foto_index_alsina.jpg);
    background-repeat: no-repeat;
}
div#foto_index_alsina_over a{
    float:left;
    width:316px;
    height:220px;
}
div#foto_index_alsina_over a:hover{
    background-image:url(imagenes/foto_index_alsina_over.png);
    background-repeat: no-repeat;
}
div#foto_index_1_mayo{
    float:left;
    width:317px;
    height:220px;
    background-image:url(imagenes/foto_index_1_mayo.jpg);
    background-repeat: no-repeat;
}
div#foto_index_1_mayo_over a{
    float:left;
    width:317px;
    height:220px;
}
div#foto_index_1_mayo_over a:hover{
    background-image:url(imagenes/foto_index_1_mayo_over.png);
    background-repeat: no-repeat;
}
div#foto_index_entre_rios{
    float:left;
    width:316px;
    height:220px;
    background-image:url(imagenes/foto_index_entre_rios.jpg);
    background-repeat: no-repeat;
}
div#foto_index_entre_rios_over a{
    float:left;
    width:316px;
    height:220px;
}
div#foto_index_entre_rios_over a:hover{
    background-image:url(imagenes/foto_index_entre_rios_over.png);
    background-repeat: no-repeat;
}
div#foto_index_ocampo{
    float:left;
    width:317px;
    height:220px;
    background-image:url(imagenes/foto_index_ocampo.jpg);
    background-repeat: no-repeat;
}
div#foto_index_ocampo_over a{
    float:left;
    width:317px;
    height:220px;
}
div#foto_index_ocampo_over a:hover{
    background-image:url(imagenes/foto_index_ocampo_over.png);
    background-repeat: no-repeat;
}
div#foto_index_indarte{
    float:left;
    width:317px;
    height:220px;
    background-image:url(imagenes/foto_index_indarte.jpg);
    background-repeat: no-repeat;
}
div#foto_index_indarte_over a{
    float:left;
    width:317px;
    height:220px;
}
div#foto_index_indarte_over a:hover{
    background-image:url(imagenes/foto_index_indarte_over.png);
    background-repeat: no-repeat;
}
div#foto_index_crespo{
    float:left;
    width:316px;
    height:220px;
    background-image:url(imagenes/foto_index_crespo.jpg);
    background-repeat: no-repeat;
}
div#foto_index_crespo_over a{
    float:left;
    width:317px;
    height:220px;
}
div#foto_index_crespo_over a:hover{
    background-image:url(imagenes/foto_index_crespo_over.png);
    background-repeat: no-repeat;
}
div#foto_index_riobamba{
	float:left;
	width:316px;
	height:220px;
	background-image:url(imagenes/foto_index_riobamba.jpg);
	background-repeat: no-repeat;
}
div#foto_index_riobamba_over a{
	float:left;
	width:316px;
	height:220px;
}
div#foto_index_riobamba_over a:hover{
    background-image:url(imagenes/foto_index_riobamba_over.png);
    background-repeat: no-repeat;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
	margin: 0px;
	font-size: 16px;
}
.separacionVerticalIzquierda {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}
#vendido {
	background-image: url(imagenes/vendido.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#entrega_dic_2025_mas_90_dias {
	background-image: url(imagenes/entrega_diciembre_2025_mas_90_dias.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 600;
	visibility: visible;
}
#posesion_inmediata {
	background-image: url(imagenes/entrega_inmediata.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 600;
	visibility: visible;
}
#oportunidad_cocheras {
	background-image: url(imagenes/oportunidad_cocheras.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 600;
	visibility: visible;
}
#ultima_unidad_monoambiente {
	background-image: url(imagenes/ultima_unidad_monoambiente.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#ultima_unidad_monoambiente_cocheras {
	background-image: url(imagenes/ultima_unidad_monoambiente_cocheras.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 300px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#ultima_unidad_descuentos {
	background-image: url(imagenes/ultima_unidad_descuentos.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#ultima_unidad_1_dormitorio {
	background-image: url(imagenes/ultima_unidad_1_dormitorio.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#ultima_unidad_10 {
	background-image: url(imagenes/ultima_unidad_10.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#ultima_unidad_piso_1 {
	background-image: url(imagenes/ultima_unidad_piso_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#ultima_unidad_piso_1_2 {
	background-image: url(imagenes/ultima_unidad_piso_1_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#entrega_31_07_2021 {
	background-image: url(imagenes/entrega_31_07_2021.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#entrega_31_10_2021 {
	background-image: url(imagenes/entrega_31_10_2021.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#entrega_30_10_2024 {
	background-image: url(imagenes/entrega_octubre_2024.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#entrega_30_6_2024 {
	background-image: url(imagenes/entrega_30_6_2024.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#entrega_30_6_2025 {
	background-image: url(imagenes/entrega_junio_2025.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_abril_2014 {
	background-image: url(imagenes/entrega_abril_2014.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_marzo_2015 {
	background-image: url(imagenes/entrega_marzo_2015.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_enero_2016 {
	background-image: url(imagenes/entrega_enero_2016.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#oportunidad_7 {
	background-image: url(imagenes/oportunidad_7.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#oportunidad_15 {
	background-image: url(imagenes/oportunidad_15.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_marzo_2022 {
	background-image: url(imagenes/entrega_marzo_2022.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_mayo_2022 {
	background-image: url(imagenes/entrega_mayo_2022.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_octubre_2022 {
	background-image: url(imagenes/entrega_octubre_2022.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_abril_2015 {
	background-image: url(imagenes/entrega_abril_2015.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_julio_2017 {
	background-image: url(imagenes/entrega_julio_2017.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_julio_2021 {
	background-image: url(imagenes/entrega_julio_2021.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_agosto_2019 {
	background-image: url(imagenes/entrega_agosto_2019.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#posesion_agosto_2018 {
	background-image: url(imagenes/entrega_agosto_2018.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
#ultima_unidad {
	background-image: url(imagenes/ultima_unidad.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 2px;
	color: #CCCCCC;
	font-weight: lighter;
}
A.azul {
	color: #3BB5FE;
}

a.BotonesDeptos {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(imagenes/fondo_bt_deptos_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
	width: 160px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
}
a.BotonesDeptos:Hover {
	background-image: url(imagenes/fondo_bt_deptos_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.BotonEnviaForm {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 45px;
	width: 160px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding-top: 10px;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.circulo {
	background-image: url(imagenes/circulo.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 65px;
}
.tablaPie h2 {
	font-family: Impact;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.float {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}
A.azul:Hover {
	color: #3BB5FE;
	text-decoration: underline;
}
.circuloIzq {
	background-image: url(imagenes/circulo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 65px;
	padding-left: 30px;
}
a.Top:Hover {
	text-decoration: underline;
}
.DatosContacto {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(imagenes/fondo_datos_contacto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
}
   .roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 360px;
	width: 600px;
	clear: both;
   }
   .roundabout-moveable-item {
	height: 10em;
	width: 0em;
	cursor: pointer;
   }
   .roundabout-in-focus {
      cursor: auto;
   }
.roundabout-Index {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	left: -180px;
	top: -80px;
}
.roundabout-Deptos {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	left: 5px;
	top: -80px;
}
#posesion_abril_2016 {
	background-image: url(imagenes/entrega_abril_2016.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	width: 160px;
	position: absolute;
	z-index: 999;
	visibility: visible;
}
@media screen and (max-width: 1100px) {
	.paddingLogo {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}
	.w3-content{
		margin-left:30px;
		margin-right:30px;
	}
p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 18px;
	line-height:30px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	font-weight: lighter;
}

h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: lighter;
}
.fondoGrisTrama {
	height: 850px;
	background-color: #CECECE;
}
.w3-dropdown-content{
	min-width:350px;
margin-left: -1px;
}
ul.topnav {
	float: none;
	display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
	width: 100%;
	z-index: 350;
}
/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline;
  }

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: relative;
    left: 0;
    top: 10;
	z-index: 150;
  }
  ul.topnav.responsive li {
    float: none;
    display: block;
	z-index: 150;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
.tablaTop {
	position:absolute;
	z-index:10;
	width:100%;
	}
}
