@charset "utf-8";
/* CSS Document */


.form-consulta {
    margin-left: 0;
    margin-top: 17px;
	width: 90%;
}

.codigo-imp {
	font-weight: normal;
	font-size:14px;
	color: #971124;
}

.codigo-imp strong {
	font-weight: bold;
}


.form-ficha-consulta {
	margin-top:15px;
}

 .form-ficha-consulta-input {
    background-color: #e8e6e6;
    border: 1px solid;
    border-radius: 0;
    color: #5f5f5f;
    height: 32px;
    padding-left: 6px;
    width: 47%;
    border-color: #c3c3c3;
}

.form-ficha-consulta-label   {
    color: #981024;
    font-size: 16px;
    font-weight: bold;
}


#tel.form-ficha-consulta-input {
    width: 25%;
}
#email.form-ficha-consulta-input {
    width: 50%px;
}

.form-ficha-consulta-input.textarea {
    color: #212121;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 100;
    height: 200px;
    padding-top: 2px;
    width: 70%;
} 

.form-ficha-consulta-submit {
	float: left;
	display: block;
    
	font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: white;
    line-height: 27px;
    width: 130px;
    text-align: center;
    background-color: #555;
    border: 0px;
    height: 45px;
	cursor:  pointer;

}
    

.form-ficha-consulta-submit:hover {
	background-color:#971124;
}

.alerta-box {
	
	border: 2px solid #cf5050;

}
#alertar {
    display: none;
    background-color: #cf5050;
    border: 0px solid #af5050;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-height: 20px;
    height: 100%;
    padding: 9px 15px 9px;
    text-transform: uppercase;
    width: 80%;
    margin-top: 9px;
}


.campos-obligatorios {
    color: #707070;
    clear: both;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
    font-style: italic;
    line-height: 26px;
}

.form-ficha-consulta-p {
	clear:both ;
	float:left ;
}
.form-buscador p.operacion {
   
}
@media screen and (max-width: 975px) {
	.form-ficha-consulta-input {
		width: 80%;
	}
}