/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

.elementor-nav-menu li {
    border-bottom: 1px solid #CCC!important;
}

/*TABLA HORARIO*/
.btnActivo{
	background:#B20C36!important;
	color:#FFF!important;
}


#horario2{
	display:none;
}

.cabeceraRoja{
	background:#B20C36;
	padding:5px;
	color:#FFFFFF;
	font-family:'Roboto',sans-serif;
}

.tableHorario{
	border-collapse: collapse;
    border: 1px solid #000;
    border-bottom: 0;
}

.tableHorario tbody tr:first-child td{
	background:#E9E9E9;
	color:#B20C36;
	padding:5px;
	text-align:center;
	font-weight: bold;
}

.tableHorario tbody tr:first-child td:first-child{
	border:none;
	background:#FFF;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
    border-top: 1px solid #FFF;
}

.tableHorario tbody tr td{
	/*border:1px solid #000;*/
	border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}