@font-face {
	font-family: MyriadPro;
	src: url("../../includes/font/MyriadPro-Regular.eot"); /* IE9 Compat Modes */
	src: url("../../includes/font/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		 url("../../includes/font/MyriadPro-Regular.woff") format("woff"), /* Modern Browsers */
		 url("../../includes/font/MyriadPro-Regular.ttf")  format("truetype") /* Safari, Android, iOS */
}

/*
*{font-family: MyriadPro;}
*/
*{font-family: 'Open Sans', sans-serif;}

/* ------------------------------------------------------------------------------------------------- */
.icono{
	position: absolute;
	color: #ccc;
    right: 11px;
	padding-top:11px;
    transition: color 0.25s ease-out;
}

.contenedorcajatexto{
	position: relative;
	color: #ccc;
    transition: color 0.25s ease-out;
	vertical-align:middle;
}

span.euros::after { 
	content: " \20ac";
	color:white;
	background-color: #999999;
    padding: 11px;
    border: 1px solid #1D1D1B;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    float: right;
}

/* ------------------------------------------------------------------------------------------------- */

h1{
	width: 100%;
	text-align: center;
	color: #999999;
	font-size:21px;
}

.contenedor{
	/*width: 100%;*/
	margin:auto;
	
	/*new*/
	/*border: 1px solid #1D1D1B;*/
	/*border-radius:10px;*/
	
	/*new*/
	border-radius: 15px;
    margin: auto;
    /*box-shadow: 1px 1px 20px 3px #acb4bf;*/
	/*background-image:url("../fotos/fondo_degradado.png");
	background-repeat:no-repeat;*/
	border: 1px solid #BBCDD5;
	padding: 25px;
    background-color: rgb(255,255,255,0.6);
}


.btn-basica {
	font-family: 'Montserrat', sans-serif;
	background-color: transparent;
}
.btn-basica {
    padding: 1px 1px;
	text-align: center;
	text-transform: uppercase;
	color: #011c4c;            
	border-radius: 10px;
	border:2px solid #011c4c;
    /*display: block;*/
}
/*new boton presupuesto*/
.btn-plus {
	/*background-image: linear-gradient(to right, #a12389 0%, #ea2a84  51%, #ea2a84  100%);*/
	/*background: #cac0b6 url('../viviendaAlquiler/new_icono_calculadora.svg') no-repeat top left;*/
	background: #011d4c;
	font-family: 'Montserrat', sans-serif;
}
.btn-plus {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;            
    /*box-shadow: 0 0 20px #eee;*/
	border-radius: 30px;
	border:1px;
    /*display: block;*/
	cursor: pointer;
	margin-top:5px;
}
/*
.btn-plus:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
*/

/*new boton presupuesto*/
.btn-ptto {
	font-family: 'Montserrat', sans-serif;
	/************background: #ffffff url('../viviendaAlquiler/new_icono_correo_rastreator.svg') no-repeat top left;************/
	background: #ffffff;
}
.btn-ptto {
    padding: 6px 15px;
	/**********padding-right: 5px;*********/
	text-align: center;
	text-transform: uppercase;
	color: #a9b1bc;            
    box-shadow: 0 0 20px #eee;
	border-radius: 20px;
	border:1px solid #a9b1bc;
    /*display: block;*/
	cursor: pointer;
	margin-top: 5px;
}

.btn-coberturas-esencial{
	font-family: 'Montserrat', sans-serif;
	background: transparent;
	padding: 7px 15px;
	text-align: center;
	text-transform: uppercase;
	color: #0098C3;            
	border: none;
	cursor: pointer;
	margin-top: 5px;
}
.btn-coberturas-plus{
	font-family: 'Montserrat', sans-serif;
	background: transparent;
	padding: 7px 15px;
	text-align: center;
	text-transform: uppercase;
	color: #011d4c;            
	border: none;
	cursor: pointer;
	margin-top: 5px;
}

.btn-calculo:before {
	content:"H";
}	
.btn-calculo {
	/*background: #0098C3 url('../viviendaAlquiler/new_icono_calculadora.svg') no-repeat top left;*/
	background: #0098C3;
	font-family: 'Montserrat', sans-serif;
}
.btn-calculo {
	padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center;
	text-transform: uppercase;
	color: white;            
    box-shadow: 0 0 20px #eee;
	border-radius: 30px;
	border:1px;
    /*display: block;*/
	cursor: pointer;
	margin-top:5px;
}

/*new boton presupuesto*/
.btn-renta {
	background-color: #acb4bf;
	font-family: 'Montserrat', sans-serif;
}
.btn-renta {
    padding: 3px 0px;
	text-align: center;
	text-transform: uppercase;
	color: white;            
    box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	border:1px;
    /*display: block;*/
	background: #acb4bf url('../viviendaAlquiler/new_icono_euro.svg') no-repeat top right;
}

.btn-renta-new{
	outline: 0;
	border-width: 0 0 2px;
	border-color: #acb4bf;
	text-align: center;
	background-color: transparent;
	color: #011d4c;
	font-family: 'Montserrat', sans-serif;
}

.calcula{
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #999;
    margin-top: 60px;
}

.botones{
	width:auto;
	height:auto;
}

#elemForm{
    margin: auto;
    text-align: center;
}

.camporenta{
    width: 300px;
    margin: auto;
    overflow: hidden;
}

#tituinput{
    font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	vertical-align:middle;
	color:#999999;
	font-size: 26px;
}

.inputprecio{
    width: 120px;
    padding: 10px;
    border: 2px solid #1D1D1B;
    border-radius: 5px;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    float: right;
}

input[disabled]{
	color:#B50F1F;
}

.botCalculus{
	height:60px;
	width:198px;
	vertical-align:middle;
}

.botCalculus:hover{
	background: #E3E3E3;
}

.precio{
	float: left;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 15px;
	font-size: 22px;
	color:#B50F1F;
	width: 40%;
	text-align: center;
	text-transform:uppercase;
}

.meses{
	float: left;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 16px;
	color:#336699;
	width: 40%;
	text-align: center;
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

.divdocu{
	height:1px !important; width:1px !important;
}


.presupuesto{
	margin-top: 15px;
	width: 100%;
	border-spacing: 10px;
	border-collapse: separate;
}

.presupuesto th{
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 1px;
    font-size: 20px;
	/*color:#999999;*/
	/*new*/
	color:#acb4bf;
	background: transparent;
}

.presupuesto td.res{
	text-align: center;
	font-weight: bold;
	padding: 1px;
	color:#B50F1F;
	margin: 8px;
    border-radius: 5px;
    font-size: 20px;
}

#griscaja-esencial{
	/*background-color:#C6C6C6;
	display:block;
	border:0px;*/
	
	/*new*/
	/*background-color: #f8f9fd;*/
    display: block;
    /*border: 1px solid #979daf;*/
	
	border-left: none;
    border-right: none;
    border-top: 2px solid #0098C3;
    border-bottom: 2px solid #0098C3;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	padding-top:3px;
	padding-bottom:3px;
}

#griscaja-plus{
	/*background-color:#C6C6C6;
	display:block;
	border:0px;*/
	
	/*new*/
	/*background-color: #f8f9fd;*/
    display: block;
    /*border: 1px solid #979daf;*/
	
	border-left: none;
    border-right: none;
    border-top: 2px solid #011d4c;
    border-bottom: 2px solid #011d4c;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	padding-top:3px;
	padding-bottom:3px;
}

#griscaja-esencial.cotizacion {
	font-size: 14px;
}
#griscaja-plus.cotizacion {
	font-size: 14px;
}

	/*new*/
.titulomeses{
	/*border: 1px solid #011c4c;*/
    /*border-radius: 25px;*/
    padding: 0px 15px;
	font-family: 'Montserrat', sans-serif;
	/*background: #fff;*/
	font-size: 14px;
}
.titulo{
	color:#011d4c;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.presupuesto td.res span{
	font-size: 20px;
	border: 1px solid #1D1D1B;
    /*border-radius: 5px;*/
}

.presupuesto .logo{
	/*background-color: #FFF;*/
	text-align: center;
	font-weight: bold;
	padding: 1px;
	color:#CCC;
	background: transparent;
	/*para que sea el minimo el ancho de los logos*/
	width:10%;
}

.presupuesto .logo img{
	max-height: 50px;
	max-width: 100px;
	text-align: center;
	background: transparent;
}

#etiqueta{
	text-transform: uppercase;
	/*new*/
	/*color:#999999;*/
	color:#ccd2db;
	padding-top:15px;
	padding-bottom:8px;
	font-size:10px;
}

.rentamensual{
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 730px) {
	.precio{
		/*display:none;*/
		font-size: 18px;
	}

	h1{
		font-size:22px;
		text-align: center;
	}

	th{
		font-size:13px !important;
	}

	.fila{
		height: 50%;
		margin: auto;
		overflow: hidden;
	}

	.inputprecio{
		width: 120px;
		padding: 10px;
		border: 2px solid #1D1D1B;
		border-radius: 5px;
		margin: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 17px;
		float: right;
	}

	.icono{
		position: absolute;
		color: #ccc;
		right: 11px;
		padding-top:11px;
		transition: color 0.25s ease-out;
	}

	.contenedorcajatexto{
		position: relative;
		color: #ccc;
		/*width:150px;*/
		transition: color 0.25s ease-out;
		vertical-align:middle;
	}

	span.euros::after { 
		content: " \20ac";
		color:white;
		background-color: #999999;
		padding: 8px;
		border: 1px solid #1D1D1B;
		border-radius: 5px;
		text-align: right;
		font-weight: bold;
		font-size: 20px;
		float: right;
	}

	.botCalculus{
		height:50px;
		width:166px;
		vertical-align:middle;
	}

	.botCalculus:hover{
		background: #E3E3E3;
	}

	.botonCoberturas, .botonContratar{
		display: block;
		width: 40%;
		margin: 5px;
		padding: 2px;
		background: #999;
		color:#FFF;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border-radius: 25px;
		float: right;
	}

	.botonCalcula{
		display: block;
		width: 50%;
		margin: 2px auto;
		padding: 10px;
		background: #005EB7;
		color:#FFF;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border-radius: 25px;
	}

	#provincia{
		display: none;
		text-transform:uppercase;
	}

	#labelmetros{
		display: none;
	}
	
	#tituContinente{
		width: 18%;
		color:#575756;
	}
	
	#etiqueta{
		text-transform: uppercase;
		/*color:#999999;*/
		color:#ccd2db;
		font-size:10px;
	}
	#griscaja-esencial {
		font-size: 15px;
	}
	#griscaja-plus {
		font-size: 15px;
	}
	
	#griscaja-esencial.cotizacion {
		font-size: 14px;
	}
	#griscaja-plus.cotizacion {
		font-size: 14px;
	}
	
	.presupuesto .logo img{
		max-height: 50px;
		max-width: 85px;
		text-align: center;
		background: transparent;
	}
	.btn-plus{
		font-size: 15px;
	}
	.btn-calculo{
		font-size: 15px;
	}
	.btn-renta-new{
		font-size: 14px;
	}
	.rentamensual{
		font-size: 14px;
	}
	.btn-ptto{
		font-size: 14px;
	}
	.btn-coberturas-esencial{
		font-size: 14px;
	}
	.btn-coberturas-plus{
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.precio{
		display:none;
	}

	h1{
		font-size:15px;
		text-align: center;
	}

	th{
		font-size:12px !important;
	}

	.inputprecio{
		/*width: 120px;*/
		width: 100px;
		/*padding: 10px;*/
		padding: 7px;
		border: 2px solid #1D1D1B;
		border-radius: 5px;
		margin: 10px;
		text-align: center;
		font-weight: bold;
		/*font-size: 20px;*/
		font-size: 18px;
		float: right;
	}

	#griscaja-esencial {
		font-size: 13px;
	}
	#griscaja-plus {
		font-size: 13px;
	}
	
	#griscaja-esencial.cotizacion {
		font-size: 9px;
	}
	#griscaja-plus.cotizacion {
		font-size: 9px;
	}
	
	.icono{
		position: absolute;
		color: #ccc;
		right: 11px;
		padding-top:11px;
		transition: color 0.25s ease-out;
	}

	.contenedorcajatexto{
		position: relative;
		color: #ccc;
		/*quitado para que entre en movil todo*/
		/*********width:150px;********/
		transition: color 0.25s ease-out;
		vertical-align:middle;
	}

	span.euros::after { 
		content: " \20ac";
		color:white;
		background-color: #999999;
		/*padding: 10px;*/
		padding: 7px;
		border: 1px solid #1D1D1B;
		border-radius: 5px;
		text-align: right;
		font-weight: bold;
		/*font-size: 20px;*/
		font-size: 18px;
		float: right;
	}

	.botCalculus{
		/*height:50px;
		width:166px;*/
		height:45px;
		width:120px;
		vertical-align:middle;
		padding-right: 10px;
	}

	.botCalculus:hover{
		background: #E3E3E3;
	}

	.botonCoberturas, .botonContratar{
		display: block;
		width: 40%;
		margin: 5px;
		padding: 2px;
		background: #999;
		color:#FFF;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border-radius: 25px;
		float: right;
	}

	.botonCalcula{
		display: block;
		width: 50%;
		margin: 2px auto;
		padding: 10px;
		background: #005EB7;
		color:#FFF;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border-radius: 25px;
	}

	#provincia{
		display: none;
		text-transform:uppercase;
	}

	#labelmetros{
		display: none;
	}

	#tituContinente{
		width: 18%;
		color:#575756;
	}

	#etiqueta{
		text-transform: uppercase;
		/*color:#999999;*/
		color:#ccd2db;
		font-size:8px;
	}
	
	.presupuesto .logo img{
		max-height: 45px;
		max-width: 70px;
		text-align: center;
		background: transparent;
	}
	
	.btn-calculo{
		font-size: 13px;
		padding: 9px 14px;
		margin-left: 0px;
	}
	.btn-plus{
		font-size: 13px;
		padding: 9px 14px;
		margin-left: 0px;
	}
	.btn-renta{
		font-size: 10px;
	}
	.rentamensual{
		font-size: 13px;
	}
	.btn-ptto{
		font-size: 12px;
		padding: 10px 15px;
	}
	.btn-coberturas-esencial{
		font-size: 12px;
		padding: 10px 15px;
	}
	.btn-coberturas-plus{
		font-size: 12px;
		padding: 10px 15px;
	}
}

@media screen and (min-width: 200px) and (max-width: 420px) {
	.contenedor{
		padding: 8px;
	}
	
	.titulomeses{
		font-size: 13px;
		padding: 0px;
	}
	
	.titulo{
		font-size: 16px;
	}
	
	.precio{
		display:none;
	}

	h1{
		font-size:15px;
		text-align: center;
	}

	th{
		font-size:12px !important;
	}

	.inputprecio{
		/*width: 120px;*/
		width: 100px;
		/*padding: 10px;*/
		padding: 7px;
		border: 2px solid #1D1D1B;
		border-radius: 5px;
		margin: 10px;
		text-align: center;
		font-weight: bold;
		/*font-size: 20px;*/
		font-size: 18px;
		float: right;
	}

	#griscaja-esencial {
		/*15 no, por los asteriscos*/
		font-size: 13px;
	}
	#griscaja-plus {
		/*15 no, por los asteriscos*/
		font-size: 13px;
	}
	
	#griscaja-esencial.cotizacion {
		font-size: 9px;
	}
	#griscaja-plus.cotizacion {
		font-size: 9px;
	}
	
	.icono{
		position: absolute;
		color: #ccc;
		right: 11px;
		padding-top:11px;
		transition: color 0.25s ease-out;
	}

	.contenedorcajatexto{
		position: relative;
		color: #ccc;
		/*sin ancho, para que entre en movil*/
		/*****width:150px;*****/
		transition: color 0.25s ease-out;
		vertical-align:middle;
	}

	span.euros::after { 
		content: " \20ac";
		color:white;
		background-color: #999999;
		/*padding: 10px;*/
		padding: 7px;
		border: 1px solid #1D1D1B;
		border-radius: 5px;
		text-align: right;
		font-weight: bold;
		/*font-size: 20px;*/
		font-size: 18px;
		float: right;
	}

	.botCalculus{
		/*height:50px;
		width:166px;*/
		height:45px;
		width:120px;
		vertical-align:middle;
		padding-right: 10px;
	}

	.botCalculus:hover{
		background: #E3E3E3;
	}

	.botonCoberturas, .botonContratar{
		display: block;
		width: 40%;
		margin: 5px;
		padding: 2px;
		background: #999;
		color:#FFF;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border-radius: 25px;
		float: right;
	}

	.botonCalcula{
		display: block;
		width: 50%;
		margin: 2px auto;
		padding: 10px;
		background: #005EB7;
		color:#FFF;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border-radius: 25px;
	}

	#provincia{
		display: none;
		text-transform:uppercase;
	}

	#labelmetros{
		display: none;
	}

	#tituContinente{
		width: 18%;
		color:#575756;
	}

	#etiqueta{
		text-transform: uppercase;
		/*color:#999999;*/
		color:#ccd2db;
		font-size:8px;
	}
	
	.presupuesto .logo img{
		max-height: 35px;
		max-width: 50px;
		text-align: center;
		background: transparent;
	}
	
	.btn-ptto{
		font-size: 12px;
		padding: 9px 14px;
	}
	.btn-calculo{
		font-size: 13px;
		padding: 9px 14px;
		margin-left: 0px;
	}
	.btn-plus{
		font-size: 13px;
		padding: 9px 14px;
		margin-left: 0px;
	}
	.btn-renta{
		font-size: 11px;
		padding: 9px 14px;
		margin-left: 0px;
	}
	.rentamensual{
		font-size: 12px;
	}
	
	.logoTituloSVG{
		width:30px !important;
	}
}