/** Archivo: buscador.css **/

.buscador-headerInfo{
	width:100%;	
	padding:5px;
	/*height:50px;*/
	border:1px solid #443321;
	-moz-border-radius:4px;
	margin-bottom:20px;
}
.buscador-bg-headerInfo{
	background:url(buscador/img/bg-header-info.jpg) repeat-x left center;
	-moz-border-radius:4px;
	width:98%;
	height:15px;
	padding:3px 8px;
	color:#D9D6D3;
	font-weight:bold;	
	font-size:11px;
}
.buscador-bg-txtbuscado{
	background:url(buscador/img/bg-header-info.jpg) repeat-x left center;
	-moz-border-radius:4px;
	min-width:200px;
	color:#D9D6D3;
	font-size:14px;
	font-weight:bold;
	padding:3px 8px;
}
.buscador-totalpaginas{
	min-width:80px;float:right;
}
.buscador-totalresultados{
	color:#DE9F32;
}
.buscador-ustedbusco{
	min-width:100px;float:right;color:#DE9F32;font-weight:bold;
}
.buscador-txtresultados{
	color:#fff;font-weight:bold;font-size:14px;
}
.buscador-px-line{
	background:url(buscador/img/px-line.png) repeat-x left center;
	width:100%;
	height:1px;
	padding-top:5px;
	padding-bottom:5px;
}
/*****  LATERAL FILTROS  *******/

.buscador-filtro{
	/*background-color:#000;*/
	/*background:url(buscador/img/bg-naranja.jpg) repeat-x left center;*/
	padding:2px;
	font-weight:bold;
}
.buscador-imagenes-border{
	border:2px solid #DE9F32;
}

/** Archivo: default.scss **/

.cls-buscador-default .td-resultsp-area-left { background: white; border-right: 1px solid gray; }
.cls-buscador-default .div-resultsp-left { width: 250px; }
.cls-buscador-default .resaltado { font-weight: bold; }
.cls-buscador-default .div-resultsp-left-title { color: #cf0907; font-size: 18px; font-weight: bold; padding: 20px 0 15px; text-align: center; background: url(buscador/img2/bg-title-left.png) no-repeat scroll bottom center transparent; }
.cls-buscador-default .div-resultsp-left-recursos { color: black; font-size: 13px; font-weight: bold; padding: 20px 0 0 30px; }
.cls-buscador-default .div-resultsp-left-recurso { padding: 10px 35px; }
.cls-buscador-default .div-resultsp-left-recurso a { text-decoration: none; color: #6E6E6E; font-size: 13px !important; }
.cls-buscador-default .div-resultsp-center-title { color: white; font-size: 18px; font-weight: bold; float: left; padding: 15px 5px; }
.cls-buscador-default .div-resultsp-center-busqueda { color: white; font-size: 18px; font-weight: bold; float: right; padding: 15px 10px 0 0; }
.cls-buscador-default .div-resultsp-center-btn { background: #BBBBBB; border-radius: 11px 11px 11px 11px; box-shadow: 1px 1px 1px #DADADA; color: #FFFFFF; float: left; font-size: 13px; font-weight: bold; margin: 10px; padding: 4px 10px; cursor: pointer; }
.cls-buscador-default .div-resultsp-center-btn-selected { background: #a2c57f; }
.cls-buscador-default .div-resultsp-center-busq-text { color: #cf0907; background: white; font-size: 18px; font-weight: bold; float: right; height: 20px; margin-top: -6px; margin-left: 5px; padding: 6px 10px; border-radius: 10px 10px 10px 10px; }
.cls-buscador-default .div-resultsp-center-busq-text a { text-decoration: none; color: #cf0907; font-size: 18px !important; }
.cls-buscador-default .div-resultsp-separator { height: 9px; margin: 5px 14px; background: url(buscador/img2/bg-separator.png) repeat-x scroll 0 0 transparent; clear: both; }
.cls-buscador-default .div-resultspc-tipo-title { color: #cf0907; font-size: 16px; font-weight: bold; margin: 0 25px; padding: 8px 0 8px 35px; }
.cls-buscador-default .div-resultspc-tipo-title a { text-decoration: none; color: #cf0907; font-weight: bold; font-size: 16px !important; }
.cls-buscador-default .div-resultspc-recurso-entidad { text-align: left; color: #575757; font-weight: bold; font-size: 12px !important; }
.cls-buscador-default .div-resultspc-recurso { margin: 20px 25px 0 60px; }
.cls-buscador-default .div-resultspc-recurso-fecha { color: #6e6e6e; font-size: 12px; margin-bottom: 5px; }
.cls-buscador-default .div-resultspc-recurso-titulo { color: #cf0907; font-size: 13px; font-weight: bold; margin-bottom: 5px; }
.cls-buscador-default .div-resultspc-recurso-titulo a { text-decoration: none; color: #cf0907; }
.cls-buscador-default .div-resultspc-recurso-contenido { font-size: 13px; }
.cls-buscador-default .div-resultspc-tipo-imagen { border: 1px solid #989898; float: left; width: 100px; height: 100px; overflow: hidden; margin: 10px 0 10px 20px; }
.cls-buscador-default .div-resultspc-tipo-imagen img { margin: -8% -5px; }
.cls-buscador-default .div-resultsp-icon-publicaciones { background: url(buscador/img2/icon-publicaciones.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-imagenes { background: url(buscador/img2/icon-imagenes.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-eventos { background: url(buscador/img2/icon-eventos.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-tramites { background: url(buscador/img2/icon-tramites.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-promociones { background: url(buscador/img2/icon-promociones.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-actividades { background: url(buscador/img2/icon-tramites.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-videos { background: url(buscador/img2/icon-videos.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-archivos { background: url(buscador/img2/icon-archivos.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-paginas { background: url(buscador/img2/icon-paginas.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-ubicaciones { background: url(buscador/img2/icon-lugares.png) no-repeat scroll center left transparent; }


/** Archivo: default.scss **/

.cls-buscador-default .td-resultsp-area-left { background: white; border-right: 1px solid gray; }
.cls-buscador-default .div-resultsp-left { width: 250px; }
.cls-buscador-default .resaltado { font-weight: bold; }
.cls-buscador-default .div-resultsp-left-title { color: #cf0907; font-size: 18px; font-weight: bold; padding: 20px 0 15px; text-align: center; background: url(buscador/img2/bg-title-left.png) no-repeat scroll bottom center transparent; }
.cls-buscador-default .div-resultsp-left-recursos { color: black; font-size: 13px; font-weight: bold; padding: 20px 0 0 30px; }
.cls-buscador-default .div-resultsp-left-recurso { padding: 10px 35px; }
.cls-buscador-default .div-resultsp-left-recurso a { text-decoration: none; color: #6E6E6E; font-size: 13px !important; }
.cls-buscador-default .div-resultsp-center-title { color: #cf0907; font-size: 18px; font-weight: bold; float: left; padding: 15px 5px; }
.cls-buscador-default .div-resultsp-center-busqueda { color: white; font-size: 18px; font-weight: bold; float: right; padding: 15px 10px 0 0; }
.cls-buscador-default .div-resultsp-center-btn { background: #BBBBBB; border-radius: 11px 11px 11px 11px; box-shadow: 1px 1px 1px #DADADA; color: #FFFFFF; float: left; font-size: 13px; font-weight: bold; margin: 10px; padding: 4px 10px; cursor: pointer; }
.cls-buscador-default .div-resultsp-center-btn-selected { background: #a2c57f; }
.cls-buscador-default .div-resultsp-center-busq-text { color: #cf0907; background: white; font-size: 18px; font-weight: bold; float: right; height: 20px; margin-top: -6px; margin-left: 5px; padding: 6px 10px; border-radius: 10px 10px 10px 10px; }
.cls-buscador-default .div-resultsp-center-busq-text a { text-decoration: none; color: #cf0907; font-size: 18px !important; }
.cls-buscador-default .div-resultsp-separator { height: 9px; margin: 5px 14px; background: url(buscador/img2/bg-separator.png) repeat-x scroll 0 0 transparent; clear: both; }
.cls-buscador-default .div-resultspc-tipo-title { color: #cf0907; font-size: 16px; font-weight: bold; margin: 0 25px; padding: 8px 0 8px 35px; }
.cls-buscador-default .div-resultspc-tipo-title a { text-decoration: none; color: #cf0907; font-weight: bold; font-size: 16px !important; }
.cls-buscador-default .div-resultspc-recurso-entidad { text-align: left; color: #575757; font-weight: bold; font-size: 12px !important; }
.cls-buscador-default .div-resultspc-recurso { margin: 20px 25px 0 60px; }
.cls-buscador-default .div-resultspc-recurso-fecha { color: #6e6e6e; font-size: 12px; margin-bottom: 5px; }
.cls-buscador-default .div-resultspc-recurso-titulo { color: #cf0907; font-size: 13px; font-weight: bold; margin-bottom: 5px; }
.cls-buscador-default .div-resultspc-recurso-titulo a { text-decoration: none; color: #cf0907; }
.cls-buscador-default .div-resultspc-recurso-contenido { font-size: 13px; }
.cls-buscador-default .div-resultspc-tipo-imagen { border: 1px solid #989898; float: left; width: 100px; height: 100px; overflow: hidden; margin: 10px 0 10px 20px; }
.cls-buscador-default .div-resultspc-tipo-imagen img { margin: -8% -5px; }
.cls-buscador-default .div-resultsp-icon-publicaciones { background: url(buscador/img2/icon-publicaciones.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-imagenes { background: url(buscador/img2/icon-imagenes.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-eventos { background: url(buscador/img2/icon-eventos.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-tramites { background: url(buscador/img2/icon-tramites.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-promociones { background: url(buscador/img2/icon-promociones.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-actividades { background: url(buscador/img2/icon-tramites.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-videos { background: url(buscador/img2/icon-videos.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-archivos { background: url(buscador/img2/icon-archivos.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-paginas { background: url(buscador/img2/icon-paginas.png) no-repeat scroll center left transparent; }
.cls-buscador-default .div-resultsp-icon-ubicaciones { background: url(buscador/img2/icon-lugares.png) no-repeat scroll center left transparent; }