*{
 margin:0;
 padding:0;
}
.main_filtros
{
 position: fixed;
 display: none;
 float: left;
 margin: 0 auto;
 color: #fff;
 width: 100%;
 height:100%;
 box-sizing: border-box;
 overflow: hidden;
 background-color: rgba(0, 0, 0, 0.3);
 background: rgba(0, 0, 0, 0.3);
 color: rgba(0, 0, 0, 0.3);
 z-index: 999999;  
}
.filtros_body
{
 display: block;
 float: left;
 margin-top: 6%;
 margin-left: 5%;
 width: 25%;
 height: 55%;
 border-radius: 5px;
 z-index: 99999;
}
.filtros_body a#btn_filclose
{
 display: block;
 float: right; 
 margin-top: 5px;
 margin-right: 5px;
 width: 20px;
 height: 20px;
}
.filtros_body p#tituloava
{
 display: block; 
 float: left;
 width: 90%;
 height: auto;
 font-weight: 400; 
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 font-size: 10pt;
 color: black;
 margin-left: 1%;
 margin-top: 5px;
 margin-bottom: 3%;
 border-bottom: 1px solid black;
}
.filtro-grupo 
{
 display: block;
 float: left;
 width: 90%;
 margin-bottom: 5px;
 margin-left:  1%;
}
.filtro-grupo label 
{
 display: block;
 font-weight: 400; 
 font-family: "Open Sans", sans-serif;
 font-optical-sizing: auto;
 font-size: 10pt;
 color: black;
}
.filtro-grupo select 
{
 width: 100%; 
 height: 35px;
 padding: 8px; 
 box-sizing: border-box; 
}
.filboto
{
 display: block;
 float: left;
 margin-top: 6%;
 width: 100%;
 height: 30px;
 /* background: lightgoldenrodyellow;   */
}
.filboto a#btn_fil_apli
{
 float: right;
 margin-right: 5%;
 width: 110px;
 height: 100%;
 line-height: 25px;
}
.filboto a#btn_fil_canc
{
 float: right;
 margin-right: 0.5%;
 width: 110px;
 height: 100%;
 line-height: 25px;
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
 .filtros_body
 {
  margin-left: 5%;
  width: 90%;
  height: 50%;
 }
}
