@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
	margin: 0;
	padding: 0
}

html, body{
  width: 100%;
  height:100%;
}

body { 
  font-family: 'Open Sans';
  font-size: 12px;
}

body.airline { 
  background: url(images/background_img_2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.airport { 
  background: url(images/background_img_7.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.admin { 
  background: url(images/background_img_3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.departure { 
  background: url(images/background_img_6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body.arrival { 
  background: url(images/background_img_5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

nav.mainmenu {
	width: 100%;
	height: 40px;
	text-align: center;
	margin: 0 0 0 0;
	color: #666;
}

nav.mainmenu ul {
	padding-top: 10px;
}

nav.mainmenu li {
	display: inline;;
	margin-left: auto;
    margin-right: auto;
	
}

nav.mainmenu li a {
	color: #666;
	text-decoration: none;
	
}

nav.mainmenu li a:hover {
	color: #000;
	text-decoration: none;
	
}

nav.secondmenu {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	padding-top: 30px;
}

nav.secondmenu ul {
	padding-top: 10px;
}


nav.secondmenu li {
	padding-top: 2px;
	margin-left: auto;
    margin-right: auto;
	
}

nav.secondmenu li a {
	color: #666;
	text-decoration: none;
	
}

nav.secondmenu li a:hover {
	color: #006;
	text-decoration: none;
	
}

main {
	text-align: center;
	display: flex;
	justify-content: center;
}

section.generalcontent {
	width: 50%;
	height:auto;
	min-height: 200px;
	background-color: #FFF;
	opacity:0.95;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 0;
	text-align: left;
}

section.contentinsert {
	width: 61%;
	height: auto;
	background-color: #FFF;
	opacity:0.85;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

header.login {
	width: 61%;
	height:auto;
	background-color: #FFF;
	opacity:0.95;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

header.login label {
	width: auto;
	font-size: 13px;
	display: inline-block;
	padding-top: 4px;
	text-align: left;
}

header.login form {

	display: inline-block;
}

table {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
 	font-size: 13px;
	text-align: center;
	border-width: thin;
	border-color: #000000;
}


table th, td {
 	padding-right: 8px;
	
}

tr:nth-child(even) {
	background-color: #CDCDCD;
}


.background1, .background2, .background3, .background4, .background5, .background7 td:nth-child(even)  {
	background-color: #CDCDCD;
}

.background6 {
	background-color: #92DA89;
}

.arrivals {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
 	font-size: 13px;
	text-align: center;
	overflow-x: auto;
}

table.parque {
	padding-top: 10px;
	padding-bottom: 10px;
 	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.parque th {
	 	width: 160px;
}

table.parque td {
 	width: 80px;
	height: 25px;
}

label {
	width: 35%;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	padding-top: 12px;
	text-align: left;
}

.button {
  color: #ffffff;
  background: #8a8a8a;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  border: 0;
}

.cellGreen {
	background-color: #0C0;
}

.cellRed {
	background-color: #C30;
}

.button:hover {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #121112);
  background-image: -moz-linear-gradient(top, #000000, #121112);
  background-image: -ms-linear-gradient(top, #000000, #121112);
  background-image: -o-linear-gradient(top, #000000, #121112);
  background-image: linear-gradient(to bottom, #000000, #121112);
  text-decoration: none;
}


.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-container > div {
  width: 150px;
  max-width: 150px;
  margin: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
	
}

.flex-container-largeimage {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-container-largeimage > div {
  width: 100%;
  text-align: center;
	
}

#otherValue
{
  display: none;
}

#other:checked ~ #otherValue
{
  display: inline-block;
}

.error {
	color: #DC143C;
	display: block;
	
}



aside {
	display: inline-block;
	width: 10%;
	height:auto;
	min-height: 200px;
	background-color: #F1F0FF;
	opacity:0.9;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	margin-top: 20px;
	
}

footer {
	width: 61%;
	height:auto;
	background-color: #F1F0FF;
	opacity:0.85;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	font-size: 10px;
	text-align: center;
}

.tap { 
  background: url(images/tap.jpg) no-repeat center center fixed; 
width: 150px;
height: auto;
}

.ryr { 
  background: url(images/ryanair.jpg) no-repeat center center fixed; 
width: 150px;
height: auto;
}