body{
	margin:0;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	background: #880;
	background:-webkit-linear-gradient(top,rgba(255,255,255,0.8),rgba(0,0,0,0.8));
	min-height: 800px;
}
footer{
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
	background-color: #000;
}
header{
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
	background-color: #D2CCCE;
}
nav{
	background-color: rgb(138, 25, 42);
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
}
section{
	position: relative;
	float: left;
	margin: 0;
	width: 100%;
	background-color: #FFF;
}
#mapa-huancavelica{
	width: 35px;
	left: 130px;
	top: 280px;
}

#mapa-junin{
	width: 65px;
	left: 118px;
	top: 255px;
	
}
#mapa-lima{
	width: 52px;
	left: 90px;
	top:246px;
}
#mapa-pasco{
	width: 55px;
	left: 113px;
	top: 229px;
}
.adorno-box{
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	background-color: #ff0;
}

.arco-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.arco-img{
	width: 100%;
	height: 100%;
}
.box{
	position: relative;
	margin: 2px 0;
	float: left;
	width: 100%;
}
.bus-box{
	position: absolute;
	bottom: 20px;
	right: 1%;
	margin: 0;
	width: 40%;
}
.bus-img{
	position: relative;
	width: 100%;
}
.footer-text{
	color: #fff;
	font-size: 0.65em;
}
.logo-box{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	z-index: 1;
}
.logo-img{
	margin: 10px auto 0 auto;
	width: 100px;
}
.logo-text{
	font-size: 1.25em;
	margin: 0;
	margin-bottom: 10px;
	color:#D44B7A;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
.mapa{
	float: left;
	margin:0;
	position: relative;
	text-align: center;
	width: 100%;
}
.mapa-box{
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 300px;
}
.mapa-link{
	color: #555;
	position: absolute;
	text-decoration: none;
	text-align: center;
}
.mapa-link:hover>.mapa-link-img{
	display: block;
}
.mapa-link:hover>.mapa-link-text{
	display: none;

}
.mapa-link-img{
	display: none;
	position: relative;
	width: 100%;
}
.mapa-link-text{
	position: relative;
	width: 15px;
	margin: 25% 20% 0 0;
}
.mapa-peru{
	width: 100%;
}
.mapa-info{
	background-color: #aaa;
	color: #fff;
	padding:10px 20px;
	position: absolute;
	top: 45%;
	right: 5px;
}
.menu-list{
	bottom: 0;
	list-style: none;
	margin: 0;
}
.menu-link{
	text-decoration: none;
	padding: 5px;
	color: #fff;
	font-size: 0.85em;
}
.menu-link:hover{
	color: #000;
	font-weight: bold;

}
.menu-item{
	display: inline-block;
	margin: 5px;
	padding: 5px;
	width: 150px;
}
.menu-item:hover{
	background-color: #D2CCCE;
}
.ofic-principal{
	width: 200px;
	position: relative;
	float: left;
	margin-top: 20px;	
	margin-left: 20px;
}
.ofic-body{
	width: 100%;
	position: relative;
	float: left;
	background-color: rgba(255,200,100,0.4);
	border: 1px solid #000;
	border-top: none;
	border-radius: 0 0 10px 10px;
}
.ofic-text{
	margin-top:25px; 
	color: #000;
	font-size: 0.65em;
}
.ofic-title{
	width: 100%;
	position: relative;
	float: left;
	background-color:rgba(255,100,0,0.85);
	font-size: 0.65em;
	height: 25px;
	line-height: 25px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	border: 1px solid #000;
	border-bottom: none;
	margin-top: 15px;
}
.redes-box{
	position: absolute;
	top: 10px;
	width: 100%;
}
.redes-text{
	font-size: 1em;
	font-style: italic;
	margin: 0;
	color:#D44B7A;
}
.slider-box{
	position: relative;
	margin: 2px 0;
	float: left;
	width: 100%;
	max-height: 550px;
	overflow: hidden;
	background-color: #fff;
}
.slider-img{
	position: relative;
	width: 100%;
}
/*dispositivos*/
@media screen and (min-width: 480px){

}
@media screen and (min-width: 640px){
	
}
@media screen and (min-width: 780px){

	body{
		margin: 0 auto;
		width: 1000px;
	}
	nav{
		position: absolute;
		bottom: 0;
		width: 1000px;
	}
	.logo-box{
		width: 200px;
	}
	
}
@media screen and (min-width: 1000px){
	
}
@media screen and (min-width: 1400px){
	
}