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

.acti_cont_img_notice{ -webkit-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75); border:solid 1px #E3E0E0; 
	
}
.acti_fdo_calendary{ background:url(../iconos/date.png); background-repeat:no-repeat; width:22px; height:22px; padding:5px 0 0 4px;
		
}
.acti_fecha{ padding:5px 0 0 0;
	
}
.acti_left{ float:left;
	
}
.acti_right{ float:right;
	
}
.acti_down{ clear:both; padding:5px 0 0 0;
	
}

.actitable {
    display: table;
	margin-bottom:15px;
    
    }
 .actirow {
    display: table-row;
	padding:0 5px 5px 0;

    }
    .acticolumn {
    display: table-cell;
	vertical-align:top;
    }

.fdoimgAlbum_a{ 
position:relative;
		float:left;
		width:40%;
		padding:1em;
		margin:2em 10px 4em;
		background:#fff;
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
		   -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
				box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
 height:178px; width:212px;
	
}


/* STYLE NOTAS DE PRENSA */
.actiContNews_a{
	display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content:space-between;
}

.actiDateNews_a{
	font-family: 'Lato', sans-serif;
	color: #767474;
	font-size: 0.7em;
	background-color: #fff;
	padding: 5px;
}
.actiContNotas_a{
 	
	border: solid 5px #EBE7E7;
	width: 250px;
	background-color:#EBE7E7; 
	margin-top: 20px;
}

.actiContDesc_a{
	background-color: #fff;
	padding: 5px;
	font-family: 'Oswald', sans-serif;
	font-size:1.0em;
	color: #000;
	text-decoration:none;
	line-height:1;
	
}

/* ETIQUETAS Y FONDOS */
.actiContCalendary{
	display: inline-block;
	
}
.actiFdoCalendaryDia_a{
	border-radius: 3px 3px 0 0;
	background-color:#E1DDDD;
	color:#0D3C86;
	font-family: 'Oswald', sans-serif;
	font-size: 1.0em;
	padding: 3px 12px;
	text-align: center;
}
.actiFdoCalendaryMes_a{
	border-radius: 0 0 3px 3px;
	background-color:#0D3C86;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8em;
	padding: 2px;
	text-align: center;
	
}
.actiBarraPart_one{
	float:left;
	border-radius: 3px 0 0 3px;
	background-color: #D3D6DB; padding: 5px 10px;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 5%;
}
.actiBarraPart_two{
	background-color: #162C6F; padding: 5px 10px;
	display: flex;
	align-items: center;
	color: #fff;
	width: 95%;
	border-radius: 0 3px 3px 0;
}

.actiBarraPartb_one{
	float:left;
	border-radius: 3px 0 0 3px;
	background-color: #D3D6DB; padding: 5px 10px;
	display:flex;
	align-items: center;
	justify-content: center;
	width: 5%;
}
.actiBarraPartb_two{
	background-color: #D3D6DB; padding: 5px 10px;
	display: flex;
	align-items: center;
	color: #000;
	width: 95%;
	border-radius: 0 3px 3px 0;
}

.desConv{
	float: left; width: 40%; margin-left: 40px; padding: 10px 20px 10px 0;
}
.evalConv{
	float: left; width: 50%; padding: 10px 0;
}
.desConv p{
	
	margin: 0;
}
.actiTableFdo_a{
	background-color: #022556; border: solid 3px #022556; border-radius: 3px;
}
.actiTableFdo_a p{
	padding: 0; margin: 0; line-height: normal;
}
.actiImgNoti_a{
	background-size: 510px;
	width: 510px;
	height: 280px;
}
.actiContImg_a{
	
	width: 240px;
	height: 130px;
	background-size: 250px;
	
}
.actiContImg{
	border: solid 6px rgba(255,255,255,1);
	border-radius: 5px;
	display: inline-block;
	box-shadow:0px 9px 7px #757575, 1px 3px 4px #050505;
}
.actiTitleImg{
	padding: 5px 10px;
	margin-top: 10px;
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	background-color: rgba(20,120,240,1.00);
	color: #fff;
}
.actiDescImg{
	padding: 0 0 5px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #fff;
	
}

@media screen and (max-width: 800px) {
	.actiImgNoti_a{
	background-size: 370px;
	width: 370px;
	height: 204px;
}
	.actiContNotas_a{width: 350px; margin-top: 20px;}
	.actiContImg_a{	width: 340px;
	height: 187px;
	background-size: 340px;
	
}
	.actiBarraPart_one{
	width: 10%;
}
.actiBarraPart_two{
	
	width: 90%;
	
}
	.desConv{
	width: 80%;
}
.evalConv{
	width: 100%;
}
	
 }


