#titulonomostrarpantalla, #tituloinvisiblepantalla, #textopiedepaginanomostrar, #titulonomostrar, #subtitulonomostrar {
  display: none !important;}

body, html {
    	height: 100%;
    	margin: 0;
	background-color: white;
}

.cabecera {
    	position: fixed;
    	top: 0px;
    	left: 0%;
    	width: 100%;
    	height: 81px;
    	background-color: black;
    	opacity: 1.0;
}

.parametroslogo {
      	height: 61px;
      	position: fixed;
      	top: 0px;
      	left: 5%;
      	margin-top: 10px;
	margin-left: -20px;	
	border-radius:8px;
}

.logofacebook {
      	height: 41px;
      	position: fixed;
      	top: 0px;
      	left: 5%;
      	margin-top: 20px;
	margin-left: 235px;	
	border-radius:8px;
}

.logomail {
      	height: 41px;
      	position: fixed;
      	top: 0px;
      	left: 5%;
      	margin-top: 21px;
	margin-left: 295px;	
}

.cuerpoprincipal {
	position: absolute;
	margin-top: 81px;
	width: 96%; 
	left: 2%; 
}

.imagenprograma {
	position: relative;
	width: 100%;
    	top: 81px;
	left: 0%;
}

.imagenmosaico {
	position: relative;
	width: 98%;
	left: 1% ;
}

.textojustificado {
	font-family: arial;
	font-size: 17px;
	text-align: justify;
	font-weight: lighter;
	padding-right: 15px; 
	padding-left: 15px;
	opacity: 0.9;
}

.textoitalicojustificado {
	font-family: arial;
	font-size: 17px;
	text-align: justify;
	font-weight: lighter;
	padding-right: 15px; 
	padding-left: 15px;
	opacity: 0.9;
	font-style: italic;
}

.parrafo {
	/* background-color: #E3E3E3; */
	background-color: #FfFfFf;
	border-radius: 0px;
	padding: 10px 15px 10px 15px;
}

.dropbutton {
    	background-color: black;
    	color: white;
    	padding: 8px;
    	font-size: 20px;
    	font-family: Tahoma;
	font-style: none;
	font-weight: lighter;
    	border: none;
	border-radius: 8px;
    	cursor: pointer;
    	width: 350px;
	margin-right:-100px;
	height: 61px;
}

.dropdown {
    	position: fixed;
	top: 0;
	right: 5%;
	margin-top: 10px;
    	display: inline-block; 
}

.dropdown-content {
    	display: none;
    	position: absolute;
	margin-top: 0px;
    	background-color: white; 
	border-radius: 8px;
	min-width: 350px;
	height: 1000px;
    	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
}

.dropdown-content a {
    	color: black;
    	padding: 12px;
    	text-decoration: none;
	display: block;
    	font-size: 18px;
	font-weight: lighter;
    	font-family: Tahoma;
    	text-align: center;
}

.dropdown-content a:hover {
    	background-color: #74A2B2; 
    	color: black;
    	border-radius: 8px; 
}

.dropdown:hover .dropdown-content {
    	display: block;
}

.dropdown:hover .dropbutton {
    	background-color: transparent; 
	color: white;
}

h1.titulodetallevoyage {
	position: absolute;
	bottom: 10%;
	/*	left: 10%; */
	left: 4%;
	margin-top: 81px;
    	font-family: arial;
    	font-size: 31px;
	font-weight: lighter;
	padding: 18px 5px 18px 5px; 
	color: white;
	/*	width: 70%; */
	width: 92%;
	/*	background: #607D8B; */
	background: rgba(96, 125, 139, 0.8);
	border-radius: 0px;
	text-align: center;
  	line-height: 1.5;
}

h2.subtitulodetalledia {
	margin: auto;
    	font-family: arial;
    	font-size: 30px;
	font-weight: lighter;
	width: 100%-20px;
	margin: auto;
	padding: 10px 10px 10px 15px;
	color: black;
	text-align: left;
	background-color: lightgrey;
}

h2.subtitulomodificaciones {
    	font-family: arial;
    	font-size: 30px;
	font-weight: lighter;
	width: 100%-20px;
	margin: auto;
	padding: 10px 10px 10px 15px;
	color: black;
	text-align: left;
	background-color: lightgrey;
	opacity: 0.9;
	font-style: normal;
}

h2.subtitulotarifas {
    	font-family: arial;
    	font-size: 30px;
	font-weight: lighter;
	width: 100%-20px;
	margin: auto;
	padding: 10px 10px 10px 20px;
	color: black;
	text-align: left;
	background-color: lightgrey;
	opacity: 0.9;
	/* font-style: italic; */
}

h2.subtituloresumen {
	position: relative;
	top: 5%;
	margin: auto;
    	font-family: arial;
    	font-size: 30px;
	font-weight: lighter;
	width: 100%-20px;
	margin: auto;
	padding: 10px 10px 10px 13px;
	color: black;
	text-align: left;
}

.botoncontacto  {
    	background-color: #FF6600;
    	border: none;
    	color: white;
    	padding: 13px;
    	text-align: center;
    	text-decoration: none;
    	display: inline-block;
	font-family: arial;
	font-size: 20px;
	font-weight: light;
    	cursor: pointer;
	border-radius: 6px;
	width: 88%;
	margin-left: 6%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


	