@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Balloon';
  font-weight: 400;
  src: local('Balloon'), local('Balloon'), url(balloon.woff) format('woff');
}


* {padding: 0; margin: 0;}
a {outline: 0; text-decoration:none; color:#3D6B96;}
a:hover{color:#FFBB07;}
a img {border-width:0;}


body{
	font-family: 'Open Sans', verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#21343D;
	background: #333;
}

#todo{
	width: 100%;
	background: #FFF;
}

#barra{
	background: #2C4C76;
	text-align: right;
	padding: 6px 3%;
}

#barra div{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1060px;
}

#btnmenu{
	padding: 5px 10px;
	float: left;
	z-index: 1000;
}
#btnmenu:hover{
	cursor: pointer;
}

#barra a{
	display: inline-block;
	padding: 5px 1%;
	margin: 0 10px;
	color: #FFF;
	font-size: 16px;
}
#barra a:hover{
	color: #4698f4;
	text-decoration: underline;
}
#barra img{
	margin-right: 6px;
}

.logoarundanet img{
	position: relative;
	width: 120px;
}


header{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1060px;
	height: 180px;
}

#slider{
	display: none;
}

#logo{
	display:block;
	padding: 5px 3%;
	max-width: 90%;
	height: auto;
}


#menuhorizontal{
	display: none;
	text-align: center;
	overflow: hidden;
	z-index: 1000;
}
#menuhorizontal a{
	display:block;
	padding: 10px 1%;
	color:#333;
	font-size:21px;
	font-weight: bold;
}
#menuhorizontal .ico{
	position: relative;
	top: 4px;
	padding: 12px !important;
}
#menuhorizontal a:hover{
	color:#4698f4;
	transition: color 0.2s;
}
#menuhorizontal a img{
	position:relative;
	top:-1px;
}
#menuhorizontal a strong{
	color:#FFF;
}

#lateral{
	display: none;
}

.nivo-controlNav, .nivo-directionNav{
	display: none;
}

#buscador{
	display: block;
	text-align: center;
	padding: 20px;
	line-height: 28px;
	color: #000;
}
#buscador>input{
	margin: 0 12px;
	padding: 8px 60px 8px 12px;
	border-radius: 8px;
	background: url("img/buscar.png") no-repeat center right;
	border:#DDD 2px solid;
	font-weight: bold;
	font-size: 16px;
	width: 65%;
	color: #444;
	max-width: 180px;
	transition: border 2s;
}
#buscador>input:hover{
	border-color: #FF7000;
	transition: border 0.1s;
}

#promociones{
	text-align: center;
}
#promociones a img{
	margin: 15px 1%;
	box-shadow: #3672B5 0 4px 6px;
	width: 15%;
}

#menuvertical{
	position:absolute;
	left: 0;
	top: 0;
	width: 200px;
	border-right:#B4BBC7 1px solid;
}

#menuvertical a{
	display:block;
	padding: 18px 5px 18px 20px;
	width: 174px;
	border-bottom:#E0E2E7 1px solid;
	color:#06194E;
	font-weight:bold;
	letter-spacing:1px;
}

#menuvertical a:hover{
	background:#193D79 url("img/menuvertical.gif") repeat-x top;
	color:#fff;
}

#central{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1060px;
	padding: 20px 0 90px 0;
	background: #FFF;
	z-index: 900;
}

h1{
	margin-bottom: 40px;
	background: #F8F8F8;
	border-bottom: #DDD 2px solid;
	font-family: 'Syncopate', sans-serif;
	text-align:center;
	font-size: 31px;
	font-weight: normal;
	color:#00335F;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-transform:uppercase;
}

h2{
	font-size: 16px;
	color:#2C61BA;
	margin: 25px  0 10px 50px;
}

#central p{
	padding: 0 5% 15px 5%;
	line-height:140%;
	font-size: 15px;
}
#central p strong{
	font-size: 16px;
	letter-spacing: 1px;
	color:#26262D;
}

.centrado{
	text-align: center;
}

#central img{
	max-width: 90%;
	height: auto;
}

.centrado{
	display:block;
	position:relative;
	margin: 30px auto;
}
.derecha{
	float:right;
	margin: 20px 50px;
}

.fotoscentradas{
	text-align:center;
	margin: 10px 0 25px 0;
}
.fotoscentradas img{
	display: inline-block;
	padding: 8px 20px;
}

li{
	margin: 2px 65px;
	font-size: 15px;
	list-style-type:square;
}

.galeria{
	text-align:center;
	padding: 20px 0;
}

.galeria a img{
	margin: 10px;
	padding: 6px;
	border:#FFF 2px solid;
	box-shadow: #BBB 0 2px 4px;
}

.galeria a:hover img{
	border-color:#FF7000;
}

#destacados{
	margin-bottom: -6px;
}
#destacados a{
	position: relative;
	display: inline-block;
	width: 25%;
	overflow: hidden;
}
#destacados a span{
	position: absolute;
	left: 10px;
	bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	color:#FFF;
	transition: color 0.2s, font 0.1s;
}
#destacados a img{
	width: 100%;
}
#destacados a:hover span{
	color:#000;
	font-size: 30px;
	transition: color 0.5s, font 0.2s;
}
#destacados a:hover img{
	opacity: 0.4;
	transition: opacity 0.3s;
}

#logoinferior img{
	display: block;
	position: relative;
	margin: 0 auto 30px auto;
	width: 70%;
	max-width: 480px;
}

footer{
	clear:both;
	border-top: #000 1px solid;
	background:#000 linear-gradient(#000, #292B33);
	color:#BBC;
	padding: 30px 5% 90px 5%;
	text-align:left;
	font-size: 18px;
	line-height: 150%;
}

footer .menuservicios{
	margin: 20px 0;
	border-top: #667 1px solid;
	border-bottom: #667 1px solid;
	text-align: center;
	padding: 10px;
}
footer .menuservicios a{
	display: inline-block;
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
}
footer .menuservicios a:hover{
	color: #FFF;
	background: #002D53;
}

footer #arundanet{
	padding: 20px 0;
}

#whatsapp{
	display:block;
	position: fixed;
	right: 2%;
	bottom:70px;
	opacity: 0.8;
	transform: scale(0.8);
	transition: opacity 20s, transform 0.3s;
}
#whatsapp:hover{
	opacity: 0.95;
	transform: scale(1);
	transition: opacity 0.3s, transform 0.1s;
}

#cookieinfo{
	display:block;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	background:#000;
	color:#AAA;
	opacity: 0.7;
	text-align: center;
	padding: 8px 0 6px 0;
}
#cookieinfo img{
	float: right;
	margin-right: 20px;
}

.error{
	display:block;
	background: #D2E0EF url("img/error.png") no-repeat 25px 10px;
	min-height:60px;
	margin: 20px 150px;
	padding: 110px 30px 20px 30px;
	border:#3671B4 1px solid;
	border-radius: 2px;
}
.error strong{
	display:block;
	padding-bottom: 10px;
}

@media screen and (min-width: 840px) {

	#btnmenu{
		display: none !important;
	}
	#slider{
		display: block;
	}
	.slider-wrapper{
		display: block;
		position: relative;
		margin: 10px auto;
		width: 100%;
	}
	header #buscador{
		float: right;
		margin-top: 80px;
	}
	header #buscador input{
		max-width: 140px;
	}
	#logo{
		position: absolute;
		left: 3%;
		top: 8px;
		padding: 36px 3%;
		z-index: 1000;
		max-width: 400px;
	}
	#menuhorizontal{
		display: inline-block;
		position: absolute;
		right: 2%;
		top: 20px;
		width: 50%;
	}

	#menuhorizontal a{
		display:inline-block;
		font-size: 15px;
	}	

	#lateral{
		display: block;
		position: absolute;
		right: 0;
		bottom: 20px;
		z-index: 100;
	}
	#lateral a{
		display: block;
		padding: 12px 10px 9px 12px;
		margin-bottom: 1px;
		background: #600;
		border-radius: 6px 0 0 6px;
		background: rgba(0,0,0,.8);
		text-align: center;
	}
	#lateral a:hover{
		background: #2C4C76;
		transition: background 0.2s;
	}

	footer #arundanet{
		padding: 0;
		float: right;
	}

}

