body, html{
   margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #FFF;
	padding:0;
}
header{
    position: absolute;
    width: 100%;
    background-color: rgba(239,148,2,1)/*#801a00*/;
	/*background: #ff7b00;*/
    z-index: 2;
    box-shadow: 2px  #727272; 
}
#btn-menu{
    display: none;
}
.red{
	color:rgba(255,255,255,1);
	font-size:20px;
}
header label {
    display: none;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-right: 1px solid #fff;
}
header label:hover{
    cursor: pointer;/*pasar el cusor por encima y queda como boton*/
    background: rgba(0,0,0,0.3);    
}
.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;

   display: flex;
    /*justify-content: center;*//* centra los botones*/
}
.menu li {
    text-align: center;/*lineas para dejar el menu repardido por todo lo ancho*/
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;/*lineas para dejar el menu repardido por todo lo ancho*/
    border-right: 1px solid #fff;
	cursor:pointer;
}
.menu li:hover {/*cambio de color cuando pasa el mouse*/
    background: rgba(0,0,0,0.3);   
}
.menu a{
    top: 0;
    left: 0;
    right: 0;
    botton:0;
    margin: auto;
    font-size: 0.85rem;
    /*text-shadow: 2px 2px 2px #000;*/
    color: #000;
	font-weight:bolder;
    text-decoration: none;
}
.menu li  {
    display: block;
    padding: 8px 10px;
    color: #000;
    text-decoration: none;  
} 
.inicio {
    /*border-left: 1px solid #fff;*/
}

.imagen{
    width: 100%;
    height: auto;
    border-radius: 15px ;
    display:block;
   margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
    padding-top: 50px;
    box-shadow: 5px 5px 5px #262626;
}
.contenedor{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;  
}
.contenedor1{
    width: 23%;
    padding: 10px;  
    float: left;
	border-right:solid 2px #FFF;
    display:inline-block;
    box-shadow: 5px 5px 5px #262626;
	min-height:35em;
}
.contenedor2{
    width: 65%;
    padding: 10px;
    display:inline-block;
    margin-left: 10px;
	margin-left:5%;
	color:#000;
   /* box-shadow: 5px 5px 5px #262626;*/
}
.menulateral ul {
    list-style: none;
    text-decoration: none;
    list-style-image: url(postbullets.png)
}
.menulateral a {
    text-decoration: none;
    color: #000;
}
.menulado{
    margin-left: 20px;
    margin-bottom: -10px;
    font-size: 1.30rem;
    font-weight: 600;
}
.pestanaimagen{
    width: 30px;
    height: 10px;
    padding-left: 10px;
}
#btn-lateral{
    display: none;
}
.pestana{
    display: none;
}
#scroll{
	width:100%;
	overflow:hidden;
	float:left;
	max-height:18em;
}
#scroll img{
	float:left;
}
#footer{
	background-color:rgba(25,25,25,1);
	color:#FFF;
	float:left;
	width:100%;
}
#footer h2{
	margin:5px;
}
#footer p{
	margin:5px;
}
#footer a{
	color:#FFF;
}
@media only screen and (max-width: 800px) {
#btn-menu{
    display: block;
}
    header label {
        display: block;       
    }
    .menu {
        position: absolute;
        background: #ff7b00;
        width: 70%;
		display:none;
    }
    .menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .menu li{
        border-top: 1px solid #fff;
    }
    #btn-menu:checked ~ .menu {
        margin: 0;
    }   
    .inicio {
    border-left: none;
    }
    .imagen{
        width: 100%;
    }
    .contenedor{
    display: block;
    }
    #submenu{
        display: none;    
    }
    .contenedor2,.contenedor1{
        width: 100%;
        margin-left: 0px;
        padding: 10px;
		min-height:2em;
    }
    .pestana{
        display: block;
    }
    #btn-lateral:checked ~ .menulateral {
        margin: 0;
    }
    /*.menulateral {
        background: #fff;
        position: absolute;
        width: 70%;
        margin-left: -70%;
        margin-top: 30px;
    }*/
}
#paquetes{
			width:18em; 
			height:23em; 
			overflow:hidden; 
			background-repeat:no-repeat; 
			background-size:auto 100%;
			float:left;
			margin-right:2em;
			margin-bottom:2em;
			box-shadow:2px 2px 5px #FFF;
			border-radius:5px;
		}
		#paquetes h2{
			margin:0;
			background-color:rgba(128,26,0,0.8);
			color:#fff; 
			width:92%;
			padding: 3px 4%;
			border-radius:0 0 5px 5px;
		}
		#paquetes p{
			margin:0;
			background-color:rgba(255,255,255,0.8); 
			padding: 3px 4%;
			width:92%;
			border-radius:5px 5px 0 0;
			font-weight:bolder;
			color:#000;
		}
		@media only screen and (max-width: 800px) {
			#paquetes{
				width:29em; 
				height:25em;
				margin-bottom:2em;
			}
		}