@charset "utf-8";
/* CSS Document */




#principal_agenda { 

	display:flex; 
	justify-content:space-around;
	margin-bottom:30px;
}
#agenda article{
	width:90%;
	height:160px;
	border-left:#00367B solid 1px;
	margin-bottom:30px;
	padding-left:10px;
	position:relative;
	text-align:left;
	
	}
	
#agenda h1:first-letter{
	font-size:26px;
	color: #00367B;
	font-weight:bold;
}
#agenda figure{
	display:inline-block;
	vertical-align:bottom;
	width:25%;
	overflow:hidden;
	position:relative;
	border-radius:0px 20px 0px 0px;
	bottom:0;
	height:100px;
	}
#agenda figure img
{
	position:absolute;
	bottom:0;
	width:90%;
	}
#agenda .breve_agenda{
	display:inline-block;
	width:70%;
	color:#00367B;
	text-align:justify;
	margin-right:0;
	}
.rojo_peque{
    font-size: 0.8em !important;
    color: red;
}
#agenda .breve_agenda p{
	height: 75px;
    overflow: hidden;
	}
#agenda .b_agenda{
	color:#00367B;
	font-weight:bold;
	}
#publicidad_agenda{
	border-left:2px solid #ddd;
	
	width:25%;

}
#publicidad_agenda .banner_agenda{

	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-bottom:5px;
	padding-left:5px;
	
	
}
.descrip{ color: #555;}
