#buscador { /* Buscador Central */ 
position: relative;
float: left;
width: 218px;
margin: 0px 0px 0px 20px;
padding: 0px;
background: url(../../images/fnd_buscador.gif) repeat-y;
font: Verdana;
font-size: 9px;
color: #000000;
text-decoration: none; 
}

	#buscador a {
	color: #186fb2;
	}

*html #buscador {
margin: 0px 0px 0px 10px;
}

#buscador_top {
position: relative;
float: left;
width: 218px;
height: 34px;
margin: 0px;
padding: 0px;
background: url(../../images/buscador_top.gif) no-repeat;
}

#buscador_center {
position: relative;
float: left;
width: 198px;
margin: 0px 0px 0px 20px;
padding: 0px;
background: url(../../images/fnd_buscador_right.gif) no-repeat right bottom;
}

*html #buscador_center {
margin: 0px 0px 0px 10px;
}

#buscador_bottom {
position: relative;
float: left;
width: 218px;
height: 37px;
margin: 0px;
padding: 0px;
background: url(../../images/buscador_bottom.gif) no-repeat;
}

#formulario label {
float: left;
width: 100%; 
}	

.buscador_frm_fld {
width: 170px;
background: #FFFFFF;
border: 1px solid #a4abb1;
font-family: Verdana;
font-size: 9px;
color: #000000;
text-decoration: none;
}

.buscador_frm_fld_calendar {
background: #ebeae5;
border: 1px solid #a4abb1;
font-family: Verdana;
font-size: 9px;
color: #000000;
text-decoration: none;
}

.buscador_frm_btn {
background: #cc0033;
border: 1px solid #9a9899;
font: Arial;
font-size: 9px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

.linea_buscador {
height: 9px;
}

/* MENSAJE DE ERRORES */
#formulario .red {
border: 1px solid #FF0000;
}

#formulario label.red {
border: none;
color: #FF0000;
}

#formulario .customRed {
border: none;
color: #FF0000;
}

.nivel_tipo_01 {
background: #f4f6dc;
}

.nivel_tipo_03 {
background: #FFFFFF;
}

#mensajevalidacion {
display: none;
position: relative;
width: 198px;
height: 185px;
margin: 0px 0px 10px 20px;
padding: 10px;
background: #dfdfdf;
border: 1px solid #9a9899;
font: Arial;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;
filter: alpha(opacity=80);
opacity: .8;
z-index: 10;
}
/* FIN MENSAJE DE ERRORES */
