
/* estilo Noticias */

.cont-notprinc {max-width: 1100px;  margin: auto; padding-top: 20px;}

.img-iconnot {font-size: 30px;color: #555555;
-webkit-transition: color 0.3s ease; 
  -moz-transition: color 0.3s ease; 
  -o-transition: color 0.3s ease; 
  	transition: color 0.3s ease;

}
.img-iconnot:hover {color:#2e86a8;}

.sub-contnot-princ {width: 80%; margin: auto;} 

.event-incnot {width: 23.5%; margin-top:10px;background-color: #EFEFEF;
	-webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out; 
  
}

.event-incnot:hover {background-color: #fff; box-shadow: 0 0 5px #D3D3D3;}

.cont-link-eve {width: 90%; margin: auto; margin-top: 50px; padding-top:10px;}

.link-event {width: 100%; padding: 10px; text-align: center; margin-bottom: 30px;color: #6896CF; cursor: pointer; 
			-webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out; 
			}
			
.link-event:hover {color: #D92828;}
			
.desllo-not {width: 75%; padding: 0px 20px 0px 20px; font-size: 13px;  }

.contimg-notpeque {width: 95%; display: flex; padding: 20px;margin: auto;}
.img-notpeque {width: 180px; height: 100px;overflow:hidden;}

.img-notpeque img {
	transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;}

.img-notpeque img:hover {-webkit-transform:scale(1.3);transform:scale(1.3);}

.fech-art {padding: 0px 0px 0px 40px; margin-top: 3px;}

.paginac-not {width: 97%; margin: auto; padding-top: 20px; text-align: center; }

.letra-notp {color: #434343;text-align: center;
    -webkit-transition: color 0.3s ease; 
  -moz-transition: color 0.3s ease; 
  -o-transition: color 0.3s ease; 
  	transition: color 0.3s ease; 
}
.letra-notp:hover {color:#2e86a8;}

.letra-notp1 {color: #284CD1;
    -webkit-transition: color 0.3s ease; 
  -moz-transition: color 0.3s ease; 
  -o-transition: color 0.3s ease; 
  	transition: color 0.3s ease; 
}
.letra-notp1:hover {color:#4517A4;}

/* fin estilo Noticias */

/* Estilo mis noticias */

.icons-not {margin: 30px; padding: 10px; text-align: center; border-top: 1px solid  #C8C8C8; color: #2D2D2D;}
.icons-not a {text-decoration: none;}

.img-print {color: #555555; font-size: 30px; position: relative; padding-top: 20px; padding-bottom: 2px;
-webkit-transition: color 0.3s ease; 
  -moz-transition: color 0.3s ease; 
  -o-transition: color 0.3s ease; 
  	transition: color 0.3s ease;

}
.img-print:hover {color: blue;}

/* Fin Estilo mis noticias */
		 

@media screen and (max-width: 800px){
	
	.cont-notprinc {display: inline;}
	.sub-contnot-princ {width: 100%;}
	.event-incnot {width: 95%; margin: auto; padding-bottom:20px; }
	.cont-link-eve {margin-top: 30px; padding-top:10px;}
	.link-event {margin-bottom: 15px;}
	
}


@media screen and (max-width: 600px){
	
	.desllo-not {display: none; }
	.img-notpeque {margin: auto;}
	.contimg-notpeque {display: block;}
	.fech-art {text-align: center;}
	
}

