*{box-sizing:border-box;
		}
		@keyframes contenedor {
		from {color: #019432;}
		to {color: white}
		}
		
		.notNoticias{
			max-width:80%;
			height:auto;
			margin:0 10% 0 10%;
		}
		.notMemorias{
			max-width:96%;
			height:auto;
			overflow:hidden;
			border-bottom:solid 1px #019432;
			margin:3% 2% 0 2%;	
		}
		.notOcio{
			float:left;
			max-width:46%;
			height:600px;
			overflow:hidden;
			border-bottom:solid 1px #019432;
			margin:3% 4% 0 0;	
		}
		.notArticulos{
			float:left;
			max-width:46%;
			height:800px;
			overflow:hidden;
			border-bottom:solid 1px #019432;
			margin:3% 4% 0 0;	
		}
		.notFecha{
		}
		.notFecha h1{
			float:left;
			font-family: 'Verdana', sans-serif;
			font-size:1.5em;
			color:#000;
			width:50%;
			height:auto;
			margin:0 0 1% 0;
		}
		.notFecha h2{
			float:left;
			font-family: 'Verdana', sans-serif;
			font-size:0.9em;
			color:#C0C0C0;
			width:50%;
			height:auto;
			margin:0 0 1% 0;
			text-align:right;
		}
	
		.notTitulo{
			text-align:center;
		}
		.notTitulo h1{
			float:left;
			font-family: 'Verdana', sans-serif;
			font-size:2em;
			color:#019432;
			width:100%;
			height:auto;
			margin:0 0 3% 0;
			animation-name: contenedor;
			animation-duration: 2s;
			animation-direction: reverse;
		}
		.notDescripcion{
			float:left;
			text-indent:10px;
			font-family:Arial;
			font-size:1.1em;
			text-align:justify;
			color:#000;
			width:100%;
			height:auto;
		}
		.notDescripcion a{
			font-size:1em;
			color:#696969;
			margin:0 0 2% 0;
			padding: 1%;
		}
		.notDescripcion a:hover{
			color:red;
		}
		.urlNoticia{
		color:#019432;
		text-align:left;
		font-size:.9em;
		}
		.notFotos{
			float:left;
			width:100%;
			height:auto;
			margin:auto;
		}
		.notFotosMemorias{
			float:left;
			width:10%;
			height:auto;
			margin:auto;
		}
		.notFotosOcio{
			float:left;
			width:100%;
			height:auto;
			margin:auto;
		}
		.notFotos img{
			float:left;
			width:100px;
			height:100px;
			margin:0 1.5% 1% 0;
			border-radius: 10px;
		}
		.notFotosMemorias img{
			float:left;
			width:70px;
			height:70px;
			margin:0 10% 10% 0;
			border-radius: 10px;
		}
		.notFotosOcio img{
			width:60px;
			height:60px;
			margin:0 1.5% 5% 0;
			border-radius: 10px;
		}
		.clikAqui a{
			color:#696969;
			margin:0 0 2% 0;
		}
		.clikAqui a:hover{
			color:red;
		}

	/*QUERIS-799PX-----------------------*/
@media screen and (max-width:799px){
		.notArticulos{
			max-width:98%;
			height:auto;
			margin:3% 1% 10% 1%;			
		}
		.notOcio{
			max-width:98%;
			height:auto;
			margin:3% 1% 10% 1%;			
		}
		.notMemorias{
			max-width:98%;
			height:auto;
			margin:3% 1% 10% 1%;			
		}
		.notDescripcion{
			font-size:1.2em;
			margin:2% 0 0 0;
			text-align:left;
			margin:0 0 2% 0;
		}
		.notFotos img{
			width:100%;
			height:auto;
			margin:0 0 3% 0 ;
		}
		.notFotosMemorias{
			width:100%;
			height:auto;
			margin:auto;
		}
		.notFotosMemorias img{
			width:100px;
			height:100px;
			margin:0 1.5% 2% 0;
			border-radius: 10px;
		}
	
		.clikAqui{
			display:none;
		}
}
	
	
		