@charset "utf-8";
/* CSS Document */

body{
	
	margin: 0 auto;
	background-image: url(../img/greece_rgb.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	background-attachment: fixed;
	width: 100%;
}
.centro{
	
	position: relative;
	background-color: rgba(0,0,0,0.44);
	text-align-last: center;
	/*z-index: -5;*/
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}
.datos, .datos1{
	width:25%;
	max-width: 220px;
	height: 180px;
	background-color: rgba(181,181,181,0.4);
	border-width: 2px;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 10px;
	margin-left: 10px;
	border: 3px;
	float: left;
	color: white;
	font-size: 0.8em;
	text-align: center;
	transition: transform .2s; /* Animation */
}
.datos img{
	width: 90%;
	max-width: 180px;
	height: 70%;
	max-height: 200px;
	margin-top: 8px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.datos1 img{
	width: auto;
	max-width: 180px;
	height: 70%;
	max-height: 200px;
	margin-top: 8px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}
.datos:hover, .datos1:hover
{
    background-color: rgba(170,227,255,0.6);
	transform: scale(1.3);
}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}
h1{
	color: white;
}
.soft, .guias, .info{
	align-items: center;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-left:0px;
	}
/*************************************************************/
@media screen and (max-width:640px) {
body{
	margin: 0 auto;
	background-image: url("../img/dubai.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position:center;
}

.centro{
	height: auto;
}
.datos, .datos1 {
		width: 31%;
	max-width: 280px;
	}
.datos1 img{
	width:auto;
	}
}

/**************************************************************/
@media screen and (max-width:1024px) and (min-width:640px) {

.centro {
		height: auto;
	}	
.datos, .datos1 {
		width: 30%;
	max-width: 250px;
	margin-left: 50px;
	margin-top: 25px;
	}
.datos1 img{
	width:auto;
	}
}
  
/**************************************************************/
@media screen and (min-width:1024px) {
 
.centro{
	width: 100%;
	height: 350PX;
	max-height: 200px;
	display: table-row;
	background-color: rgba(0,0,0,0.44);
	
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}.datos, .datos1 {
		width: 30%;
	max-width: 250px;
	margin-left: 80px;
	margin-top: 45px;
	}
a {
	text-decoration: none;
	color: white;
}
li{
 list-style: none;
}
h1{
	color: white;
	}


}