@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 980px) {

		body {
			padding: 12px 0;
		}

		.Mobile, .MenuH ul li.Mobile {
			display: none;
		}
		
		.Desktop {
			display: block;		
		}

		/**/
		
		.MenuPrincipal {
			position: absolute;
			bottom: -26px;
			right: 0px;
			margin: 0px 0px 0 0;
		}
		
		.MenuPrincipal ul li {
			position: relative;
		}
		
		.MenuPrincipal ul li a {
			padding: 4px 10px 18px 10px;
			font-size: 1.2em;
			font-weight: 500;
			color: #191919;
			border-bottom: 6px solid #bdc3c7;	
		}
		
		
		.MenuPrincipal ul li a:hover {
			color: #c0392b;
			text-decoration: none;
			border-bottom: 6px solid #c0392b;
		}
		
		.MenuPrincipal ul li a.Activo {
			border-bottom: 6px solid #000000;
		}
		
		.MenuPrincipal ul li a:hover.Activo {
			border-bottom: 6px solid #c0392b;
		}
		
		.MenuPrincipal ul li ul {
			display: none;
			position: absolute;
			z-index: 1000;
			background-color: #000000;
			padding: 12px;
		}
		
		.MenuPrincipal ul li ul li {
			display: block;
			margin: 0px;
			padding: 0px;
			float: none;
			border: 0px;
		}
		
		.MenuPrincipal ul li ul li a {
			display: block;
			margin: 0px;
			padding: 6px 6px;
			float: none;
			border: 0px;
			white-space: nowrap;
			color: #ffffff;
		}
		
		.MenuPrincipal ul li ul li a:hover {
			border: 0px;
			color: #ff4c38;
		}
	
		.ContenedorCarrusellPortada {
			position: absolute;
			width: 100%;
			bottom: 0px;
			left: 0px;
		}	
	

		.ContendorCarrusellProyectos {
			position: absolute;
			bottom: 0px;
		}
		
	.Right {
		float: right;
	}
	
	.Left {
		float: left;
	}			
	
}


/* PUNTO DE INFLEXION */

@media only screen and (max-width: 979px) {

	.Mobile {
		display: block;
	}
	
	.Desktop {
		display: none;		
	}


	
	.MenuCabecera {
		display: none;
	}	
	
	.MenuPie {
		display: block;
	}		

	.No980px {
		display: none;
	}
	
	body {
		font-family: 'Roboto', serif;
		font-size: 14px;
		font-weight: 400;
	}
	


	.Cabecera {
		position: relative;
	}
	
	.MostrarMenu {	
		font-size: 30px;
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 1000;
		color: #636361;
	}	

	.MenuPrincipal {
		margin: 20px 0 0 0px;
		top: none;
		bottom: auto;
		display: none;	
		position: relative;
		border-bottom: 1px solid #bdc3c7;
	}
	
	.MenuPrincipal ul li {
		float: none;
	}
	
	.MenuPrincipal ul li a {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 8px 12px;
		border: 1px solid #bdc3c7;
		border-bottom: 0px;
		background-color: #fff;
		font-size: 14px;
		color: #636361;
	}

	.MenuPrincipal ul li a:hover {
		text-decoration: none;
		background-color: #ecf0f1;
		color: #191919;
	}
	
	.MenuPrincipal ul li ul {	
		display: none;
	}
	
	.ContenedorCarrusellPortada {
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		margin: 0px;
	}	
	
	.ContenidoCarrusellPortada {
		margin: 0px;
		padding: 24px 12px 12px 12px;
	}

	.ContenidoCarrusellPortada h2 {
		font-size: 1.2em;
	}
	
	.ContenidoCarrusellPortada p {
		font-size: 0.85em;
	}
	
	.CarrusellPortada .bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px;
		height: 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}	
	
	.Right {
		float: none;
		display: block;
		margin: 0 auto;
	}
	
	.Left {
		float: none;
		display: block;
		margin: 0 auto;
	}	
	
}
@media only screen and (min-width: 767px) {

	.Derecha,
	.Pagina img.Derecha,
	.Columna img.Derecha,
	.ContenidoFlex img.Derecha,
	.ColumnasFlex img.Derecha {
		float: right;
		margin: 0 0 12px 12px;
		max-width: 40%;
	}
		
		
	.ContenidoFlex {
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.ContenidoFlex .ColumnaIzquierda {
		-webkit-flex: initial;
		flex: initial;
		width: 320px;
		padding-right: 2%;
		order: 1;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}	
	
	.ContenidoFlex .Contenidos {
		-webkit-flex: 1;
		flex: 1;
		overflow: hidden;
		padding: 0;
		margin: 0;
		order: 2;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}		

	.ContenidoFlex .ColumnaDerecha {
		-webkit-flex: initial;
		flex: initial;
		width: 320px;
		padding-left: 2%;
		order: 3;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
	}	
	
/**/
	
	.Forum {
		display: table;
		width: 100%;	
	}
	
	.ForumItens {
		display: table-row;
		
	}
	
	.ForumItem {
		display: table-cell;
		padding: 12px 12px;
		border: 1px dotted #bbbbbb;
		border-top: 0px;
	}
	
	.ForumHeader {
		background-color: #e0e0e0;
		text-align: center;
		padding: 6px 12px;
		font-weight: 500;
		border-top: 1px dotted #999999;
	}
	
	.Numerico, .Numerico INPUT {
		text-align: right;
	}
	
	.Total {
		font-weight: bold;
		border-top: 1px dotted #999999;
		background-color: #e0e0e0;
	}
	
	
	.ForumItem.NombreT {
		width: 35%;
	}
	
	.ForumItem.Itinerario {
		width: 35%;
	}
	
	.ForumItem.Complementos {
		width: 17%;
	}
	
	.ForumItem.Precio {
		width: 13%;
	}	
	
}

@media only screen and (max-width: 767px) {
	.Columna {
		margin: 0px;
		padding: 0 12px;
		margin-bottom: 12px;
		float: none;
		width: auto;
	}
	.Principal {
		width: 640px;
	}
		

	.Pie p.ContactoEnPie {
		text-align: center;
		margin-bottom: 6px;
	}
	
	.Pie p.EtopiaoEnPie {
		text-align: center;
	}	
	
	.MenuPie {
		margin: 0px;
	}
	
	.MenuPie ul {
		margin: 0px;
	}
	
	.MenuPie ul li {
		border: 1px solid #ecf0f1;
		text-align: center;
		padding: 6px 0px;
	}
			
/**/

	.Forum {
		font-size: 14px;
		margin-bottom: 32px;
		border-top: 1px dotted #000000;
	}

	.ForumItens {
		border: 1px dotted #000000;
		padding: 12px;
		border-top: 0px dotted #000000;
	}

	.ForumItens:first-child {
		border-top: 1px dotted #000000;
	}

	.ForumItens.CabeceraForum {
		display: none;
	}

	.ForumHeader {
		display: none;
	}

	.Numerico, .Numerico INPUT {
		text-align: right;
	}

	.Total {
		text-align: right;
		margin-top: 20px;
		padding-top: 20px;
		display: inline-block;
		border-top: 1px solid #000000;
		margin: 0;
		padding: 0;
	}
		
	
}		

@media only screen and (max-width: 980px) and (min-width: 640px) {
	
	

		
}		

		
@media only screen and (min-width: 640px) {
	.NoMobile {
		display: block;
	}

	.Mobile {
		display: none;
	}
	
	
	
}


@media only screen and (max-width: 640px) {
	
	.No640px {
		display: none;
	}
	
	body {
		font-size: 13px;
		font-weight: 400;
	}
	
	.Principal {
		width: 480px;
	}	
	
	.NoMobile {
		display: none;
	}

	.Mobile {
		display: block;
	}	

	
	.bx-wrapper .bx-controls-direction a {
		top: 80%;
		opacity: 0.2;
	}
			
	.MostrarMenu {
		top: 12px;
		font-size: 1.6em;
	}
	
	.Cabecera {
		padding: 12px;
	}
	
	.Cabecera .Logotipo {
		z-index: 100;
		max-width: 35%;	
		margin: 0px;
	}
	
	
}




@media only screen and (max-width: 480px) {
	
	
	.Principal {
		width: 320px;
	}		
	
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
		position: absolute;
		top: auto;
		bottom: -20px;
		width: 100%;
		z-index:222;
	}	

	.bx-wrapper .bx-pager.bx-default-pager a {	
		width: 6px;
		height: 6px;
		margin: 0 8px;		
	}
	


		
}



@media only screen and (max-width: 320px) {

}
