@charset "utf-8";

form#form-donload-app{
	
}

#contenedorCaptcha{
	background-color: rgba(209,209,209,0.10);
	padding: 15px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
#contenedorCaptcha2{
	padding: 0px;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	
}

#captchaReloadDowload{
	font-size:24px;
	cursor:pointer;
	transition: all 0.5s ease;
}

/*
#captchaReloadDowload:hover{
	color:rgba(211,13,17,1.00);
}
*/

#err-captcha-download{
	padding-top:10px;
	color:#8788BB;	
}

#inputCaptchaDownload, #inputCaptchaRegistro, #inputCaptchaContactenos{
	margin: 15px;
	text-align: center;
	font-size: 22px;
	width: 100px;
	border: 1px solid rgba(229,229,229,1.00);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
}

#msgProcesandoDownload, #msgProcesandoRegistro, #msgProcesandoContactenos{
	color: red !important;
	font-weight: bold;
	display: none;
	margin: 15px;
	background-color: rgba(255,233,234,1.00);
	border: 1px dotted rgba(160,0,2,1.00);
	border-radius: 8px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#botonDownloadApp, #botonRegistroApp, #btnEnviarContactenos{
	font-size: 18px;
	transition: all 0.5s ease;
	color: rgba(255,255,255,1.00);
	background-color: rgba(89,147,225,1.00);
}

#botonDownloadApp:hover, #botonRegistroApp:hover, #btnEnviarContactenos:hover{
	background-color: rgba(35,79,167,1.00);
	color: rgba(255,255,255,1.00);
}


#captcha-descargarTitulo{
	color: #E86062;
	text-align: center;
	font-size: 24px;
	margin-bottom:25px;
}
#captchaCaptchaYReloadContainer{
	width:150px;
	margin-left:auto;
	margin-right:auto;
}

#captchaCaptcha{
	width:100px;
	height:50px;
    float:left; /* add this */
    border: 1px solid rgba(236,236,236,1.00);;	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;	
	vertical-align:middle;
	line-height: 45px;
	overflow:hidden;
}

#captchaCaptchaReload{
	text-align: center;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	border-left: 0 none rgba(236,236,236,1.00);
	border-right: 1px solid rgba(236,236,236,1.00);
	border-bottom: 1px solid rgba(236,236,236,1.00);
	border-top: 1px solid rgba(236,236,236,1.00);
	overflow: hidden; /* if you don't want #second to wrap below #first */
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	transition: all 0.5s ease;
	vertical-align: middle;
	line-height: 50px;
	background-color: rgba(221,221,221,1.00);
}
#captchaCaptchaReload:hover{
	background-color: rgba(137,185,231,1.00);
	color:rgba(255,255,255,0.80);
	cursor: pointer;
}