@charset "utf-8";
/* CSS Document */
/*  General  */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 31, 2014 */



@font-face {
    font-family: 'champagne__limousinesitalic';
    src: url('Fonts/champagne__limousines_italic-webfont.eot');
    src: url('Fonts/champagne__limousines_italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('Fonts/champagne__limousines_italic-webfont.woff2') format('woff2'),
    url('Fonts/champagne__limousines_italic-webfont.woff') format('woff'),
    url('Fonts/champagne__limousines_italic-webfont.ttf') format('truetype'),
    url('Fonts/champagne__limousines_italic-webfont.svg#champagne__limousinesitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('Fonts/champagne__limousines-webfont.eot');
    src: url('Fonts/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
    url('Fonts/champagne__limousines-webfont.woff2') format('woff2'),
    url('Fonts/champagne__limousines-webfont.woff') format('woff'),
    url('Fonts/champagne__limousines-webfont.ttf') format('truetype'),
    url('Fonts/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CYL';
    src: url('Fonts/champagne__limousines_bold-webfont.eot');
    src: url('Fonts/champagne__limousines_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('Fonts/champagne__limousines_bold-webfont.woff2') format('woff2'),
    url('Fonts/champagne__limousines_bold-webfont.woff') format('woff'),
    url('Fonts/champagne__limousines_bold-webfont.ttf') format('truetype'),
    url('Fonts/champagne__limousines_bold-webfont.svg#champagne__limousinesbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

	/*Estilo del placeholder*/
		::-webkit-input-placeholder
		{
			color: inherit;
			line-height: inherit;
			font-size: inherit;
			font-weight: inherit;
			font-family: inherit;
		}
		:-moz-placeholder
		{
			color: inherit;
			line-height: inherit;
			font-size: inherit;
			font-weight: inherit;
			font-family: inherit;
		}
		::-moz-placeholder
		{
			color: inherit;
			line-height: inherit;
			font-size: inherit;
			font-weight: inherit;
			font-family: inherit;
		}
		:-ms-input-placeholder
		{
			color: inherit;
			line-height: inherit;
			font-size: inherit;
			font-weight: inherit;	
			font-family: inherit;
		}
		/* Clase que agrega el plugin jquery.placeholder */
		.placeholder
		{
		}
	body
	{
		background: url('../img/fondo/img_patron_fondo_casas_vedoy.png');
		margin: 0px;
		padding: 0px;
		line-height: 1.22;
		min-width: 1000px;
		font-family: sans-serif;
	}
	img { border: none; }
	td { vertical-align: top; }
	a
	{
		color: inherit;
		text-decoration: none;
	}
	input[type="text"],
	input[type="password"]
	{
		border: none;
		margin: 0;
		-webkit-appearance: none;
		border-radius: 0;
		font-family: inherit;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;		
		box-sizing: border-box;
	}
	textarea
	{
		resize: none;
		border: none;
		border-radius: 0;
		font-family: inherit;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;		
		box-sizing: border-box;
	}
	/* Plugin: jScrollPane; */
		/*  Fondo de la barrita  */
		.jspVerticalBar
		{
			background-color: transparent;
			width: 14px;
			padding: 0 1px;
		}
		/* Color de la barrita personalizada de scroll */
		.jspTrack
		{
		}
		/* Barrita de agarre */
		.jspDrag
		{
		}
		/*  Estilo de las flechitas  */
		.jspArrow
		{
		}
		.jspArrow.jspDisabled,
		.jspArrow.jspDisabled:hover
		{
		}
		.jspArrowUp
		{
		}
		.jspArrowUp:hover
		{
		}
		.jspArrowDown
		{
		}
		.jspArrowDown:hover
		{
		}
/*  Clases multiusos  */
	.hidden { display: none; }
	.invisible { visibility: hidden; }
	.transparent { opacity: 0; }
	.lt-ie9 .transparent { filter: alpha(opacity=0); }
	.button, .checkbox { cursor: pointer; }
	.clearfix:after /* Para limpiar los floats*/
	{
		content: "";
		display: block;
		clear: both;
	}
/*  #ppal  */
	#ppal{
		display: block;
		margin: 0 auto;
		width: 1000px;
		height: auto;
	}
	#barraHeader{
		position: absolute;
		min-width: 1000px;
		width: 100%;
		height: 53px;
		background: url("../img/header/img_barra_header_casas_vedoy.png");
		background: #a6ce39;
		z-index: -1;
		top: 236px;
		-webkit-box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:    0px 0px 30px 7px rgba(0, 0, 0, 0.25);
		box-shadow:         0px 0px 30px 7px rgba(0, 0, 0, 0.25);
	}
	#logotop{
		width:285px;
		height:228px;
		position: relative;
		margin: 0 auto;
		left: 200px;
	}
	#contactotop{
		float: right;
		position: relative;
		top: 60px;
	}
	#datosTelCo{
		width: 130px;
		height: 50px;
		float: right;
		position: relative;
		top: 100px;
		right: -160px;
	}
	#datosTelCo span{
        color: #3d3d3d;
        font-family: "CYL", sans-serif;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
	}
	#datosCo{
		float: right;
		position: relative;
		top: 180px;
		right: -290px;
	}
	#datosCo label{
		font-family: "CYL";
		font-weight: bold;
		font-size: 15px;
		color: #3d3d3d;
	}
	#redsoc{
		float: left;
		position: relative;
		top: 150px;
		margin-left:-10px;
	}
	#redsoc img{
		padding: 10px;
	}
	#relojFechaClima{
		display: none;
	}
	#navigation{
		position:relative;
		margin:0 auto;
		width: 1010px;
        font-size: 14px !important;
	}
	#navigation ul li{
		display: inline-block;
		float: left;
		margin: 0;
        font-size: 14px !important;

	}
	#navigation ul{
		padding-left: 80px;
		margin-top: -18px;
	}
	#pos{
		position: relative;
	}
	#absoluto{
		position: absolute;
		margin-top: 6px;
		width: 100%;
	}
	#contenido{
		margin-top: 58px;
		height: auto;
		margin-bottom:80px;
	}
	#norteinicio{
		position: relative;
		top:10px;
		width: 1000px;
	}
	#sliderinicio{
		width: 680px;
		height: 335px;
		padding-bottom: 15px;
		position: relative;
		display: block;
	}
	.bxslider{
	}
	#buscadorinicio{
		max-width: 302px;
		max-height: 335px;
		min-width: 302px;
		min-height: 335px;
		position: relative;
		float: right;
		margin-top:-353px;
		background: url("../img/inicio/img_c7_inicio_otero.png");
	}
	#tituloBV{
		font-family: "CYL", sans-serif;
		font-size: 30px;
		color: #1f3570;
	}
	#txtBV{
		font-family: Arial, sans-serif;
		font-size: 15px;
		color: #373737;
		position: relative;
		margin-top: -25px;
	}
	#masnuevo{
		background: url('../img/inicio/img_c6_inicio_otero.png');
		width: 1000px;
		height: 356px;
	}
	.masnuevos{
        background: url("../img/inicio/img_c1_inicio_otero.png") no-repeat;
        border: 1px solid #cccccc;
        box-shadow: #CCC 0 -3px 7px;
        border-radius: 5px;
        float: left;
        height: 273px;
        left: 15px;
        margin-right: 10px;
        position: relative;
        top: 60px;
        width: 234px;
		display: block;
	}
	.masnuevos p{
		display: block !important;
		min-height: 20px;
	}
	.button{
		cursor: pointer;
	}
	#barraFooter{
		min-width: 1000px;
		width: 100%;
		height: 86px;
		background: url('../img/footer/img_b2_footer_otero.png') repeat-x;
		z-index: -1000;
		position: relative;
		margin-top: 50px;
		padding-bottom: 0;
	}
	#footer{

		height: 76px;
		width: 100%;
		background: url('../img/footer/img_b2_footer_otero.png') repeat-x;
	}
	#footerInner{
		margin: 0 auto;
		min-width: 1000px;
		width: 1000px;
	}
	#footer::before{
		content: '';
		background: url('../img/footer/img_b2_footer_otero.png') repeat-x;
		position: absolute;
		z-index: 999;
		top: 0;
		width: 999px;
	}
	#sharer{
		width: 45px;
		height: 45px;
		margin-top: 20px;
		position: relative;
		float: left;
	}
	#derres{
		color:#fff;
		position: relative;
		z-index: 10000000000000000;
		float: right;
		margin-top: 20px;
		margin-right: 245px;
	}
	#econsicon{
		position: relative;
		z-index: 10000000000000000;
		float: right;
		margin-top: 30px;
	}
	#tituloCasa_primera{
		position: relative;
		margin-left: 12px;
		width: auto;
        max-width: 206px;
        font-size: 14px;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        color: #3d3d3d;
	}
	#primeraMN_foto{
		width:214px;
		height:178px;
		position: relative;
		left: 10px;
		top: 10px;
	}
    #primeraMN_foto img{
        width: 100%;
        height: 100%;
    }
	#primeraMN_foto_hover{
		width:214px;
		height:178px;
		position: absolute;
		left: 10px;
		margin-top: -170px;
		padding: 0px;
		z-index: 1000000000;
	}
    #primeraMN_foto_hover:hover{
        background: url("../img/inicio/img_c5_inicio_otero.png") 0 0 no-repeat;
    }
    #statusCasa_primera{
		position: relative;
		margin-left: 175px;
		margin-top: -39px;
        color: #3d3d3d;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        font-size: 16px;
	}
	#fondoinicio{
		position: relative;
		width: 1000px;
		margin-bottom: -30px;
	}
	#fondoinicio img{
		padding: 0px;
		margin-left: -5px;
	}
	#buscarIz, #buscarDer{
		width: 140px;
		float: left;
	}
	#buscarIz{
		padding-right: 5px;
	}
	#buscarNorte{
		position: relative;
		margin-left: 10px;
		margin-top: 35px;
	}

	#buscarSur {
		height: 100px;
		margin-top: -15px;
		text-align: center;
	}
	.selBuscar{
		min-width: 137px;
		max-width: 137px;
		top:-5px;
		position: relative;
	}
	.selBuscarSur{
		min-width: 200px;
		max-width: 200px;
		top: -7px;
		padding: 0px;
		position: relative;
	}
	#buscarCasa{
		position: relative;
		margin-top: 0;
		width: 150px;
		height: auto;
	}
	#dormitoriosPrimera{
		position: relative;
		margin-left: 55px;
		margin-top: -7px;
	}
    #banosPrimera, #dormitoriosPrimera{
        color: #717171;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        font-size: 16px;
    }
	#banosPrimera{
		position: relative;
		margin-top: -36px;
		margin-left: 140px;
	}
	#precioPrimera{
		position: relative;
		margin-left: 80px;
		margin-top: -7px;
        color: #3d3d3d;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        font-size: 14px;
	}
	.txtBuscar{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #ffe27f;
		position: relative;
		margin-top: 20px;
		padding: 0px;
		margin-bottom: 7px;
	}
	#shadowhead{
		min-width: 1000px;
		width: 100%;
		height: 1px;
		position: absolute;
		margin-top: -1px;
		-webkit-box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:    0px 0px 30px 7px rgba(0, 0, 0, 0.15);
		box-shadow:         0px 0px 30px 7px rgba(0, 0, 0, 0.15);
	}
	#contactoimg{
		position: relative;
		margin-top: 25px;
	}
#barraCentroPropInd{
	
		min-width: 1000px;
		width: 100%;
		height: 30px;
		background: transparent;
		border-top: 1px solid #BDBDBD;
		position: absolute;
		margin-left: 0px;
		left: 0px;
		margin-top: 30px;
		-webkit-box-shadow: inset 0px 45px 30px -50px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    inset 0px 45px 30px -50px rgba(0, 0, 0, 0.5);
		box-shadow:         inset 0px 45px 30px -50px rgba(0, 0, 0, 0.5);
	}
	#barracentrocontacto{
		min-width: 1000px;
		width: 100%;
		height: 30px;
		background: transparent;
		border-top: 1px solid #BDBDBD;
		position: absolute;
		margin-left: 0px;
		left: 0px;
		margin-top: 30px;
		-webkit-box-shadow: inset 0px 45px 30px -50px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    inset 0px 45px 30px -50px rgba(0, 0, 0, 0.5);
		box-shadow:         inset 0px 45px 30px -50px rgba(0, 0, 0, 0.5);
	}
	#contactoForma{
		position: relative;
		margin-top: 75px;
		max-height: 400px;
		max-width: 410px;
	}
	.datos-contacto{
		background: url('../img/contacto/img_g4_contacto_otero.png');
		min-width: 410px;
		max-width: 410px;
		min-height: 33px;
		max-height: 33px;
		position: relative;
	}
	.datos-contacto-captcha{
		background: url('../img/contacto/img_g3_contacto_otero.png');
		min-width: 110px;
		max-width: 110px;
		min-height: 33px;
		max-height: 33px;
	}
	.datos-contacto-captcha,.datos-contacto, #comentarios{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 17px;
		color: #646464;
	}
	#comentarios{
		background: url('../img/contacto/img_g2_contacto_otero.png');
		min-width: 410px;
		max-width: 410px;
		min-height: 130px;
		max-height: 130px;
	}
	#captchaalinear{
	}
	.captchaImg, .datos-contacto-captcha, .sendBtn{
		position: relative;
		float: right;
	}
	.datos-contacto-captcha{
		margin-right: 10px;
		right: 10px;
		text-align: center;
	}
	.captchaImg{
		margin-right: 10px;
		right: 10px;
	}
	#mapita{
		position: absolute;
		background: url('../img/contacto/img_g6_contacto_otero.jpg');
		min-width: 574px;
		max-width: 574px;
		min-height: 356px;
		max-height: 356px;
		float: right;
		margin-left: 430px;
		margin-top: -367px;
	}
	#googlemaps{
		position: relative;
		margin-left: 265px;
		margin-top: 115px;
	}
	.nosotros img:hover{
		position: relative;
		top: 20px;
		background-image: url("../img/header/img_a2_header_otero.png");
	}
	#surNosotros{
		position: relative;
		margin-top: 70px;
	}
	#bajoNosotros{
		width: 100%;
		height: 100px;
	}
	#bajoNosotros p{
		text-align: left;
		padding-top: -30px;
	}
	#bajoNosotros img{
	position: relative;
	top: -100px;
	left: 328px;
	}
	.txtbajoNos1{
		font-family: "CYL", "bold";
		font-size: 26px;
		color: #646464;
	}
	.txtbajoNos2{
		font-family: "CYL", "bold";
		font-size: 48px;
		color: #3d3d3d;
	}
	
	#ventajas{
		font-size: 24px;
		font-family: "CYL";
		color: #3d3d3d;
		font-weight: bold;
	}
	.listaBeneficios{
		font-size: 15px;
		font-family: "CYL";
		color: #3d3d3d;
		margin-left: 50px;
	}
	#listaNosotrosNos{
        background: url("../img/header/img_a2_header_otero.png") no-repeat scroll 100% 100% rgba(0, 0, 0, 0);
        color: #1f3570;
        font-family: "CYL";
        font-size: 18px;
        height: 88px;
        position: absolute;
        top: 70px;
        width: 206px;
        z-index: 5;
		padding: 0 !important;
	}
	.moverSubList{
        cursor: pointer;
        margin: 3px 0 !important;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 100%;
	}
	#listaBuscarPor{
        background: url("../img/header/img_a7_header_otero.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #1f3570;
        font-family: "CYL";
        font-size: 18px;
        position: absolute;
        top: 70px;
        width: 160px;
        z-index: 5;
        height: 150px;
        text-align: center;
	}
	.moverSubList2{
        cursor: pointer;
        margin: 3px 0 !important;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 100%;
	}
	#listaNosotrosNos li:hover{
	    background-color: #94bb2c;
        width: 100%;
	}
	#listaNosotrosNos .listHov2:hover{ 
	 background-color: #94bb2c;
	}
	#listaBuscarPor  li:hover,.listHovBus2:hover,.listHovBus3:hover{
		background-color: #94bb2c;
        width: 100%;
	}
	#leftNosotros, #rightNosotros{
		position: relative;
		float: left;
	}
	#rightNosotros{
		margin-left: 15px;
	}
	#DSouthNos{
		width: 1000px;
		height: 290px;
	}
	#AsesoriaNos, #MasSerNos{
		position: relative;
		margin-left: -488px;
		top: 45px;
	}
	#TituloVision, #TituloMision, #txtVision, #txtMision{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 15px;
		color: #646464;
	}
	#AsesoriaSur{
		position: relative;
		margin-top: 70px;
		height: 310px;
	}
	#titulosAsesoriaSur{
		text-align: center;
		font-size: 18px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #656565;
	}
	#subtituloAsesSur{
		position: relative;
		top: -15px;
		font-family: "CYL";
		color: #3d3d3d;
	}
	#OfFoto, #oferta{
		float: left;
	}
	#oferta{
		margin-left: 10px;
		margin-top: -17px;
	}
	#oferta p{
		font-weight: bold;
		font-family: Arial, sans-serif;
		font-size: 15px;
		color: #646464;
		position: absolute;
	}
	#oferta li{
		font-size: 14px;
		font-family: Arial, sans-serif;
		color: #646464;
		position: absolute;
		padding: 10px;
	}
	.movListaPerfilCli{
		padding-top: 5px;
	}
	#ServiciosIISur{
		position: relative;
		margin-top: 70px;
		height: 600px;
	}
	#inPF, #inPM{
		display: inline;
	}
	.incisos{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: #656565;
	}
	.titulosSII{
		font-size: 15px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #656565;
	}
	.inA, #inPF, #inPM{
		color: #646464;
		font-family: Arial, sans-serif;
		font-size: 15px;
	}
	#ServiciosIISur li{
		color: #646464;
		font-family: Arial, sans-serif;
		font-size: 15px;
	}
	#surPFrecuentes{
		height: 100%;
		margin-top: 70px;
	}
	.titulosPF{
		font-size: 21px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #646464;
	}
	.preguntas{
		font-size: 17px;
		font-family: Arial, sans-serif;
		font-weight: bold;
		color: #646464;
	}
	#propiedadesSur{
		min-height: 550px;
		margin-top: 70px;
		height: auto;
		margin-bottom: 150px;
	}
	.propInd{
		display: inline-block;
		height: 100%;
		margin-top: 10px;
	}
	#busquedaPropiedades{
		background: url('../img/propiedades/img_f3_propiedades_otero.png');
		width: 1000px;
		min-width: 1000px;
		height: 151px;
		min-height: 151px;
	}
	.criterioP{
		width: 120px;
		height: 100px;
		float: left;
		position: relative;
		margin-left: 10px;
	}
	#criteriosPropiedades{
		margin-left: 30px;
        padding-top: 20px;
	}
	.titulocriterios{
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}
	.selectP{
		min-width: 120px;
		max-width: 120px;
	}
	#buscarP{
		position: relative;
		margin: 0 auto;
		width: 122px;
		margin-left: 410px;
		margin-top: -15px;
	}
	#fotos_propiedades{
		margin-top: 15px;
		min-height: 880px;
	}
	.casasFotos{
		background: url('../img/propiedades/img_bloque_casas_propiedades_casas_vedoy.png');
		min-width: 238px;
		min-height: 277px;
		max-width: 238px;
		max-height: 277px;
		float: left;
		margin-left: 8px;
		
	}
	.foto_casa_bdd{
		position: relative;
		margin-top: 10px;
		margin-left: 13px;
	}
	.tituloCasasP{
		position: relative;
		margin-left: 15px;
		margin-top: 0px;
		text-decoration: underline;
	}
	.foto_casa_lupa{
		position: relative;
		margin-top: 10px;
		margin-left: -214px; 
	}
	.numHabP{
		position: relative;
		margin-left: 55px;
		margin-top: 20px;
	}
	.numBatP{
		position: relative;
		margin-top: -28px;
		margin-left: 140px;
	}
	.ventarentaP{
		position: relative;
		margin-top: -63px;
		margin-left: 190px;
	}
	.costoP{
		position: relative;
		margin-top: 50px;
		margin-left: 155px;
	}
	#scroller{
		min-height: 435px;
		max-height: 435px;
	}
	#PropiedadSur{
		min-height: 900px;
	}
	#fotos_propiedad{
	}
	.nomPro{
		font-family: baskervillebold, sans-serif;
		font-size: 27px;
		color: #b01d1d;
	}
	#contenido_south{
		margin-top: 70px;
		width: 1000px;
		height: 470px;
		border-bottom: 4px solid #BDBDBD;
	}
	#contenido_deep_south{
		width: 1000px;
		height: 370px;
		margin-top: 10px;
		border-bottom: 4px solid #BDBDBD;
	}
	#foto_ppal{
		width: 594px;
		height: 455px;
	}
	#contenido_der{
		width: 398px;
		height: 455px;
		float: right;
		border: 2px solid green;
	}
	#contenido_iz{
		float: right;
	}
	#pregunta_casa, #contacto_casa{
		font-family: Arial;
		font-weight: bold;
		font-size: 17px;
		text-align: center;
		margin: 0 auto;
		position: relative;
	}
	#pregunta_casa{
		color: #464646;
		margin-left: 250px;
	}
	#contacto_casa{
		color: #1F3570;
		margin-left: 10px;
		border-bottom: 2px solid #1F3570;
	}
	#gmaps_Propiedad{
		width: 400px;
		height: 355px;
		border: solid 2px green;
		float: left;
		padding: 0px;
	}
	#video_YT{
		width: 592px;
		height: 355px;
		border: solid 2px red;
		float: left;
		background: black;
		padding: 0;
	}
	#fotos_propiedad{
		min-height: 500px;
		border: 2px solid black;
	}
	#contenido2{
		height: 1440px;
		
	}
	/*PROPIEDADES INDIVIDUALES */
	#moverTitulo{
		padding-top: 10px;
        font-family: 'CYL', sans-serif;
        color: #1f3570;
        font-size: 24px;
	}
	#imgPropInd{
		width: 1025px;
		height: 443px;
		overflow-y: scroll; 
	}
	#imgIndPropI img:hover{
		background: url('../img/propiedades/img_hover_propiedades_casas_vedoy.png');
	}
	.imgIndPropI{
		width: 185px;
		height: 138px;
		float: left;
		padding-left:12px;
		padding-top: 10px; 
	}
    .imgIndPropI img{
        width: 100%;
        height: auto;
    }
	#contCasaImgInfo{
		height: 532px;
		width: 1025px;
	}
	#imgCasaInd{
		padding-top: 60px;
		width:  594px;
		height: 455px;
	}
    #imgCasaInd img{
        width: 100%;
        height: 100%;
    }
	#infoCasaInd{
		padding-top: 60px;
		width: 431px;
		height: 455px;
		position: relative;
		top: -522px;
		left: 594px;
        margin: 0 0 30px 15px;
	}
	#infoCasaInd p{
		/*float: right;*/
		margin-top: 4px;
	}
    .labels, .datos{
        float: left;
        list-style-type: none;
        padding: 0;
        color: #3d3d3d;
    }
    .labels{
        margin-right: 15px;
    }
    .labels li{
        font-family: 'CYL', sans-serif;
        text-align: right;
        margin-bottom: 15px;
        font-size: 20px;
    }
	.datos li{
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        font-size: 18px;
		width: 215px;
		background: #EAEAEA;
        border-bottom: 3px solid #A5CD39;
        margin: 0 0 5px 0;
        height: 25px;
        padding-left: 5px;
        padding-top: 5px;
	}
	#mapaVideo{
		width: 1025px;
		height: 580px;
        margin-top: 100px;
        display: block;
	}
	#mapaPropInd{
		width: 400px;
		height: auto;
	}
	#mapaPropInd iframe{
		position: absolute;
	}
	#googleMap {
		position: absolute;
	}
	#videoPropInd {
        display: block;
        float: left;
        height: 356px;
        width: 594px;
        margin: 0 0 0 15px;
	}

	#contactanosCasaInd{
		height: 50px;
		width: 1025px;
		text-align: center;
        font-family: 'CYL', sans-serif;
        font-weight: bold;
        color: #646464;
	}
    .adress{
        color: #ffffff;
        font-family: 'CYL', sans-serif;
        margin-top: 150px;
        margin-left: 30px;
        font-size: 24px;
    }
/*  Webkit
	@media screen and (-webkit-min-device-pixel-ratio:0)
	{
	}
/*  Firefox
	@-moz-document url-prefix()
	{
	}
/*  IE 10
	@media screen and (min-width:0\0)
	{
	}  
*/