fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}

/* Begin Ad 1 */

	
			
.cardenal {
	width: 340px;
	height: 407px;
	background-image: url(../images/cardenal_portada.png);
	position: absolute;
	top: 0px;
	right: 80px;
	overflow: visible;
	-webkit-animation:  move 3s linear infinite 0s;
	-moz-animation:  move 3s linear infinite 0s;
	-ms-animation:  move 3s linear infinite 0s;
	animation: move 3s linear infinite 0s;
	 z-index: 100;
	  cursor: move;
	 display: block;
	top: 11%;
	right: 0%;
	/* border: 1px solid red;*/
	
	
}


/*imagenes*/
.arbol {
	background-size: cover;
	position: absolute;
	display: block;
	top: 0%;
	left: -35%;
	/* border: 1px solid red;*/
	 cursor: pointer;
	  width:100%;
	  max-width:900px;
	   z-index: 3;
}
.mapa {
	position: absolute;
	display: block;
	top: 52%;
	right: 0%;
	 /*border: 1px solid green;*/
	 z-index: 2;
	 cursor: move;
}

	

	
/* WebKit Animations */

@keyframes move {
	0%       {top: 0px;}
	50%   {top: 150px;}
	100%     {top: 0px;}
}

/* FireFox Animations */

@-moz-keyframes move {
	0%       {top: 0px;}
	50%   {top: 150px;}
	100%     {top: 0px;}
}

/* Opera Animations */

@-o-keyframes move {
	0%       {top: 0px;}
	50%   {top: 150px;}
	100%     {top: 0px;}
}
/* IE Animations */

@-ms-keyframes move {
	0%       {top: 0px;}
	50%   {top: 150px;}
	100%     {top: 0px;}
}
