
.form-consulta {
	clear: both ;
	float: left ;
    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: #fafafa;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    color: #5f5f5f;
    height: 26px;
    padding-left: 6px;
    width: 80%;
}

.form-ficha-consulta-label   {
    color: #707070;
    font-size: 13px;
    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: 160px;
    padding-top: 2px;
    width: 90%;
} 

.form-ficha-consulta-submit {
    background-color: #212121;
    border: 1px solid #999999;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 122px;
}
.form-ficha-consulta-submit:hover {
	background-color:#971124;
}

.alerta-box {
	/*
    box-shadow: 0 0px 2px #F00, 0 0 2px #F00 !important;
	*/
	border: 2px solid #cf5050;

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


.campos-obligatorios {
    color: #707070;
	clear: both ;
	float: left ;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
}
.form-ficha-consulta-p {
	clear:both ;
	float:left ;
}
.form-buscador p.operacion {
   
}