/*  
Theme Name: picolight mod
Theme URI: http://picomol.de/picolight/
Description: modificaci  n de Pixelada SCA del tema principal de la Tejedora 
Version: 1.0.0
Author: Pixelada SCA
Author URI: https:/pixelada.org
Template: picolight
Tags: light, two-columns, right-sidebar, responsive-layout, custom-colors, custom-header, custom-background, custom-menu, theme-options, st$

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**ACTIVIDADES**/
.lista-actividades {
    border-top: solid 1px #7D4A8A;
    padding-top: 5px;
    width: 100%;
    margin: 0;
}
.un_medio {
    width: 50%;
    min-width: 50%;
    height: 500px;
    box-sizing: border-box; 
    float: left;
    padding: 10px 10px;
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}
@media screen and (max-width: 980px) {
    .un_medio {
	width: 100%;
    }
    .calendar-long-day-head {
	display: none;
    }
    .day-number {
	padding: 0 !important;
    }
}
@media screen and (min-width: 980px) {
    .calendar-short-day-head {
	display: none;
    }
}

.contenedor_imagen_actividad {
	height: 360px;
	padding: 10px;
 	display:table-cell;
	vertical-align:middle;
	box-shadow: 0 0 2px #555; 
}

.imagen-actividad {
	width: 100%;
  	height: auto;
  	max-height: 340px;
  	padding: auto;
}

.nombre-actividad {
    font-familiy: "Roboto";
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 18px;
    text-transform: uppercase;
    text-shadow: 0 0 1px #eee;
    text-decoration: none;
    font-weight: bold;
    color: #7D4A8A;
    font-size: 14px;
    margin-top: 5px;
}

