body{
	font-family: Raleway !important;
}
.verde{
	color:#c1d038 !important;
}

label.error{
	color:#FF0000 !important;
}

input.error { 
    border-color: #FF0000 !important;

}

.aclaraAster{
	font-size: 18px;
}
.btnForm{
  background-color: #c1d038 !important;
  border:none !important;
  font-weight: bold !important;
}

.btnForm:hover{
	background-color: #b7c536 !important;
}

#codDesc{
	font-weight: bold;
	color: #b7c536 !important;
	cursor: pointer;
}

#cont_subhead{
width:60%;
font-family:Raleway; 
color:#FFF; 
font-size:22px; 
margin-top:15px; 
margin-bottom:15px;
}

#cont_contacto{
	text-align:right; 
	color:#c1d038; 
	line-height:40px;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 20px;
}

#cont_bar{ 
	margin-bottom:30px; 
	margin-top: 30px;
	background-color: #c1d038; 
	padding:5px;
}

#cont_tit_bar{
	font-family:Raleway; 
	color:#FFF; 
	font-size:22px;
}

#cont-gen-form{
	color:#000;
}


#cont_icon_sub_form{
	-moz-transition: all 123ms linear;
    -webkit-transition: all 123ms linear;
    transition: all 123ms linear;
}

#cont_icon_sub_form.down{
	-moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}



#cont_form{
	width:60%;
	font-family:Raleway;  
	font-size:22px; 
	margin-top:15px; 
	margin-bottom:5px;
}

.tit_ficha_part{
	font-size: 23px;
    color: #666;
}

.tit_sec{
	margin-top:15px;
	margin-bottom:5px;
	text-align: left;
	font-size: 21px;
    color: #666;
}

.card-block{
	padding: .75rem 1.25rem;
}

.baja{
	margin-top:50px;
}

.cont_campo{
	box-sizing:border-box;
	padding-left: 10px;
	font-size:15px;
	font-family: Helvetica; 
	margin-top: 25px;
	color:#666;	
}


input[type=text]{
	width:95%;
	margin-top: 10px;
	height:28px;
	border-radius: 4px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px; 
	background-color: transparent; 
	box-sizing: border-box;
	padding-left: 6px;
}

input:focus{
	outline: none !important;
	border:2px solid #c1d038 !important;
}


input[type=email]{
	width:95%;
	margin-top: 10px;
	height:28px;
	border-radius: 4px;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px; 
	background-color: transparent; 
	box-sizing: border-box;
	padding-left: 6px;
}

select{
	margin-top: 10px;
	height:30px;
	border-radius: 4px;
	border-color: #aaa!important;
	border-style: solid;
	border-width: 1px; 
	background-color: transparent;  
}

select:focus{
	outline: none !important;
	border:2px solid #c1d038 !important;
}

textarea{
	width: 95%;
	height: 80px;
	margin-top: 10px;
	resize: none;
	border-radius: 4px;
	border-color: #aaa!important;
	border-style: solid;
	border-width: 1px; 
	background-color: transparent; 
	box-sizing: border-box;
	padding-left: 5px;
	padding-top: 5px;
}

textarea:focus{
	outline: none !important;
	border:2px solid #c1d038 !important;
}

input[type=radio]{
	margin-top: 15px;
	margin-right: 5px;
}

input[type=radio]:after{
		width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #c1d038;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

#btnEnviar{
	width: 100px;
    padding: 10px;
    background-color: #c1d038;
    border-radius: 4px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    font-family: Raleway;
    margin-bottom: 30px;
    margin-top:10px;		
}

#btnVolver{
    padding: 10px;
    background-color: #c1d038;
    border-radius: 4px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    font-family: Raleway;
    margin-bottom: 30px;
    margin-top:10px;	
}

.breadcum{
	font-family: Raleway;
    color: #FFF !important;
    font-size: 19px;
}


.ko{
	color: #FF0000 !important;
}

.hide{
	display: none;
}

#cont_gen_turnos_pers{
	display:none;
}