@charset "utf-8";
/* CSS Document */
body{
	
	margin: 0 auto;
	background-image: url(../img/dubai.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.kari{
	margin: 0 auto;
	background-color: black;
	width: 100%;
	background-image: url('http://www.21at.sg/static/images/companytopbg.png');
	background-position:center;
	background-size:100%;
	background-repeat: no-repeat;
	height: 128px;
	color: #f0f;
	
}
.centro4{
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,0.6);	
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}

#izq{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	margin: 0 auto;
	width: 96%;
	height: auto;
	border-radius: 15px;
	position: relative;
	text-align: justify;
}
#der{
	float: left;
	width: 100%;
}
#der img{
	display: flex;
	width: 90%;
}
#der a{
	color: rgba(0,51,102,0.84);
}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}
/*************************************************************************************************/
@media screen and (max-width:640px){
.centro4{
		height: 1500px;
	}
	#izq{
	font-size: 1.2em;
}
}
/*************************************************************************************************/
@media screen and (max-width:1024px) and (min-width:640px){
	.centro4{
		height: 900px;
	}
#izq{
	font-size: 1.3em;
}
#der{	
	max-width: 1000px;
	
	}
#der img{
	float: left;
	width: 50%;
	max-width: 500px;
	max-height: 350px;
}
}	
/*************************************************************************************************/
@media screen and (min-width:1024px) {
.centro4{
		height: 950px;
	}
	#izq{
	font-size: 1.3em;
}
#der{	
	margin-left: 15vw;
	max-width: 1000px;
	
	}
#der img{
	float: left;
	width: 50%;
	max-width: 500px;
	max-height: 350px;
}
}