@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;}

/* ------------------------------------------------------------------------------------------------- */
.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;
}

.contenedor{
	/*width: 100%;*/
	border: 1px solid #1D1D1B;
	border-radius:10px;
	margin:auto;
}

.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;
}

.inputprecio2{
    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:75px;
	width:250px;
	vertical-align:middle;
}

.botCalculus:hover{
	background: #E3E3E3;
}

.fila{
	width: 60%;
	margin: auto;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}

.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{
	font-weight: bold;
	padding-right: 12px;
	font-size: 18px;
	color:#336699;
	text-align: right;
	text-transform:uppercase;
}

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

.divdocu{
	height:1px !important; width:1px !important;
}
/*************************************************************************************************************/
@media screen and (max-width: 690px) {
    .fila{
        /*width: 100%;*/
		width: 70%;
        margin: auto;
    }
	h1{
		font-size: 22px;
	}
	#tituinput{
		font-size: 18px;
	}
	.botCalculus{
		height: 50px;
		width: 166px;
		vertical-align: middle;
	}
	.inputprecio{
		font-size: 16px;
	}
	.inputprecio2{
		font-size: 16px;
	}
	.meses{
		font-size: 16px;
	}
	span.euros::after { 
		font-size: 14px;
	}
}

/*************************************************************************************************************/
@media screen and (max-width: 480px) {

    .fila{
        /*width: 85%;*/
        width: 90%;
        margin: auto;
    }
	
	h1{
		width: 95%;
		font-size:15px;
		text-align: center;
		color:#999999;
	}
	
	img{
		width:60px;
	}
	
	.botCalculus{
		height:40px;
		/*width:130px;*/
		width:115px;
		vertical-align:middle;
	}
	
	#tituinput {
		display: none;
	}
	
	.inputprecio {
		width: 60px;
		text-align: left;
		padding: 6px;
		border: 2px solid #1D1D1B;
		border-radius: 5px;
		margin: 10px;
		font-weight: bold;
		font-size: 15px;
		float: right;
	}
	
	.inputprecio2 {
		width: 100px;
		text-align: center;
		padding: 6px;
		border: 2px solid #1D1D1B;
		border-radius: 5px;
		margin: 10px;
		font-weight: bold;
		font-size: 15px;
		float: right;
	}
	
	#renta{
		/*width:60px;*/
		/*text-align: left;*/
	}
	
	span.euros::after { 
		content: " \20ac";
		color:white;
		background-color: #999999;
		padding: 7px;
		border: 1px solid #1D1D1B;
		border-radius: 5px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		float: right;
	}
	
	.meses {
		font-weight: bold;
		/*padding-right: 25px;*/
		text-align: center;
		/*font-size: 16px;*/
		font-size: 14px;
		color: #336699;
		text-align: right;
		text-transform: uppercase;
	}
	
}
