*{
    margin: 0;
    padding: 0;

}

body {
    height: auto;
    background: #F9F9F9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}

header{
    background: #FF0000;
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px #fff,
                0 3px #FF0000;
    box-shadow: 0 1px #fff,
                0 3px #FF0000;  
}

.logoavp{  
    width: 100%;
    height: 72px;   
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;    
    margin: 1px;
}
.logoavp img{
    width: auto;
    height: 75px;
}

/*--------MENU------------*/

.menu{
    width: 100%;
    height: auto;
    background: red;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.botones{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    
}

.botones > li{
    display: inline-block;
    background: #F20505;
    margin: 1px;
    text-align: center;
    
}

.botones > li > a{
    display: block;
    width: 150px;
    padding: 9px 4px 9px;
    color: white;
    font-family: 'News Cycle', sans-serif;
    font-size: 1.1em;
    text-decoration: none;
    text-shadow: 0px 1px 1px #BB0029;
  
}

.botones li a:hover{
    -webkit-transition: all 0.3s;
    background: #D40414;
    text-decoration: underline;
}

.traductor {
	height: 50px;
    background: #F20505;
    margin: 1px;
	padding: 0 7px;
    text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    
}

/*-------FIN MENU---------*/
.listas{
    width: 100%;
    height: auto;
    margin-top: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}
/*----------PAGINA PERU TOURS DIARIOS---------*/

.contnd{
    width: 100%;
    height: auto;
    margin: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tour{
    width: 73%;
    height: auto;
}

img.imgtour{
    width: 34%;
    height: auto;
    float: left;
    margin: 10px 10px 0px 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/*----Encabezado-------*/

.ttltours h1{
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 1.57em;
    padding-bottom: 5px;
}

.fttours{
    width: auto;
    font-size: 1.1em;
    font-family: 'Titillium Web', sans-serif;
    line-height: 25px;
    margin-top: 7px;
}

.iti{
    font-family: 'Catamaran', sans-serif;
    font-size: 1.2em;
}

.dscripc{
    width: 100%;
    font-size: 1.1em;
    font-family: 'Catamaran', sans-serif;
    text-align: justify;
    line-height: 1.4em;
}
/*
##########################################################
FUENTES
font-family: 'Oswald', sans-serif;
font-family: 'Khand', sans-serif;
font-family: 'News_Cycle', sans-serif;
font-family: 'Yanone_Kaffeesatz', sans-serif;
font-family: 'Biryani', sans-serif;
font-family: 'Kanit', sans-serif;
font-family: 'Catamaran', sans-serif;
font-family: 'Dosis', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Roboto', sans-serif;
##########################################################
/*------PAGINA PERU TOURS DIARIOS-----------*/

.tables{
    width: 78.2%;
    font-family: sans-serif;
    font-size: 1.4em;
 
} 

.tabtour{
    border-collapse: collapse;
    
}


.ttlos{
    text-align: center;
    color: white;
    background: #008080;
    
}

.ttlos td{
    padding: 5px;
    
}

.ciu{
    text-align: center;
}

.tabtour th{
    padding: 7px;
}

.tabtour td{
    padding: 7px;
}

.tabtour td:hover{
    background: yellow;
    text-decoration: underline; 
}

.tabtour td a{
    margin: 10px;
    
}
/*--------FIN DE PERU TOURS DIARIOS-----------*/

/*-------inicio datos---------*/
.prefooter{
    width: 100%;
    height: auto;
    background: #F11B03;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
       
}

.final{
    width: 270px;
    height: 300px;
    margin-left: 1px;
    padding: 10px 0 0 15px;
    margin-top: 20px;
    border: 0 0 0 1px solid #ddd;
}

.sbttl{
    color: white;
    font-family: 'Oswald', sans-serif;
}

.txts{
    color: white;
    font-family: 'Kanit', sans-serif;
}

.libro {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.libro p{
    width: 98%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
}

.icon-book{
    text-align: center;
    font-size: 2em;
    padding-left: 50px;
    color: white;
    text-decoration: none;
    margin-bottom: -10px;
    
}
.lib{
    width: 98%;
    font-family: 'Kanit', sans-serif;
    color: white;
    text-decoration: none;
    
}

.redess{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.redess a{
    display: block;
    padding: 15px;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
}

/*-------fin datos---------*/

footer{
    background: #F11B03;
    width: 100%;
    padding: 2em;
}

/*//////////////LISTAS DE TOURS///////////////////*/

@media screen and (max-width:1024px){
    
    
}

/*//////////////LISTAS DE TOURS///////////////////*/

@media screen and (max-width:700px){

    
}


@media screen and (max-width:582px){

    
.botones{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    }
    
.botones ul li a{
    padding: 15px 5px;
    display: block;
    font-family: verdana, arial, helvetica, serif;
    font-size: 0.8em;
    letter-spacing: 0.2px;
    line-height: 1em;

}

.marcos{
    width: 100%;
    margin: 0;
    padding: 0;    
    }
    
}
