@charset "utf-8";
/* CSS Document */
@media screen and (min-width:222px) and (max-width:600px)
{
#fondo_01 #cabecera {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #6FF;
	background-color: #036;
	display: inline-block;
	height: 20%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}
#fondo_01 #cabecera #icono01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight:bold;
	color: #6FF;
	position:fixed;
	left: 2%;
	top: 5%;
}

#fondo_01 #cabecera #fotoant {
	position: absolute;
	left: 5%;
	bottom:1%;
	width:40%;
	height:25%

}

#fondo_01 #cabecera #atras {

	position: absolute;
	bottom:1%;
	right: 1%;
	width:40%;
	height:25%	
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #063;
}

#fondo_01 #cabecera #titulovent {
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	position: absolute;
	left: 5%;
	top: 45%;
	width:100%;
}
#fondo_01 #fotos_app {
	height: 40%;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 20%;
	display: inline-block;
	background-color: #000;
}
#fondo_01 #fotos_app img {
	display: inline-block;
	height: 100%;
	width: 90%;
	position: absolute;
	left: 5%;
	top: 0px;
}


#fondo_01 #panelbajo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	background-color: #036;
	display: inline-block;
	height: 37%;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 3%;
}

#fondo_01 #panelbajo #explic {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
	display: inline-block;
	height: 90%;
	width: 70%;
	position: absolute;
	left: 15%;
	top: 10%;
	overflow:scroll;
}

.final {
	background: #F60;
	position: fixed;
	bottom: 0%;
	height: 3%;
	color: #33C;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	width: 100%;
	display: inline-block;
	left: 0%;
}
#fondo_01 #cabecera #icono_app {
	display: inline-block;
	position: absolute;
	height: 60%;
	width: 20%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btx{background-color: #FF0;border:2px solid red;color:red;}
		.btb{
			background-color: blue;
			color: white;
			width: 40%;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: none;
			border-left-style: none;
			box-shadow: 10px 10px 10px #000000;
		}
		.btb:hover
		{
		background-color: #000;
		color: white;	
		}
		.btb:active
		{	
		transform:translateY(5px);
		box-shadow: 0px 0px 0px #000000;	
		}
		.btg{
			background-color: #066;
			color: white;
			font-size: 1.2em;
			padding: 12px;
			box-shadow: 10px 10px 10px #000000;
			border: medium outset rgb(51,204,153);
		}
		.btg:active
		{
				
		
		transform:translateY(5px);
		box-shadow: 0px 0px 0px #000000;	
			
		}
		.btg:hover
		{
		color: #336;
		background-color: #3F0; 	
			
		}
		.bt1{
			padding: 6px;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 12px;
			font-style: italic;
			backdrop-filter: blur(5px);
			box-shadow: 20px 20px 30px #000000;
			border: medium outset rgb(204,204,204);
		}
		.bt1:hover{
			transform:translateY(5px);
			background-color:#3FF;
			color:#060;
			box-shadow: 1px 1px 1px #3333CC;	
		}
}
