*{
    margin: 0;
    padding: 0;
}

body {
    background: #F9F9F9;
    min-height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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{
    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.2em;
    text-decoration: none;
    text-shadow: 0px 0px 1px #50595C;
  
}

.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;
    
}
/*
##########################################################
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;
##########################################################
/*-------TABLA TOUR PERU, LOCALES, VACACIONES----------*/
.listas{
    width: 72.5%;
	margin: auto;
}

h1.lis{
	padding-left: 25px;
	margin-top: 10px;
    font-family: sans-serif;
}

h3.sublis{
	padding-left: 30px;
    font-family: sans-serif;
    
}

.marcos{
    width: 100%;
    border-collapse: collapse;    
    font-family: 'News_Cycle', sans-serif;
    font-size: 1.25em;
    margin-bottom: 50px;
}

.marcos th{
    background: #F20505;
    line-height: 1.75em;
	font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    padding: 0px 10px 3px 25px;
	color: white;
	text-align: left;
	
} 

.marcos td a{
    display: block;
	padding: 7px 4px 10px 25px;
	font-family: 'News_Cycle', sans-serif;
	
}

.marcos td:hover{
    background-color: #F4FF81;
  
}
.marcos tr:hover{
    background-color: #F4FF81;
  
}

/*------FIN DE TABLA TOURS PERU, LOCALES, VACACIONES-----------*/

/*------TABLA LISTA TOURS DIARIOS------*/

.tabtour{
    border-collapse: collapse;
    font-family: sans-serif;
    font-size: 1.4em;
	margin-bottom: 50px;
}


.ttlos{
    color: white;
    /*background: #008080;*/
	background: #F20505;
    
}

.ttlos th{
	padding: 10px;
}

.ttlos td{
    padding: 5px;
    
}
th.nomptd{
	text-align: left;
	border: 1px solid #F20505;
}

.ciu{
    text-align: center;
}

.tabtour td a{
	display: block;
    padding: 10px 0 20px 10px;
	text-decoration: none;
    
}

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

td.ciu:hover{
    background: none;
    text-decoration: none; 
}

/*------FIN TABLA LISTA 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%;

}

/*-----RESPONSIVE---------------------------------------------*/
/*
@media screen and (max-width:582px){
.marcos th{
    font-size: 0.8em;
 
    } 
.marcos td{
    padding: 10px;       
    }
    
.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;

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

.marcos{
    width: 100%;
    margin: 0;
    padding: 0;    
    }
    
}
*/
@media screen and (max-width:530px){

.listas{
    width: 100%;
	height: auto;
    }
	
.marcos th{
    line-height: 1.5em;
    font-size: 1em;
    padding: 8px 4px;

	
}
.nomptd, .ciu{
		font-size: 0.75em;
	}
    
}
@media screen and (max-width:370px){

.marcos th{
    line-height: 1em;
    font-size: 0.75em;

}
	
.marcos td a{
	font-family: 'News_Cycle', sans-serif;
	font-size: 0.75em;
	
}
    
}