@font-face {
  font-family: 'Louis George Cafe';
  src:  url("Louis.ttf");
}
@font-face {
  font-family: 'Laviossa';
  src:  url("Laviossa-Medium.otf");
}

body {
   margin: 0px;
   font-family: "Louis George Cafe", Sans-Serif;
}

.cul_cabecera {
	margin: 0px;
	background-color: #621D74;
}
.cul_logo {
	width: 100%;
}


.cuerpo {	
	margin-left:auto;
	margin-right:auto;	
}

.cuerpo > #bannerV {
	display:block;
	text-decoration: none;
	color: white;
	text-decoration: none;  
}

.cuerpo > #bannerV >img {
	width:100%;		
}


.cuerpo > #bannerH {
		display:none;

}


.cuerpo > #banner > img {
	width: 100%;
}

.cuerpo > img {
	width: 100%;
}


.slider {	
	max-width: 1080px;	
	margin: 0 auto;
}

.slider  h1 {
	font-size: 1.5em;
}

@media (orientation: landscape) {
	
	.cul_logo {
		width: auto;
		height: 100px;	
		display:block;
	}
	
	.cuerpo {
		max-width:1080px;
	}
	.cuerpo > #bannerV {
		display:none;

	}
	.cuerpo > #bannerH {
		display:block;
		text-decoration: none;
		color: white;
		text-decoration: none;
	}
	
	.cuerpo > #bannerH >img {
		width:100%;
		max-width: 1080px;
	}


	.cuerpo > #bannerH {
		display:block;
		text-decoration: none;
		color: white;
		text-decoration: none;  
	}	
	
	.slider ul li  {    
    	height:350px;
	}
	
	.slider  h1 {
		font-size: 2em;
	}
	
}
/*
PARA UNA CABECERA CON EL LOGO MAS TEXTO
.cuerpo > #banner > span {
	width:100%;
	padding-top: 10px;;
	color: white;
	text-align: center;
	font-size: 3em;
	text-decoration: none;
}


/*
.cul_cabecera {
	display: flex;
	align-items: center;
}

.cul_cabecera > #logo {
	width:50px;
	margin: 20px;	
}

.cul_cabecera > #titulo {
	font-size: 2em;
}
*/
