@keyframes anima-tex {
	0% {transform:translate(0%); opacity:0.1}
	50%{opacity:1}
	100%{transform: translate(80%);opacity:0.1}
  }
  
  @keyframes anima-img{
	0%{transform:scale(0);opacity: 0.1;}
	100%{transform: scale(1);opacity: 1;}
  }
#caj_ctd{width: 650px;margin:auto;background-color: #f0f0f0;height: 170px;margin-top: 8px;}
#caj_ctd_req{width: 650px;margin:auto;background-color: #f0f0f0;height: 140px;margin-top: 8px;}
#caj_req1{
	width: 650px;margin:auto;
	background-color:  #f0f0f0;
	height: 270px;
	margin-top: 3px;
}
#caj_req2{
	width: 650px;margin:auto;
	background-color:  #f0f0f0;
	height: 290px;
	margin-top: 3px;
}
.items{
    font-family: 'Open Sans', sans-serif; 
    font-size: 18px; 
	color: #181818;
    margin-bottom: 5px;
}

img{width: 60px;}
#img_1{float: left;}
#img_2{float: right;/* margin-top: 0px; */}
#div_dir{display: flex;}
#div_tit{width: 530px; background-color: #33548F;}
#spn_dir_1{width: 300px;color: white;text-align: center;margin-top: 10px;}

#spn_dir_2{width: 300px;color:white;text-align: center;font-size: 12px;}

#spn_dir_1, #spn_dir_2{animation-name: anima-tex; animation-duration: 8s; animation-iteration-count: infinite; animation-direction:alternate}

img{animation-name: anima-img;animation-duration: 4s;animation-iteration-count: infinite;animation-direction: alternate;animation-delay:2s;}

#menu{display:flex;list-style: none;width: 440px;/* border:solid 1px; */margin: auto;}

h3 {
	color: #33548F;
	text-decoration: underline;
	text-align: center;
}
#lb {
	font-family: 'Open Sans', sans-serif; 
    font-size: 16px; 
	color: #33548F;
	text-align: left;
	font-weight: bold;
}
a{color:#33548F; white-space: nowrap;}

#lnk_blt, #lnk_rqt{margin-left: 50px;}

a:hover{color:rgb(133, 196, 247)}

#bt_consultacarpeta {
	margin-top: 10%;
	margin-left: 15%;
	margin-bottom: 5%;
	background-color: #f3a774;
	color: #160f02;
	height: 25px;
	border-radius: 5px;
	width: 70%;
	cursor: pointer;
}
#bt_consultacarpeta:hover {
	margin-top: 10%;
	margin-left: 15%;
	margin-bottom: 5%;
	background-color: #f8cdb0;
	color: #160f02;
	height: 25px;
	border-radius: 5px;
	width: 70%;
	cursor: pointer;
}

#bt_imprimeboleta {
	margin-top: 5%;
	margin-left: 15%;
	margin-bottom: 10%;
	background-color: #f3a774;
	color: #160f02;
	height: 25px;
	border-radius: 5px;
	width: 70%;
	cursor: pointer;
}
#bt_imprimeboleta:hover {
	margin-top: 5%;
	margin-left: 15%;
	margin-bottom: 10%;
	background-color: #f8cdb0;
	color: #160f02;
	height: 25px;
	border-radius: 5px;
	width: 70%;
	cursor: pointer;
}
#bt_VolverMenu {
  margin-left: 20px;
  width: 120px;
  border: none;
  color: #33548F
}

#bt_VolverMenu:hover {
  text-decoration: underline;
  cursor: pointer;
}