@charset "utf-8";

@font-face {
    font-family: 'AvantGardeMdBTMedium';
    src: url('../fonts/avgardm-webfont.eot');
    src: local('☺'),
		 url('../fonts/avgardm-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avgardm-webfont.woff') format('woff'),
         url('../fonts/avgardm-webfont.ttf') format('truetype'),
         url('../fonts/avgardm-webfont.svg#AvantGardeMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Tungsten-Medium';
	src: url('../fonts/tungsten-medium.eot');
	src: local('☺'), 
		 url('../fonts/tungsten-medium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/tungsten-medium.woff') format('woff'), 
		 url('../fonts/tungsten-medium.ttf') format('truetype'), 
		 url('../fonts/tungsten-medium.svg#Tungsten-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'AvantGardeBkBTBook';
    src: url('../fonts/avgardn-webfont.eot');
    src: local('☺'),
		 url('../fonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avgardn-webfont.woff') format('woff'),
         url('../fonts/avgardn-webfont.ttf') format('truetype'),
         url('../fonts/avgardn-webfont.svg#AvantGardeBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Perpetua';
    src: url('../fonts/Perpetua.eot');
    src: local('☺'),
		 url('../fonts/Perpetua.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Perpetua.woff') format('woff'),
         url('../fonts/Perpetua.ttf') format('truetype'),
         url('../fonts/Perpetua.woff#Perpetua') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html {
	/* ****************** MUY IMPORTATE PARA LOS DEGRADADOS EN EL FONDO ***************************** */
	/* Si quieres que el degradado en el fondo funcione hay que poner height:100% en la etiqueta html */
	/* ********************************************************************************************** */
	height:100%;
}

body {
	height:100%;
	background: #f4f4f4;
}

#container {
	margin:0px auto;
	width:980px;
}

#containershadow {
	width:100%;
	height:100%;
	display: inline-block;
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666;
}

.sombracuadros {
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

.SombraCuadrosTexto {
	background-color:#FFF;
	-moz-box-shadow: 0 0 5px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
}

/* ************************************** BLOQUES ************************************************* */

#bloque330 {
	width:100%;
	height:330px;
	background-image:url(../picts/sombrabarramenusup.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#bloque9sombrainf {
	width:100%;
	height:9px;
	background-image:url(../picts/sombrabarramenuinf.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#bloquefinal {
	width:980px;;
	height:30px;
	float:left;
}


/* ************************************** COLORES Y DEGRADADOS ************************************************* */

.degradadobarramenu {
	background:#DCDCDC;
	background-image: -ms-linear-gradient(top, #F0F0F0 0%, #DCDCDC 100%);
	background-image: -moz-linear-gradient(top, #F0F0F0 0%, #DCDCDC 100%);
	background-image: -o-linear-gradient(top, #F0F0F0 0%, #DCDCDC 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F0F0F0), color-stop(1, #DCDCDC));
	background-image: -webkit-linear-gradient(top, #F0F0F0 0%, #DCDCDC 100%);
	background-image: linear-gradient(to bottom, #F0F0F0 0%, #DCDCDC 100%);
}

.colorcuadrobuscador {
	/* PARA LA COMBINACIÓN DE COLORES GRISES */
	background-color:#e8e8e8;
}

.ColorEtiquetasNeutro, .ColorTextoNeutro {
	color:#000;
}

.ColorLogoInoraAzul {
	color:#00407c;
}

.ColorTituloPropiedades  {
	color:#373737;
}

.ColorDescripcionPropiedades {
	color:#7e7e7e;
}

.ColorFondoBarraPromo {
	background-color:#0d3c74;
}

.ColorFondoTest {
	background-color:#0d3c74;
}


/* *************************************** CABECERA - MENU ************************************* */

#header {
	width:100%;
	height:500px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#barrasupinfo {
	width:100%;
	height:30px;
	background:#081c41;
}

#barrasupinfobloque1 {
	width:20px;
	height:100%;
	float:left;
}

#barrasupinfobloque2 {
	width:18px;
	height:100%;
	float:left;
	background-image:url(../picts/icominiphone.png);
	background-position:center;
	background-repeat:no-repeat;
}

#barrasupinfobloque3 {
	width:200px;
	height:100%;
	float:left;
}

.telefonoinfosup {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:500;
	text-align:left;
	letter-spacing:1px;
	margin-top:6px;
	margin-left:5px;
	color:#FFF;
}

#barrasupinfobloque4 {
	width:20px;
	height:100%;
	float:right;
}

#barrasupinfobloque5 {
	width:90px;
	height:100%;
	float:right;
}

#barrasupinfobloque51 {
	width:66px;
	height:100%;
	float:right;
}
#barrasupinfobloque52 {
	width:24px;
	height:100%;
	float:right;
	background-image:url(../picts/enflag.png);
	background-position:center;
	background-repeat:no-repeat;
}
#barrasupinfobloque52en {
	width:24px;
	height:100%;
	float:right;
	background-image:url(../picts/spflag.png);
	background-position:center;
	background-repeat:no-repeat;
}

#barrasupinfobloque6 {
	width:25px;
	height:100%;
	float:right;
}

#barrasupinfobloque7 {
	width:76px;
	height:100%;
	float:right;
}

#barrasupinfobloque71 {
	width:50px;
	height:100%;
	float:right;
}
#barrasupinfobloque72 {
	width:24px;
	height:100%;
	float:right;
	background-image:url(../picts/spflag.png);
	background-position:center;
	background-repeat:no-repeat;
}

#barrasupinfobloque72en {
	width:24px;
	height:100%;
	float:right;
	background-image:url(../picts/enflag.png);
	background-position:center;
	background-repeat:no-repeat;
}


.textobotonidiomaoff {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:500;
	text-align:left;
	margin-top:9px;
	margin-left:5px;
	color:#FFF;
}

.textidiomaon {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:500;
	text-align:left;
	margin-top:9px;
	margin-left:5px;
	color:#9c9c9d;
}


.flagbutton:hover .textobotonidiomaoff  {
	color:#f9de94;
}

#barramenu {
	width:100%;
	height:100px;
}

#barramenuizq {
	float:left;
	width:100%;
	height:100px;
}

#barramenuizq {
	float:left;
	width:780px;
	height:100px;
}

#barramenuder{
	float:left;
	width:200px;
	height:100px;
	background-image:url(../picts/logoinorapeniscola.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#bloquebotones {
	width:100%;
	height:30px;
}


/* ************* BOTONES MENU ************** */

#botones {
	background-image:url(../picts/decospmenusep.png);
	background-position:left;
	background-repeat:no-repeat;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:500;
	text-align:left;
	letter-spacing:1px;
	margin-top:5px;
	margin-left:15px;
}

#botones a {
	color: #7e7e7e;
}

#botones li {
	display:inline; 
	list-style-type:none; 
	margin:0 6px;
}

#botones li.botonactivo a {
	color: #004c94;
}

#botones a:hover {
	color: #000;
}

a {
	color: #5b80c2; 
	text-decoration:none;
}
a:active, a:focus { 
	outline: none;
}
a:hover {
	color:#fcf7a3;
}

#buttons {
	background-image:url(../picts/decoenmenusep.png);
	background-position:left;
	background-repeat:no-repeat;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:500;
	text-align:left;
	letter-spacing:1px;
	margin-top:5px;
	margin-left:15px;
}

#buttons a {
	color: #7e7e7e;
}

#buttons li {
	display:inline; 
	list-style-type:none; 
	margin:0 10px;
}

#buttons li.activebutton a {
	color: #004c94;
}

#buttons a:hover {
	color: #000;
}


/* ***************** POWERED BY ******************** */
#powered {
	width:980px;
	float:right;
	text-align:right;
}

.poweredby {
	margin-right:0px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	
}

a.poweredby:hover {
	color:#000;
}

.tcopyright{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	float:left;
	padding-top:5px;
}


/* ESTILO PARA TODOS LOS FORMULARIOS REVISAR SI ES ÚTIL O NO */

input:focus, textarea:focus {
	border:1px solid #c1bfbf;
}



/* FUNCION CSS RESIZE IMPORTANTE PARA EL CAMPO TEXTO
select {
	outiline:none;
	resize:none;
	z-index:-1;
}
*/


/* *************************************** BLOQUE INTRODUCCIÓN - PRESENTACIÓN EMPRESA ************************************* */

#cuadropresentacionintroempresa {
	width:100%;
	height:200px;
	background-image:url(../picts/inoramarcadeagua.png);
	background-position:left;
	background-repeat:no-repeat;
}

#cuadropresentacionfoto {
	width:200px;
	height:200px;
	float:left;
}

.fotoinorapresentacion {
	margin-top:10px;
	margin-left:4px;
	width:276px;
	height:180px;
	-moz-box-shadow: 0 0 5px #666666;
	-webkit-box-shadow: 0 0 5px #666666;
	box-shadow: 0 0 5px #666666;
}

#cuadropresentaciontexto {
	width:730px;
	height:200px;
	float:left;
}

.titpresentacioninora {
	font-family: "AvantGardeBkBTBook", Arial, Helvetica, sans-serif;
	text-shadow:#333 0px 0px 6px; /*Color de la sombra - Eje X - Eje Y - Difuminado*/  
	font-size: 26px;
	font-weight:500;
	text-align:center;
	letter-spacing:1px;
}

#cuadropresentaciontextodescrip {
	width:730px;
	height:100px;
}

.textopresentaciondescripcion {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align:justify;
}

.textopresentaciondescripcionp2 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align:justify;
	margin-top:5px;
}

#cuadropresentaciontextotelf {
	width:730px;
	height:70px;
}

.textopresentaciontelefono {
	margin-top:15px;
	font-family: "AvantGardeBkBTBook", Arial, Helvetica, sans-serif;
	font-size: 48px;
	text-align:right;
	letter-spacing:3px;
	color:#4b4d4e;
}

/* *********************** BLOQUES PRINCIPAL(PROPIEDADES Y AUXILIAR(COMPLEMENTOS) ************************* */

#contenidoinicio {
	width:980px;
	height:100%;
}

#cuadroprincipal {
	width:701px;
	height:100%;
	display:inline-block;
	float:left;
}

#cuadroauxiliar {
	width:264px;
	height:100%;
	display:inline-block;
	float:right;
}


/* ####### DEFINICIONES PARA EL CUADRO PRINCIPAL ####### */

#cuadrotitulocabecerapropiedades {
	width:701px;
	height:40px;
	float:left;
}

#cuadrotitulocabecerapropiedadesicono {
	width:661px;
	height:40px;
	float:left;
	background-image:url(../picts/cuadroiconopropiedadesint.png);
	background-position:center;
	background-repeat:no-repeat;
}

.textoiconocabeceraspresentacion {
	padding-left:45px;
	padding-top:11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#7f7f7f;
}

#cuadropresentacionpropiedad {
	width:350px;
	height:450px;
	float:left;
}

#cuadropresentacionpropiedaddecoinicio {
	width:701px;
	height:10px;
	background-image:url(../picts/decolineaverticalinicio.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

#cuadropresentacionpropiedaddecofin {
	width:701px;
	height:10px;
	background-image:url(../picts/decolineaverticalfinal.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

#cuadropresentacionpropiedadlineadivisoriahor {
	width:701px;
	height:25px;
	background-image:url(../picts/decolineahorpropiedades.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

#cuadrodivisorpropiedad {
	width:1px;
	height:450px;
	background-color:#e5e5e5;
	float:left
}

#bloquecentralpresentacionpropiedad{
	width:310px;
	height:450px;
	float:left;
}

#bloquecentralpresentacionpropiedadseccionmarcofoto{
	width:310px;
	height:220px;
	background-image:url(../picts/cuadrofondofotop.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

#bloquecentralpresentacionpropiedadseccionmarcofoto250{
	width:310px;
	height:250px;
	background-image:url(../picts/cuadrofondofotop238.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

#bloquecentralpresentacionpropiedadseccionfoto{
	width:310px;
	height:220px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#bloquecentralpresentacionpropiedadseccionfoto250{
	width:310px;
	height:250px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.fotopromocionficha {
	position:relative;
	margin-top:10px;
	margin-left:10px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius: 7px;
}

.fotopromocionfichaOver {
	position:relative;
	margin-top:10px;
	margin-left:10px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius: 7px;
	overflow:hidden;
	width:290px;
	height:190px;
}

.fotopromocionficha250 {
	position:relative;
	margin-top:10px;
	margin-left:10px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius: 7px;
	overflow:hidden;
	width:290px;
	height:218px;
}

.etiquetapreciopresentacion {
	position:absolute;
	top:190px;
	left:92px;
}

.etiquetapreciopresentacion250 {
	position:absolute;
	top:220px;
	left:92px;
}

.etiquetavendido {
	position:absolute;
	top:10px;
	left:10px;
}

.etiquetavendido2 {
	position:absolute;
	top:0px;
	left:42px;
}

.textopresentacionprecio {
	position:absolute;
	width:126px;
	text-align:center;
	top:194px;
	left:92px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	color:#fff;
}

#TextoPresPrecio {
	position:absolute;
	width:126px;
	text-align:center;
	top:224px;
	left:92px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	color:#fff;
	overflow:hidden;
}

#fotopresentacionpropbase {
	width:310px;
	height:220px;
	position:relative;
}

#fotopresentacionpropbase250 {
	width:310px;
	height:250px;
	position:relative;
}

#bloquecentralpresentacionpropiedadsecciondescripcion {
	width:310px;
	height:180px;
	float:left;
}

#bloquecentralpresentacionpropiedadsecciondescripcion250 {
	width:310px;
	height:200px;
	float:left;
}

#bloquecentralpresentacionpropiedadsecciondescripciontitulo {
	width:310px;
	height:40px;
	overflow:hidden;
}

#bloquecentralpresentacionpropiedadsecciondescripciontitulo250 {
	width:310px;
	height:90px;
	overflow:hidden;
}

.textopresentaciondescripciontitulo {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight:500;
	text-align:center;
}

#TextoPresentacionDescripcionTitulo {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	font-size: 35px;
	text-align:center;
}

.TextoTituloPromocionH1 {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-top:6px;
	font-size: 35px;
	font-weight:400;
}

a.MasInfo {
	color:#000;	
}

a.MasInfo:hover {
	text-decoration:underline;
}

a.MasInfoTitulo {
	color:#373737;
}

#bloquecentralpresentacionpropiedadsecciondescripciontexto {
	width:310px;
	height:120px;
	overflow:hidden;
	
}

#bloquecentralpresentacionpropiedadsecciondescripciontexto250 {
	width:310px;
	height:70px;
	overflow:hidden;
	
}

.textopresentaciondescripciontexto {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:500;
	text-align:justify;
	letter-spacing:0px;
}

#TextoPresentacionDescripcionTexto {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	font-size: 13px;
	text-align:justify;
	letter-spacing:0px;
}

#bloquecentralpresentacionpropiedadseccionver {
	width:310px;
	height:40px;
	background-image:url(../picts/cuadroetiquetaprecio.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrobotonverficha {
	width:150px;
	height:40px;
	float:left;
}

.botonfichapresentacion {
	display: block;
	width: 150px;
	height: 40px;
	background: url("../picts/botonverfichapresentacion.png") bottom;
}

.botonfichapresentacion:hover {
	background-position: 0 0;
}

.botonfichapresentacion_en {
	display: block;
	width: 150px;
	height: 40px;
	background: url("../picts/botonverfichapresentacion_en.png") bottom;
}

.botonfichapresentacion_en:hover {
	background-position: 0 0;
}

/* ####### DEFINICIONES PARA EL CUADRO AUXILIAR ####### */

#cuadrocomplementodestacados {
	width:264px;
	height:1520px;
}

#cuadrotitulocomplemento {
	width:264px;
	height:40px;
}

#cuadrotitulocomplementonoticiasicono {
	width:224px;
	height:40px;
	float:left;
	background-image:url(../picts/cuadroicononews.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrotitulocomplementotiempoicono {
	width:224px;
	height:40px;
	float:left;
	background-image:url(../picts/cuadroiconotiempo.png);
	background-position:center;
	background-repeat:no-repeat;
}

.textoiconocabeceraspresentaciontiempo {
	padding-left:55px;
	padding-top:11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000;
}

#cuadrotitulocomplementodestacadosicono {
	width:224px;
	height:40px;
	float:left;
	background-image:url(../picts/cuadroiconopropiedadesdesta.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrodestados {
	width:264px;
	height:160px;
}

#cuadromarcoprincipaldestacados {
	width:224px;
	height:160px;
	background-image:url(../picts/cuadrofondofotod.png);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

#cuadromarcoprincipaldestacadoscargando {
	width:224px;
	height:160px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#fotodestacadopropbase {
	width:224px;
	height:160px;
	position:relative;
}

#fotodestacadopropbasecentrado {
	width:202px;
	height:132px;
	position:relative;
	margin-top:7px;
	margin-left:11px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius: 7px;
	overflow:hidden;
}

.fotopresdestacadoficha {
	position:relative;
	margin-top:7px;
	margin-left:11px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-khtml-border-radius: 7px;
	overflow:hidden;
	width:202px;
	height:132px;
}

.fotopresdestacadoficha152 {
	position:relative;
	margin-top:-20px;
	width:202px;
	height:152px;
}

.cuadrobanderoladestacados {
	position:absolute;
	top:115px;
	left:11px;
}

.cuadrobanderoladestacados152 {
	position:absolute;
	top:108px;
	width:202px;
	height:24px;
}

.textodestacadospresentacionref {
	position:absolute;
	text-align:left;
	top:121px;
	left:21px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
}

.textodestacadospresentacionprecio {
	position:absolute;
	text-align:right;
	top:121px;
	right:21px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
}

#textodestacadospresentacionref152 {
	position:absolute;
	text-align:left;
	top:114px;
	left:10px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
	
}

#textodestacadospresentacionprecio152 {
	position:absolute;
	text-align:right;
	top:114px;
	right:10px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#fff;
}

#boxbanderolaref152 {
	position:absolute;
	top:0px;
	left:0px;
	height:152px;
	width:202px;
	background-image:url(../picts/banderoladestacados.png);
	/*background-position:center bottom;*/
	background-position:0px 108px;
	background-repeat:no-repeat;
}

#cuadrocomplementonoticia {
	width:264px;
	height:60px;
}

#cuadrocomplementonoticiainfo {
	width:210px;
	height:60px;
	float:left;
}

#cuadrocomplementonoticiainfofecha {
	width:210px;
	height:20px;
}

#cuadrocomplementonoticiainfotitulo {
	width:210px;
	height:40px;
	text-align:justify;
	line-height:90%;
}

.textonoticiafecha {
	text-align:right;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
}

.enlacenoticia {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#011c5c;
}

a.enlacenoticia:hover {
	color:#6f7074;
}

#cuadrocomplementotiempo {
	width:264px;
	height:155px;
	overflow:hidden;
}

#cuadrotitulowallpaper {
	width:264px;
	height:40px;
}

#cuadrotitulocomplementowallpapericono {
	width:224px;
	height:40px;
	float:left;
	background-image:url(../picts/cuadroiconowallpapers.png);
	background-position:center;
	background-repeat:no-repeat;
}

.textoiconocabeceraspresentacionwallpapers {
	padding-left:80px;
	padding-top:11px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000;
}

#cuadrocomplementowallapers {
	width:264px;
	height:60px;
}

.textowalpapers {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#011c5c;
}

#cuadrocomplementosocial {
	width:264px;
	height:30px;
	overflow:hidden;
}

#cuadrocomplementosocialfacebooklikes {
	width:140px;
	height:30px;
	float:left;
}

#socialpicbox {
	width:100px;
	height:30px;
	float:left;
}

.imagenfacebook {
	width:90px;
	height:20px;
}

/* **************************** FOOTER ************************ */

#cuadropie {
	float:left;
	width:100%;
	height:400px;
	background-color:#081c41;
	background-image:url(../picts/fondoinorapeniscola.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#footerbarrasup {
	margin-left:1px;
	width:978px;
	height:80px;
	background-color:#ececec;
}

#bloqueapi {
	width:135px;
	height:80px;
	float:left;
}

#bloqueapilogo {
	width:135px;
	height:60px;
	background-image:url(../picts/inoralogoapi.png);
	background-position: center;
	background-repeat:no-repeat;
}

#bloqueapinumero {
	width:135px;
	height:20px;
}

.textonumeroapi {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	color:#202020;
	letter-spacing:0px;
	padding-top:3px;
}

#footerbloquecentralbarrasup {
	width:703px;
	height:80px;
	float:left;
}

.textofootertelefono {
	font-family: "AvantGardeBkBTBook", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight:500;
	text-align:center;
	letter-spacing:3px;
	padding-top:30px;
	color:#4b4d4e;
}

#bloquesocial {
	width:100px;
	height:80px;
	float:left;
}

#bloquesiguenos {
	width:100px;
	height:25px;
}

.textosiguenos {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-align:right;
	font-size: 12px;
	color:#202020;
	letter-spacing:0px;
	padding-top:8px;
	padding-right:5px;
}

#bloqueiconossociales {
	width:100px;
	height:50px;
}

#bloqueiconofacebook, #bloqueiconotwitter, #bloqueiconogoogle {
	width:50px;
	height:50px;
	float:left;
}

#cuadrobotonfacebook {
	width:44px;
	height:44px;
}

.botonfacebook {
	display: block;
	width: 44px;
	height: 44px;
	background: url("../picts/botonfacebook.png") bottom;
}

.botonfacebook:hover {
	background-position: 0 0;
}

#cuadrobotontwitter {
	width:50px;
	height:50px;
}

.botontwitter {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../picts/botontwitter.png") bottom;
}

.botontwitter:hover {
	background-position: 0 0;
}

#cuadrobotongoogle {
	width:50px;
	height:50px;
}

.botongoogle {
	display: block;
	width: 50px;
	height: 50px;
	background: url("../picts/botongoogle.png") bottom;
}

.botongoogle:hover {
	background-position: 0 0;
}

#footerbarrainf {
	width:980px;
	height:290px;
}

#bloque1footerbarrainf {
	width:980px;
	height:140px;
}

#bloque2footerbarrainf {
	width:980px;
	height:130px;
}

#bloque2izquierdafooterbarrainf, bloque2derechafooterbarrainf  {
	width:490px;
	height:130px;
	float:left;
}

#bloque2cuadrotituloenlaces {
	width:490px;
	height:25px;
}

.textotituloenlaces {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	padding-left:20px;
}

.enlacepaginadeinteres {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	padding-left:20px;
}

#bloque2cuadrolistaenlaces {
	width:490px;
	height:105px;
}

#enlacebox {
	width:490px;
	height:15px;
}

.enlaceinteresante {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing:0px;
	color:#d0cfcf;
	padding-left:20px;
}

a.enlaceinteresante:hover {
	color:#fff;
}

#bloque3footerbarrainfaviso {
	width:980px;
	height:20px;
	text-align:center;
}

.avisofooter {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing:1px;
	color:#ffffff;
}

.avisofooter:hover {
	font-weight:600;
}

/* *************************************** PAGINA CONTACTO ************************************* */

#cuadroprincipalcontacto {
	width:100%;
	/*height:1030px;*/
	display:inline-block;
}

#cuadrotituloseccion {
	width:100%;
	height:45px;
	background-image:url(../picts/decolineahorizontatitulos.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#cuadroseccioniconocontacto {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/iconocontacto.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#cuadrosecciontitulo {
	width:350px;
	height:100%;
	float:left;
}

#cuadrosecciontitulopromocion {
	width:800px;
	height:100%;
	float:left;
}

.textotituloseccion {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#707070;
	padding-left:10px;
	padding-top:14px;
}

#TextoTituloSeccionBuscadas {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#707070;
	padding-left:10px;
	padding-top:14px;
}

#cuadrodatoscontacto {
	width:100%;
	height:250px;
}

#cuadrodatoscontactobloque1 {
	width:220px;
	height:250px;
	float:left;
}

#cuadrodatoscontactobloque1logo {
	width:220px;
	height:80px;
	background-image:url(../picts/logoinoracontacto.png);
	background-position: left;
	background-repeat:no-repeat;
}

#cuadrodatoscontactobloque1direccion {
	width:220px;
	height:20px;
}

.textodireccion {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#7f7f7f;
	padding-left:25px;
}

#cuadrodatoscontactobloque1telf1 {
	width:65px;
	height:20px;
	float:left;
}
#cuadrodatoscontactobloque1telf2 {
	width:155px;
	height:20px;
	float:left;
}

.textotelf {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	padding-left:25px;
}

.textotelefono {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

.textofax {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#7f7f7f;
}

#cuadrodatoscontactobloque2 {
	width:720px;
	height:250px;
	background-image:url(../picts/contactarinorapeniscola.png);
	background-position: right top;
	background-repeat:no-repeat;
	float:left;
}

#cuadrodatoscontactobloque2econtactos {
	width:370px;
	height:250px;
	float:left;
}

#cuadrodatoscontactobloque2mail {
	width:370px;
	height:20px;
	text-align:right;
}

.textomail {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

.enlacescontacto {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
}

.enlacescontacto:hover {
	color:#4b4d4e;
}

#cuadrolocalizador {
	width:100%;
	height:680px;
}

#cuadromaps {
	height:660px; 
	width:940px;
	margin-left:20px;
	background-color:#CCC;
}

#cuadrolocalizadorfoto {
	width:100%;
	height:620px;
}

#cuadrofotolocalizacioncargando {
	height:600px; 
	width:940px;
	margin-left:20px;
	background-color:#fff;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.fotoaerealocalizacion {
	height:600px; 
	width:940px;
}

/* *************************************** PAGINA ENTORNO ************************************* */

#cuadroprincipalentorno {
	width:100%;
	/*height:2840px;*/
	display:inline-block;
}

#cuadroseccioniconoentorno {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/iconoentorno.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}


#cuadroentornobloque1 {
	width:100%;
	height:30px;
	
}

#cuadroentornosubtit {
	width:920px;
	height:30px;
	float:left;
}

.textoentorno { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
}

.textoentornop2 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 130%;
	margin-top:10px;
}

.textoentornopt { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	margin-top:20px;
}

#cuadroentornobloque2 {
	width:100%;
	height:360px;
}

#cuadroentornoparrafo1 {
	width:920px;
	height:360px;
	float:left;
}

#cuadroentornobloque3 {
	width:100%;
	height:380px;
}

#cuadroentornobloque3video {
	width:520px;
	height:380px;
	float:left;
}

#CuadroSombraVideo {
	width:500px;
	height:380px;
	background-color:#FFF;
}

#cuadrovideo1 {
	width:480px;
	height:360px;
	margin-left:10px;
}

#cuadroentornobloque3texto {
	width:400px;
	height:380px;
	float:left;
}

.textoentorno2 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	padding-left:5px;
}

.textoentorno2p2 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	padding-left:5px;
	line-height: 130%;
	padding-top:10px;
}

#cuadroentornobloque4 {
	width:100%;
	height:380px;
}

#cuadroentornoparrafo2 {
	width:920px;
	height:380px;
	float:left;
}

#cuadroentornobloquetitulo {
	width:100%;
	height:40px;
}

.textotitulodescubre {
	color:#707070;
	text-shadow:#333 0px 0px 25px;
}

#cuadroentornobloque5 {
	width:100%;
	height:530px;
}

#cuadroentornobloque5fila {
	width:100%;
	height:270px;
}

#cuadroentornobloque5foto {
	width:465px;
	height:270px;
	float:left;
	background-image:url(../picts/cuadrofondofotoentorno.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadroentornobloque5fotocargando {
	width:465px;
	height:270px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#fotoentornobase {
	width:465px;
	height:270px;
	position:relative;
}

.fotoentorno {
	position:relative;
	margin-top:20px;
	margin-left:20px;
}

/* *************************************** PAGINA EMPRESA ************************************* */

#cuadroprincipalempresa {
	width:100%;
	display:inline-block;
	/*height:950px; PARA LA VERSION CON EL BLOQUE 4 A 280PX */
	
}

#cuadroseccioniconoempresa {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/iconoempresa.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}


#cuadroempresabloque1 {
	width:100%;
	height:30px;
	
}

#cuadroempresasubtit {
	width:920px;
	height:30px;
	float:left;
}

.textoempresa { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 130%;
}

.textoempresamoto { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	line-height: 130%;
}

#cuadroempresabloque2 {
	width:100%;
	height:40px;
}

#cuadroempresaparrafo1 {
	width:920px;
	height:100px;
	float:left;
}
#cuadroempresaparrafo40 {
	width:920px;
	height:40px;
	float:left;
}

#cuadroempresabloque3 {
	width:100%;
	height:320px;
}

#cuadroempresabloque3foto {
	width:385px;
	height:320px;
	float:left;
	background-image:url(../picts/cuadrofondofotoempresa.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadroempresabloque3fotocargando {
	width:385px;
	height:320px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrofotoempresa1 {
	width:365px;
	height:300px;
}

.fotoempresa {
	position:relative;
	margin-top:30px;
	margin-left:30px;
}

#cuadroempresabloque3texto {
	width:540px;
	height:320px;
	float:left;
}

.textoempresa2 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	padding-top:20px;
	line-height: 130%;
}

.textoempresa2b { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height: 130%;
}

#cuadroempresabloque4 {
	width:100%;
	height:280px;
}

#cuadroempresabloque4foto {
	width:440px;
	height:280px;
	float:left;
	background-image:url(../picts/cuadrofondofotoempresa2.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadroempresabloque4fotocargando {
	width:440px;
	height:280px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#CuadroFotoFichaMarcoPanoramico {
	width:940px;
	height:630px;
	background-image:url(../picts/cuadrofondofotograndepanoramico.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
	margin-right:20px;
}

#CuadroFotoFichaMarcoCargandoPanoramico {
	width:940px;
	height:630px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.FotoFichaGrandePanoramica {
	width:900px;
	height:590px;
	margin-top:15px;
	margin-left:20px;
}

#cuadrofotoempresa2 {
	width:440px;
	height:280px;
}

.fotoempresa2 {
	position:relative;
	margin-top:14px;
	margin-left:20px;
}

#cuadroempresabloque4texto {
	width:480px;
	height:280px;
	float:left;
}

.textoempresa3 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	padding-left:10px;
	padding-top:5px;
}

#cuadroempresabloque4vertical {
	width:100%;
	height:415px;
}

#cuadroempresabloque4fotovertical {
	width:300px;
	height:415px;
	float:left;
	background-image:url(../picts/cuadrofondofotoempresa3.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadroempresabloque4fotocargandovertical {
	width:290px;
	height:415px;
	margin-left:10px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrofotoempresa3vertical {
	width:290px;
	height:415px;
}

.fotoempresa3vertical {
	position:relative;
	margin-top:14px;
	margin-left:15px;
	height:375px;
	width:250px;
}

/* *************************************** PAGINA NOTICIAS ************************************* */

#cuadroprincipalnoticias {
	width:100%;
	display:inline-block;
}

#cuadroseccionicononoticias {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/icononoticias.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}



/* *************************************** PAGINA AVISO LEGAL ************************************* */

#cuadroprincipalaviso {
	width:100%;
	display:inline-block;
}

#cuadroseccioniconoaviso {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/iconoavisolegal.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#BloqueInfoAviso {
	width:100%;
	display: inline-block;
	background-color:#80971a;
}

#BloqueTextoAviso {
	width:100%;
}

.TextoAviso1 {
	width:850px;
	margin-left:65px;
	line-height:160%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	letter-spacing:1px;
	color:#000;
}

.TextoAviso2Sangrado {
	width:850px;
	margin-left:85px;
	line-height:160%;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	letter-spacing:1px;
	color:#000;
}

.StrongSubtitulo {
	font-weight:600;
	color:#313a07;
}


/* *************************************** PAGINA WALLPAPER ************************************* */

#cuadroprincipalwallpaper {
	width:100%;
	display:inline-block;
}

#cuadroseccioniconowallpaper {
	width:74px;
	height:44px;
	float:left;
	background-image:url(../picts/iconowallpapers.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#cuadrosecciontitulowallpaper {
	width:550px;
	height:100%;
	float:left;
}

.textotituloseccion {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#707070;
	padding-left:10px;
	padding-top:14px;
}


#cuadrowallpapersbloque {
	width:100%;
}

#cuadrowallpaperbloque940 {
	width:100%;
	height:270px;
}

#cuadrowallpaperfondo940 {
	width:940px;
	height:270px;
	float:left;
	background-image:url(../picts/cuadrofondofotowallpaper940.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrowallpaperfondo940cargando {
	width:940px;
	height:270px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#fotowallpaper940base {
	width:940px;
	height:270px;
	position:relative;
}

.fotowallpaper940 {
	height:230px;
	width:900px;
	position:relative;
	margin-top:20px;
	margin-left:20px;
}

.textowallpapershd { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
	line-height:140%;
}

#cuadrowallpaperfila {
	width:100%;
	height:320px;
}

#cuadrowallpaperfull {
	width:465px;
	height:320px;
	float:left;
}

#cuadrowallpaperfotomarco {
	width:465px;
	height:270px;
	background-image:url(../picts/cuadrofondofotowallpaper.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrowallpaperfotocargando {
	width:465px;
	height:270px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#fotowallpaperbase {
	width:465px;
	height:270px;
	position:relative;
}

.fotowallpaper {
	position:relative;
	margin-top:20px;
	margin-left:20px;
	width:425px;
	height:230px;
}


#cuadrowallpaperinfo {
	width:465px;
	height:35px;	
}

#cuadrowallpaperinfo2 {
	width:100%;
	height:35px;	
}

#bloquewallpaperinfo {
	width:100%;
	height:15px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	color:#000;
}

#bloquewallpaperlink {
	width:100%;
	height:10px;
	text-align:center;
}

.wallplink {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;	
	color:#707070;
}

.wallplink:hover {
	color:#00407c;
}

#cuadrowallpaperdescripcion {
	width:100%;
	height:80px;
	
}

#cuadrowallpaperdscriptiontext {
	width:920px;
	height:80px;
	float:left;
}


/* ******************************************************************************************** */
/* ******************************************************************************************** */


/* CLASES: PARA LAS SOMBRAS USADAS EN LOS CUADROS */

.SombraEnvolvente {
	position:relative;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.SombraEnvolvente:before, .SombraEnvolvente:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.inferior {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


/* *************************************** PAGINA PROPIEDADES ************************************* */

#cuadroprincipalpropiedades {
	width:100%;
	display:inline-block;
}

#cuadroseccioniconopropiedades {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/iconopropiedades.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#cuadropropiedadesmarcodeco {
	width:300px;
	height:210px;
	float:left;
	background-image:url(../picts/cuadrofondofotopropiedadesdeco.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadropropiedadescuadrodecocargando {
	width:300px;
	height:210px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadrofotopropiedadesdeco {
	width:260px;
	height:170px;
}

.fotopropiedadesdeco {
	position:relative;
	margin-top:15px;
	margin-left:20px;
	width:260px;
	height:170px;
}

#BloqueTituloOfertas {
	width:100%;
	height:40px;
	background-image:url(../picts/titulo_ofertas_propiedades_peniscola.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTituloPromociones {
	width:100%;
	height:40px;
	background-image:url(../picts/titulo_promociones_inmobiliarias_inora_inmobiliaria.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTituloDevelopments {
	width:100%;
	height:40px;
	background-image:url(../picts/label_property_developments_peniscola.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTituloEnConstruccion {
	width:100%;
	height:40px;
	background-image:url(../picts/titulo_en_construccion.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTituloUnderConstruction {
	width:100%;
	height:40px;
	background-image:url(../picts/label_under_construction.png);
	background-position:center;
	background-repeat:no-repeat;
}


#BloqueTituloAlquileres {
	width:100%;
	height:40px;
	background-image:url(../picts/titulo_alquileres_peniscola_inora_inmobiliaria.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTituloPropiedadesBuscadas {
	width:100%;
	height:40px;
	background-image:url(../picts/titulo_propiedades_peniscola.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTituloOfertas_EN {
	width:100%;
	height:40px;
	background-image:url(../picts/label_offers_properties_peniscola.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTitulo_Rentals {
	width:100%;
	height:40px;
	background-image:url(../picts/label_rentals_peniscola.png);
	background-position:center;
	background-repeat:no-repeat;
}

#BloqueTituloPropiedadesBuscadas_EN {
	width:100%;
	height:40px;
	background-image:url(../picts/label_propertieslist_peniscola.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadropropiedadesmarcoficha420 {
	width:300px;
	height:420px;
	float:left;
	background-image:url(../picts/cuadrofondoficha290x420.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadropropiedadesmarcoficha420verde {
	width:300px;
	height:420px;
	float:left;
	background-image:url(../picts/cuadrofondoverdeficha290x420.png);
	background-position:center;
	background-repeat:no-repeat;
}

#cuadropropiedadesmarcoficha420y {
	width:300px;
	height:420px;
	float:left;
	background-image:url(../picts/cuadrofondofichay290x420.png);
	background-position:center;
	background-repeat:no-repeat;
}

#SeccionLocalidadFicha420 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	padding-top:10px;
	padding-right:20px;
	color:#fff;
	font-weight:600;
}

#SeccionLocalidadFicha420y {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	padding-top:10px;
	padding-right:20px;
	color:#000;
	font-weight:600;
}

#SeccionTituloFicha420 {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	overflow:hidden;
	font-size: 29px;
	text-align:center;
}

#SeccionReferenciaFicha420 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
}

#CuadroFotoFicha420Cargando {
	width:242px;
	height:182px;
	margin-left:29px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.FotoMiniFicha420 {
	border:1px solid #acacac;
	width:240px;
	height:180px;
}

#SeccionPrecioFicha420 {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align:center;
	padding-top:5px;
}

.Euro {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 24px;
	text-align:left;
	padding-top:5px;
}

.EuroPromos {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 26px;
	text-align:left;
	padding-top:5px;
}

#SeccionIntroFicha420 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	width:240px;
	font-size: 12px;
	text-align:justify;
	padding-left:29px;
}

#SeccionRoomsFicha420 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-left:29px;
}

#SeccionMetrosFicha420 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:right;
	padding-right:29px;
}

/* *************************************** PAGINA FICHA PROPIEDAD ************************************* */

#CuadroIconoBuscadorFichaPropiedad {
	width:30px;
	height:44px;
	float:right;
	background-image:url(../picts/iconolupabuscador.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#CuadroSeccionTextoBuscadorFichaActivar {
	width:190px;
	height:100%;
	float:right;
}

#CuadroSeccionTextoBuscadorFichaActivar_EN {
	width:150px;
	height:100%;
	padding-right:5px;
	float:right;
}

#CuadroSeccionTextoBuscadorFichaDesActivar {
	width:185px;
	height:100%;
	float:right;
}

#CuadroSeccionTextoBuscadorFichaDesActivar_EN {
	width:150px;
	height:100%;
	padding-right:5px;
	float:right;
}

.TextoBuscadorFicha {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left:10px;
	padding-top:14px;
	text-align:right;
}

.BotonActivarBuscador {
	color:#000;
}

.BotonActivarBuscador:hover {
	color:#707070;
}

/*
#CuadroBotonActivarBuscador {
	display:none;
}*/

#CuadroBotonDesActivarBuscador {
	display:none;
}

.ContenedorSlide {
	width: 100%;
	position: relative;
}

/*
#BloqueTiraImagenes {
	width:900px;
	height:230px;
	margin-left:40px;
	marign-right:40px;
}*/

#CuadroFichaPropiedadesMarcoSlide {
	width:944px;
	height:194px;
	background-image:url(../picts/cuadrofondoslides.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:18px;
	margin-right:18px;
}

#CuadroFichaPropiedadesMarcoSlideCargando {
	width:944px;
	height:194px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#CuadroFichaPropiedadesSlide {
	width:920px;
	margin-left:12px;
	marign-right:12px;
	padding-top:4px;
}

#CuadroFotoFichaMarco {
	width:940px;
	height:715px;
	background-image:url(../picts/cuadrofondofotogrande.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
	margin-right:20px;
}

#CuadroFotoFichaMarcoCargando {
	width:940px;
	height:715px;
	background-image:url(../picts/animcargando.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.FotoFichaGrande {
	width:900px;
	height:675px;
	margin-top:15px;
	margin-left:20px;
}

#CuadroFotoF2, #CuadroFotoF3, #CuadroFotoF4, #CuadroFotoF5, #CuadroFotoF6, #CuadroFotoF7, #CuadroFotoF8, #CuadroFotoF9, #CuadroFotoF10 {
	display:none;
}

#PFichaPoblacion {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align:left;
	padding-left:30px;
	padding-top:4px;
	color:#000;
	float:left;
}

#PFichaTitulo {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align:left;
	padding-left:5px;
	padding-top:4px;
	color:#023164;
	float:left;
}

#PFichaPrecio {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align:right;
	padding-right:30px;
	font-weight:600;
	color:#000;
	float:right
}

#PFichaPrecioAlquiler {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 40px;
	text-align:right;
	padding-right:30px;
	font-weight:400;
	color:#000;
	float:right
}

.EuroFicha {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 34px;
}

#PFichaTextoIntro {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	width:880px;
	font-size: 14px;
	text-align:justify;
	padding-left:32px;
	padding-right:28px;
}

#CuadroTituloSeccionesFicha {
	width:100%;
	height:45px;
	background-image:url(../picts/decolineahorfichpropsecciones.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

.TextoTituloSeccionesFicha {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#707070;
	padding-left:10px;
	padding-top:18px;
}

#PFichaTextoLabel {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	color:#3d5a7a;
	float:left;
}

#PFichaTextoLabelInfo {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	color:#000;
	float:left;
	padding-left:10px;
}

#CuadroTextoCabeceraFicha {
	width:940px;
	height:140px;
	background-image:url(../picts/cuadrofondotextofichacab.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:20px;
	margin-right:20px;
}

#CuadroSeccionTituloFicha {
	width:500px;
	height:100%;
	float:left;
}

#PFichaTextoArea {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	width:860px;
	font-size: 14px;
	text-align:justify;
	color:#000;
	padding-left:60px;
	padding-right:60px;
}

.SliderMiniatura {
	width:213px;
	height:160px;
}


/* *************************************** PAGINA ENLACES  ************************************* */

#CuadroPrincipalEnlaces {
	width:100%;
	display:inline-block;
}

#BloqueLinks {
	width:100%;
}

#cuadroseccioniconoenlaces {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/iconoenlaces.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#BloqueLinksDeco {
	width:280px;
	height:100%;
	float:left;
}

.imgdeco {
	width:231px;
	height:1000px;
}

#BloqueLinksData {
	display: inline-block;
	width:700px;
	height:100%;
	float:left;
}

.InfoSubtituloEnlaces {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:left;
	color:#000;
}

.enlace {
	text-decoration: none;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	letter-spacing:1px;
	color:#0b3a7e;
}

.enlace:hover {
	color:#d90324;
}

.infoenlace {
	white-space: nowrap; 
	text-transform:uppercase;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#000;
}

#bloquelinksmargen10 {
	width:100%;
	height:15px;
}

/* *************************************** PAGINA NOTICIAS ************************************* */

#CuadroPrincipalNoticias {
	width:100%;
	display:inline-block;
}

#CuadroSeccionIconoNoticias {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/icononoticias.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#BloqueCuadroArticulo {
	width:980px;
	height:380px;
	background-image:url(../picts/cuadrofondoarticulonoticia.png);
	background-position: center top;
	background-repeat:no-repeat;
}

#BloqueCuadroNoticia {
	width:900px;
	height:320px;
	margin:40px;
}

#BloqueCuadroNoticiaFoto {
	width:320px;
	height:100%;
	float:left;
}

#BloqueCuadroNoticiaArticulo {
	width:580px;
	height:100%;
	float:left;
}

.FotoNews {
	width:300px;
	height:280px;
	margin-top:25px;
}

#PieFoto {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#037101;
	text-align:center;
	overflow:hidden;
	white-space: nowrap;
	padding-top:5px;
	padding-left:10px;
	width:280px;
}

#TextoArticuloFecha {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:right;
	padding-top:25px;
}

#TextoArticuloTitulo {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:left;
	text-transform: uppercase; 
	padding-top:15px;
	overflow:hidden;
	white-space: nowrap;
	width:580px;
}

#TextoArticuloNoticia {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7e7e7e;
	text-align:justify;
	padding-top:10px;
	width:580px;
	overflow:hidden;
}

#TextoArticuloEnlace {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align:right;
	padding-top:5px;
}

a.EnlaceNoticia {
	color:#1857b1;
	text-decoration:underline;
}

a.EnlaceNoticia:hover {
	color:#000;
	text-decoration:none;
}

/* *************************************** PAGINA PROMOCIONES ************************************* */

#CuadroPrincipalPromociones {
	width:100%;
	display:inline-block;
}

#CuadroSeccionIconoPromociones {
	width:30px;
	height:44px;
	float:left;
	background-image:url(../picts/iconopromocionesinmobiliarias.png);
	background-position: center bottom;
	background-repeat:no-repeat;
}

.H1Promocion {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	padding-right:40px;
	//padding-top:6px;
	font-size: 44px;
	font-weight:400;
	text-align:right;
}

.H2Promocion {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	padding-top:6px;
	font-size: 34px;
	font-weight:400;
	text-align:left;
	color:#444;
}

.H2Subtitulos {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight:400;
	line-height:80px;
	text-align:left;
	padding-left:30px;
	color:#e5effb;
	letter-spacing:1px;
}

#CuadroFoto560 {
	width:900px;
	margin-left:40px;
}

#CuadroPromocion1 {
	width:280px;
	height:170px;
	margin-left:40px;
	float:left;
}

#CuadroPromocion2 {
	width:280px;
	height:170px;
	margin-left:30px;
	float:left;
}

#CuadroPromocion3 {
	width:450px;
	height:290px;
	margin-left:40px;
	float:left;
}

#CuadroPromocion4 {
	width:450px;
	height:290px;
	margin-left:30px;
	float:left;
}

#CuadroPromocion5 {
	width:900px;
	margin-left:40px;
}

#CuadroPromocion6 {
	width:450px;
	margin-left:40px;
	float:left;
}

#CuadroPromocion7 {
	width:450px;
	margin-left:30px;
	float:left;
}

#CuadroPromocion8 {
	width:400px;
	height:270px;
	margin-left:40px;
	float:left;
}

#CuadroPromocion9 {
	width:450px;
	height:270px;
	margin-left:30px;
	float:left;
}



.textopromocion1 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0.5px;
	line-height:150%;
	text-align:justify;
	width:900px;
	padding-left:40px;
	padding-right:40px;
}

.textopromocion2 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0.5px;
	line-height:150%;
	text-align:justify;
	width:410px;
	padding-top:10px;
}

.textopromocion3 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0.5px;
	line-height:150%;
	text-align:justify;
	width:410px;
}

.textopromocion4 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0.5px;
	line-height:150%;
	text-align:left;
	padding-left:10px;
	float:left;
}

.textopromocion5 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing:0.5px;
	line-height:150%;
	text-align:left;
	padding-left:20px;
	padding-top:2px;
	float:left;
	width:340px;
}

.textopromocion6 { 
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:0.5px;
	line-height:150%;
	text-align:left;
	padding-left:30px;
	padding-top:6px;
	float:left;
	width:350px;
}

.textopromocion7 {
	font-family: "Perpetua", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight:400;
	line-height:80px;
	text-align:center;
	letter-spacing:1px;
}

#LeyendaBoxA {
	width:20px;
	height:20px;
	float:left;
	margin-left:60px;
	background-color:#ffd9ff;
}

#LeyendaBoxB {
	width:20px;
	height:20px;
	float:left;
	margin-left:60px;
	background-color:#d9ecff;
}

#LeyendaBoxC {
	width:20px;
	height:20px;
	float:left;
	margin-left:60px;
	background-color:#ffecd9;
}

#LeyendaBoxD {
	width:20px;
	height:20px;
	float:left;
	margin-left:60px;
	background-color:#ecffd9;
}