/*
Theme Name: Observatorio de Políticas Públicas
Theme URI: https://observatoriosbs.org
Author: Francisco Escobar Guerrero
Author URI: https://saipaicode.site
Description: Pagina oficial del Observatorio de Políticas Públicas de Pasto, en convenio entre la Alcaldia de Pasto y la poderosisima Universidad de Nariño
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: web-opp
Tags: diseño personalizado y responsive, secciones menu, colage de imagenes, vista dinamica de cada PP, seccion destacados, noticias, preguntas frecuentes
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.screen-reader-text{
  display: none;
}

/* Calendario */
/* calendar widget */
.widget_calendar {float: left;width: 100%;}
#wp-calendar {width: 100%; }
#wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }