/*
Theme Name: PsiquiNET
Author: the construNEG team
Author URI: https://construneg.com/
Description: Diseño Exclusivo para el HDPUV
Tags: HDPUV
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* 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; }