@charset "utf-8";
/* CSS Document */
body{
	
	margin: 0 auto;
	background-image: url('https://www.gharysh.kz/upload/landing/d39/00a33d57a0058343d4c5fd473b31fa68.jpeg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}
.centro4{
	width: 100%;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	display: table-cell;
}

.kz{
	margin: 0 auto;
	background-color: black;
	width: 100%;
	background-image: url('../img/kaz1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	color: #f0f;
}
.txt{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0 auto;
	width: 95%;
	height: 100%;
	background-color: rgba(196,196,196,0.44);
	position: relative;
	text-align: justify;
	font-size: 1.0em;
}
.txt a{
	color: #003366;
	font-weight: bolder;
}
.boton{
	width: 120px;
	height: 40px;
	background-color: rgba(255,255,255,0.8);
	font-family: Consolas, Andale Mono, Lucida Console, Lucida Sans Typewriter, Monaco, Courier New, monospace;
	font-size: 1em;
	border-bottom-color: rgba(0,64,132,0.80);
	border-color: rgba(100,100,100,0.70);
	border-style: solid;
	border-width: thin;	
}
.boton:hover{
	background-color: rgba(128,178,255,0.50);
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	transition: color 0.8s linear 0.2s
}
#super table{
	background-color: rgba(255,255,255,0.6);
	max-width: 700px;
}
#sate th{
	background-color: rgba(82,172,255,0.66);
	text-align: left;
}
#derecha{
	float: left;
	width: 100%;
	display: inline;
	margin-top: 15px;
	}
#derecha img{
	width: 100%;
	max-width: 600px;
	
	display: flex;
	}
/*************************************************************************************************/
@media screen and (max-width:640px)
{

}
/*************************************************************************************************/
@media screen and (max-width:1024px) and (min-width:640px){

}
/*************************************************************************************************/
@media screen and (min-width:1024px){

}