/*::ini::CL & ID CPTCH */
#captcha {
    padding: 0;
}
.captcha-confirm {
    display: none;
    margin: 15px 0 0 0;
}
#captcha span {
    display: none;
    visibility: hidden;
}
#captcha .cItem {
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    float: left;
    width: 35px;
    height: 35px;
    margin: 3px 3px 3px 0;
    padding: 1px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: 1px solid #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
}
.formCapchaMap {
	float: left;
	position: relative;
	width: 100%;
}
.fmGrpMap {
	float: left;
	position: relative;
	width: 100%;
}
.cntrCptchMap{
	display: inline-flex;
}
/*::end::CL & ID CPTCH */

/*::ini::CL & ID CPTCH extract mobile*/
ul#seleccionable {
    margin: 15px 0;
    padding: 0;
    display: inline;
    overflow: hidden;
}

div#opcion {
    padding: 0 5px;
    width: 50px;
    display: inline;
    font-size: 24px;
    color: white;
    opacity: .2;
    border: 1px dotted white;
}

li.seleccionables {
    float: left;
    width: 50px;
    list-style: none;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: white;
}
.positionMap{
	float: left;
	position: relative;
	text-align: center;
}

.positionMap2{
	float: left;
	position: relative;
	text-align: center;
/*	background: #032034; */
	top: 0px;
}

.textCapt{
	display: inline-block;
	font-weight: normal;
}
/*::end::CL & ID CPTCH extract mobile*/
.messageFail{
    float: right;
    position: relative;
    color: #a94442;
}
.messageOk{
    float: right;
    position: relative;
    color: #00A900;
}