@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
}
html{
	height:100%;
}
body {
	margin: 0 auto;
	background-image: url(../img/dubai.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment: fixed;
	height: 1500px;
}
.cad{
	width: 80%;
	height: auto;
	background-color: rgba(0,0,0,0.7);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: white;
	overflow: hidden;
}
.pcad1, .pcad3{
	width: 50%;
	height: auto;
	float: left;
	margin-left: 0px;
	
	overflow: hidden;
	display: inline-block;
}
.pcad2, .pcad4{
	width: 50%;
	height: auto;
	
	float: left;
}
.pcad2 a img{
	width: 100%;
	max-width: 350px;
	height: auto;
	max-height: 150px;
	
}
.pcad2 img{
	width: auto;
	max-width: 350px;
	height: auto;
	max-height: 250px;
	display: flex;
	margin-top: 20px;
}
p {
	margin-top: 20px;
	padding-left: 8px;
}
.pcad3 img, .pcad6 img{
	display: flex;
}
.pcad5{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 20px;
}
.pcad6 img{
	padding-top: 10px;
}

.pcad7{
	display: block;
	padding: 10px;
}
.pcad8{
	margin-top: 30px;
	padding-top: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
	
	padding-bottom: 10px;
	padding-left: 50px;
}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}

.links {
	color:rgba(240,255,0,1.00);
	font-weight: bold;
	width: 90vw;
	height: 15vh;
	float: left;
	margin-left: 9px;
}
.links:hover {
	color:rgba(255,182,0,0.89);
}
.link:hover {
	color:rgba(255,182,0,0.89);
	font-weight: bold;
}
.td1{
	float: left;
	width: 50%;
	height: 35px;
	text-align: center;
}

iframe{
	display: flex;
	width: 98vw;
	height: 580px;
	max-width: 800px;
	max-height: auto;
	}
/********************************************************************************************/
@media screen and (max-width:640px) {
.cad{
		width: 100%;
	}	
	.pcad1, .pcad2, .pcad3, .pcad4, .pcad5, .pcad6, .pcad7{
		width: 100%;
	}
.pcad3 img, .pcad6 img{
	display: flex;
	width: 100%;
}
	.pcad7{
		margin-top: 5px;
		margin-bottom: 5px;
		display: block;
		overflow: hidden;
	}

	iframe{
		height: 380px;
	}
}
/*****************************************************************************/
@media screen and (max-width:1024px) and (min-width:640px) {
  /* reglas CSS */
.cad{
		
		font-size: 1.1em;
	}

	
	.pcad6 img{
	display: flex;
	width: auto;
	max-width: 600px;
	height: auto;
	
}
.links {
	width: 100%;
}	
}
/*********************************************************************************************************/
@media screen and (min-width:1024px) {
  /* reglas CSS */
	.cad{
		width: 1024px;
		font-size: 1.3em;
	}
.pcad6 img{
	display: flex;
	width: auto;
	max-width: 900px;
	height: auto;
	
}
	.pcad7{
		width: 100%;
	}
.links {
	width: 100%;
}
	
iframe{
	height: 450px;
	width: 950px;}
}
	