@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	margin-top:20px;
	padding: 0px;
	background-image: url(../img/fondo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	overflow:hidden;
}

div {
	width: 100%;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

#mobile{
	display:none;
}

#logomobile{
	position: fixed;
	bottom: 0;
	width:100%;
}

#logomobile img{
	float:right;
}

#_tapa{
	z-index:100 !important;
	background-color:#000;
	opacity:0.7;
	width:100vw;
	height:100vh;
	position:absolute;
	top:0px;
	left:0px;

}


#tapa{
	z-index:-25 !important;
	background-color:#000;
	opacity:0.5;
	width:4000px;
	height:4000px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#pieza{
	z-index:100 !important;
	position:absolute;
	top:100px;	
	max-width:1750px;
	max-height:726px;	
	display:none;
}

#numeros{
	z-index:200 !important;
	position:absolute;
	top:100px;	
}

#header{
	z-index:-40 !important;
}

#avion{
	z-index:-50 !important;
	position:absolute;
	top:100px;	
	max-width:1750px;
	max-height:726px;
}


#lineas{
	position: fixed;
	bottom: 0;
	width:100%;
	z-index:-100 !important;
}

#logo{
	position: fixed;
	bottom: 0;
	width:100%;
	z-index:-100 !important;
}

#logo img{
	float:right;
}


.titulo {
	font-family: 'sans_semibold';
	color:#009245;
	font-size:30px;
}
.subtitulo {
	font-family: 'sans_light';
	font-size:14px;
}

.titulomobile {
	font-family: 'sans_semibold';
	color:#00a8e1;
	font-size:20px;
	margin-top:70px;
	margin-bottom:20px;
}

#tituloventana {
	background-image: url(../img/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height:130px;
}

#tituloventana p{
	font-family: 'sans_semibold';
	color: #FFFFFF;
	font-size: 32px;	
	margin-left:25px;
	padding-top:15px;
	line-height:35px;
}

#imagenventana{
	background-color:#FFFFFF;
	margin:25px;
	}
	
#imagenventana img{
	max-width:380px;
	}	
	
#descripcionventana p {
	font-family: 'sans_light';
	font-size:18px;
	text-align:left;
	margin:25px;
	
}	



.modal-body {
    padding: 0px !important;
}

.modal-header {
    padding: 0px;
	border-bottom: 0px solid transparent;
}


.modal-dialog {
    width: 80%;
	max-width:700px;
    margin: 30px auto;
}

.modal-content {
    border: 0px solid transparent !important;
    border-radius: 0px !important;
	
	
	
	-webkit-box-shadow: 13px 13px 0px 3px rgba(0,146,69,1) !important;
	-moz-box-shadow: 13px 13px 0px 3px rgba(0,146,69,1) !important;
	box-shadow: 13px 13px 0px 3px rgba(0,146,69,1) !important;
}


.close {
    font-family: 'sans_light' !important;
    font-size: 54px !important;
    font-weight: normal !important;
    color: #0583b2 !important;
    opacity: 1 !important;
    margin: 16px !important;
}
