#fondo_busq_av .contenedor {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}

#fondo_busq_av .checkbox_item {
    margin-bottom: 10px;
    font-size:13px;
}

.checkbox_item div {
	font-weight: normal;
    margin-bottom: 2px;
}

#fondo_busq_av .checkbox_titulo {
    border-top: 1px solid #E1E1E1;
    /*font-size: 1em;*/
    font-weight: 600;
    line-height: 18px;
    margin-top: 5px;
    padding-top: 3px;
}

#fondo_busq_av .columna1 {
    border-left: 1px solid #CCCCCC;
    float: left;
    margin-left: 30px;
    margin-right: 10px;
    padding-left: 5px;
}

#fondo_busq_av .columna2 {
    border-left: 1px solid #CCCCCC;
    float: left;
    margin-left: 40px;
    padding-left: 5px;
    padding-right: 10px;
}

#fondo_busq_av .columna3 {
    border-left: 1px solid #CCCCCC;
    float: left;
    margin-left: 40px;
    padding-left: 5px;
}


#fondo_busq_av .opcion_item {
    clear: both;
    color: #333333;
    float: left;
   /* font-size: 1.25em;
    font-weight: 600; */
    line-height: 1.65em;
}

#fondo_busq_av .noticia_titulo {
	float: left;
}


#fondo_busq_av .noticia_rango {
    color: #666666;
    float: left;
    margin-left: 10px;
}

#fondo_busq_av .input_noticia {
	width: 60px;
	padding: 0 !important;
	font-size: 11px !important;
	background-color: white!important;
	border: #CCC solid 1px!important;
	color: #333;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.6);
	height: 20px;
	padding: 2px 5px;
	border-image: initial;
	*height:15px!important;
}






#fondo_busq_av .ayuda_boton {
    color: #0053A2;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}


#fondo_busq_av .bloque_ayuda{
	background-color: #0053A2;
	color:white;
	height:120px;
	width:370px;
	float:left;
}

#fondo_busq_av .texto_ayuda{
	padding:6px;
	font-size:12px;

}

.separador {
	width: 100%;
	height: 10px;
	clear: both;
}

/*-calendario-*/
#fondo_busq_av .calendario {
    border-radius: 3px 3px 3px 3px;
    position: absolute;
}

#fondo_busq_av .cpBorder {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    background-color: #0053A2;
    color: white;
    padding: 5px !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

#fondo_busq_av .cpBorder a {
    color: white;
    text-decoration: none;
}

#fondo_busq_av img{
	border:0;
}

@media screen and (max-width: 480px){

#fondo_busq_av .columna1,
#fondo_busq_av .columna2,
#fondo_busq_av .columna3{
	margin-left:15px;
}

}