/*
Theme Name: PressCore for DEcIDE
Theme URI: http://miguelangelcampos.com/
Author: Miguel Ángel Campos
Author URI: http://miguelangelcampos.com/
Description: Adaptación de PressCore al sitio web DEcIDE
Version: 2.0.3
Template: dt-presscore
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
*/

@import url("../dt-presscore/style.css");

/* Personalizar a partir de aquí */

/* Página de inicio */    
/*     Borde superior para el slider principal */

.rev_slider_wrapper {
	margin-top: 25px !important;
}

/*     Separación para los logos */

.separados {
	margin: auto;
}

.separados .wpb_gallery_slides {
	padding: 5px;
	background-color: white;
	margin-bottom: 10px;
}

.separados .wpb_image_grid_ul {
	margin:auto;
}

.separados ul li a img {
	padding: 10px;
}

.middle_align {
	vertical-align: middle;
}

.eventInfo {
/*	background-color: #303030; */
	border-radius: 6px;
	padding: 10px;
	margin: 10px;
	clear:both;
	width: auto;
}

.ma-categories a {
	transition: all 0.05s linear 0.05s;
	color: #2e3031;
	background-color: rgba(44,90,120,0.08);
	padding: 3px;
}

.ma-categories a:hover {
	color: #FFF;
	background-color: #e53232;
	padding: 3px;
}


#wp-calendar td#today {
	color: #e01d00;
	font-weight: bold;
}

#wp-calendar td.event_cursillos, #wp-calendar td.event_cursillos a {
	background-color: #FFFFAA;
	font-weight: bold;
	color: #222;
}

#wp-calendar td.event_publicaciones, #wp-calendar td.event_publicaciones a {
	background-color: #FFAAAA;
	font-weight: bold;
	color: #222;
}

#wp-calendar td.event_conferencias, #wp-calendar td.event_conferencias a {
	background-color: #AAFFFF;
	font-weight: bold;
	color: #222;
}

#wp-calendar td.event_seminarios, #wp-calendar td.event_seminarios a {
	background-color: #AAAAFF;
	font-weight: bold;
	color: #222;
}

#wp-calendar td.event_seminarios.noconfirmado, #wp-calendar td.event_seminarios.noconfirmado a {
	background: repeating-linear-gradient(
                             -45deg,
                             #AAAAFF,
                             #AAAAFF 10px,
                             #8080FF 10px,
                             #8080FF 20px);
}

#wp-calendar.MA_eventcalendar > caption, #wp-calendar.MA_eventcalendar  th  {
	text-align: center;
}

/* ocultar contenidos */
.oculto {
	display: none;
}