@charset "utf-8";
/* CSS Document */
a#reload-captcha:hover{cursor:pointer !important;}

label {
    cursor: pointer;
}
#formINSCRIPCION label {
    margin-top: 10px !important;
    float: left;
}
#BTNENVIAR:hover, #BTNENVIAR:active {
    border: 2px solid #B5272E;
    background: #B5272E;
    color: #FFF;
}
#BTNENVIAR {
	font-family:'Poppins', sans-serif;
    font-size: 16px;
    line-height: 38px;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    background: #36773D;
    border: 2px solid #36773D;
    color: #FFF;
    display: inline-block;
    border-radius: 4px;
}
button {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.alert-message.error {
    background-color: #fceeee;
    color: #d25c5a;
}
.alert-message.success {
	background-color: #EEF4E3;
	color: #669900;
}

.alert-message {
    position: relative;
	float:left;
	width:97%;
    display: block;
    text-align: center;
    background-color: #fceeee;
    border-radius: 2px;
    font-weight: 500;
    text-transform: none;
    padding: 12px 40px 12px 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-top: 15px;
}
#formINSCRIPCION input.formERRORcaptcha_code {
    width: 178px !important;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #d25c5a;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0 0 0;
    background-color: #fceeee;
    border: 2px solid #fceeee;
}
#formINSCRIPCION input.formNORMALcaptcha_code {
    width: 178px !important;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	margin: 5px 0 0 0;
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
}
#formINSCRIPCION input.formNORMAL {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    width: 95% !important;
    max-width: 100%;
}
#formINSCRIPCION input.formERROR {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    width: 95% !important;
    max-width: 100%;
    background-color: #fceeee;
    border: 2px solid #fceeee;
}

#formINSCRIPCION textarea.formNORMAL {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    width: 95% !important;
    max-width: 100%;
}
#formINSCRIPCION textarea.formERROR {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 15px;
    border-radius: 5px;
    margin: 0;
    width: 95% !important;
    max-width: 100%;
    background-color: #fceeee;
    border: 2px solid #fceeee;
}


		#formINSCRIPCION input.formNORMAL:focus-visible, #formINSCRIPCION textarea.formNORMAL:focus-visible, #formINSCRIPCION input.formNORMALcaptcha_code:focus-visible {
		outline: 2px dashed #EFDC41 !important;
		}
		
		
		