@charset "utf-8";
/* CSS Document */
a#reload-captcha:hover{cursor:pointer !important;}

label {
    cursor: pointer;
}
#formCONTACTO label {
    margin-top: 10px !important;
    float: left;
	color: #526115 !important;
	font-weight:400;
}
#BTNENVIAR:hover, #BTNENVIAR:active {
    border: 1px solid #1b3942;
    background: #1b3942;
    color: #FFF;
}
#BTNENVIAR {
	font-family:'Roboto', sans-serif;
    font-size: 16px;
    line-height: 38px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    border-radius: 20px;
	
	text-transform: uppercase;
	height: 52px;
    line-height: 52px;
    padding: 0 40px;
	color: #576020;
    border:1px solid #cbd07d;
}
button {
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.alert-message.error {
    /*background-color: #fceeee;*/
    background-color: #FFF;
    color: #d25c5a;
	border: 2px dotted #d25c5a !important;
}
.alert-message.success {
	background-color: #FFF;
	color: #669900;
	border: 2px dotted #669900 !important;
	border-radius:20px !important;
}

.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: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-top: 15px;
}
#formCONTACTO input.formERRORcaptcha_code {
    width: 178px !important;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #d25c5a;
    font-weight: bold;
	padding: 10px 15px;
	border-radius: 20px;
    margin: 5px 0 0 0;
    background-color: #FFF !important;
    border: 2px dotted #d25c5a !important;
}
#formCONTACTO input.formNORMALcaptcha_code {
    width: 178px !important;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: bold;
	padding: 10px 15px;
	border-radius: 20px;
	margin: 5px 0 0 0;
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
}
#formCONTACTO input.formNORMAL {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
    padding: 10px 15px;
    border-radius: 20px;
    margin: 0;
	margin-bottom:15px;
    width: 95% !important;
    max-width: 100%;
}
#formCONTACTO input.formERROR {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    padding: 10px 15px;
    border-radius: 20px;
    margin: 0;
	margin-bottom:15px;
    width: 95% !important;
    max-width: 100%;
    background-color: #FFF !important;
    border: 2px dotted #d25c5a !important;
}

#formCONTACTO textarea.formNORMAL {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    background-color: #F7F7F7;
    border: 2px solid #F7F7F7;
    padding: 10px 15px;
    border-radius: 20px;
    margin: 0;
    width: 95% !important;
    max-width: 100%;
}
#formCONTACTO textarea.formERROR {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 20px;
    margin: 0;
    width: 95% !important;
    max-width: 100%;
    background-color: #FFF !important;
    border: 2px dotted #d25c5a !important;
}


		#formCONTACTO input.formNORMAL:focus-visible, #formCONTACTO textarea.formNORMAL:focus-visible, #formCONTACTO input.formNORMALcaptcha_code:focus-visible {
			/*outline: 2px dashed #EFDC41 !important;*/
		}

.LINKpoliticaPRIV{color:#526115 !important;}		
		
		