#buscarNYM{
	border-radius: 10px;
	border: solid 1px #9B98A3;
    background-color: #FCFCFC;
	width: 180px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 5px;
	font-family: Verdana;
}
#buttonNYM {
	margin-bottom: 10px;
}
.typeSearch {
	background-color: rgb(94,104,101);
	color: white;
	padding: 5px 10px;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	margin-top: 25px;
	cursor: pointer;
	font-family: Verdana;
	font-size: 12px;
}
#selectorCat{
	border-radius: 10px;
	border: solid 1px #9B98A3;
	width: 350px;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 20px;
	font-family: Verdana;
	padding: 3px 10px;
}
.typeSearch.seleccionado {
   background-color: #89AF8C;
}
.resultNYM {
	float: left;
	width: 750px;
	font-weight: bold;
}
.resultNYM span {
	font-weight: normal;
}
.busquedafila {
	background-color: rgb(235,235,235);
	border-radius: 10px;
	padding: 20px;
	color: #298379;
	font-size: 12px;
	overflow: hidden;
}

.busquedafila.views-row-even {
	background-color: rgb(255,255,255);
	/*padding: 20px;
	color: #298379;
	font-size: 12px;
	border-radius: 10px;*/
}
.verMasNYM {
	background: url("../images/vermas.png");
	background-repeat: no-repeat;
	width: 110px;
	line-height: 20px;
	color: rgb(173,0,64);
	padding-left: 15px;
	margin-left: 40px;
	float: left;
}

.searchView .view-filters{
	display:none !important;
}