#calendarioecu .widget-title{
     background-color: #EDEFF3;
    color: #133961;
    margin: 0;
    padding: 15px 20px;
    font-family: 'Open Sans';}

.em-calendar-wrapper {
  background:white;

  padding: 1.65rem 1.1rem;
	/* border-top: 2px solid #C5C5C5; */
  border-bottom: 3px solid #C5C5C5;
  /* box-shadow: 0 0 30px rgba(100,100,100,.04); */
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
    background-color: #f5f5f5;
}
.em-calendar-wrapper table.em-calendar {
  
 width:100%; 
}
table.em-calendar thead,  table.em-calendar tr.days-names{
 	border-bottom: 1px solid RGBA(172, 36, 61, 0.40); 
  
  margin:0.3rem 0;
}
table.em-calendar thead td {
    padding-bottom: 10px;
}
table.em-calendar tr.days-names td{
height: 20px;
}

table.em-calendar tr:nth-of-type(2) td{
  padding-top:20px;
  padding-bottom:10px;
}
table.em-calendar td {
   min-height: 35px;
   height:35px;
   min-width: 35px;
}
table.em-calendar a.em-calnav {
  color: #AC243D;
    border-radius: 100%;
    line-height: 33px;
    width: 30px;
    display: inline-block;
    background: #f6f6f6;
    height: 30px;
    font-size: 12px;
    text-align: center;
}
table.em-calendar td.month_name {
    font-family: 'PT Serif', serif;
}

table.em-calendar tr.days-names td {
  font-family: 'PT Serif', serif;
  
  text-transform:uppercase;
  font-weight:bold;
}

 

table.em-calendar td.eventful-post a, table.em-calendar td.eventful a{
   color:#fcfcfc ;
    border-radius: 100%;
    font-weight:bold;
    width: 30px;
    display: inline-block;
    background: #AC243D;
    height: 30px;
    font-size: 12px;
  	line-height:30px;
    text-align: center;
}

body.event-template-default #seed_content_tbt_single {
min-height: 800px;
      padding: 20px 30px;
}

body.event-template-default #seed_content_tbt_single h2 {
 	background:white;
  margin-bottom:0;
  padding:10px;
      margin-top: 50px;
  font-size: 2.5em;
    line-height: 1.2em;
  padding: 40px 60px ;
  
  font-weight:bold;
  color:#000000;
}
body.event-template-default #seed_content_tbt_single .seed_entry_content_tbt {
 min-height:600px;
  background:white;
  margin-top: -15px;
    padding: 15px 60px;
      font-size: 16px;
    line-height: 22px;
}