*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
b, h1, h2, th{
	font-family: 'Open Sans Condensed', sans-serif;
}
html, body{
	width: 100%;
	height: 100%;
}
body{
	background: url('../images/background.jpg') repeat;
	text-align: center;
}
h1{
	display: none;
}
h2{
	color: #002B62;
	font-size: 24px;
	margin-bottom: 20px;
}

/*		CLASES		*/
.wbase{
	width: 960px;
	margin: auto;
	text-align: left;
	box-shadow: 0px -2px 20px #000000;
}
.clear{
	clear: both;
}
.info{
	padding: 50px 100px 0;
	text-align: center;
}
.left{
	float: left;
	text-align: left;
}
.right{
	float: right;
	text-align: right;
}

/*		TOP		*/
.top{
	background: url('../images/top-background.jpg') no-repeat center center #00050b;
	background-size: cover;
	width: 100%;
	height: 100px;
	text-align: center;
}
	.top .gerente{
		position: absolute;
		color: #1f7bc4;
		margin: 60px 0 0 20px;
		font-weight: 700;
		font-style: italic;
		font-size: 18px;
	}
		.top .gerente span{
			color: #ffffff;
		}
.menu{
	background: url('../images/menu-background.jpg') repeat-x center center;
	width: 100%;
	height: 38px;
	text-align: center;
	border-bottom: 5px solid #ec4000;
}
	.menu a, .menu span, .btnmenu{
		display: inline-block;
		padding: 15px 12px 9px;
		line-height: 20px;
		top: -6px;
		margin: 0 10px;
		color: #ffffff;
		font-size: 16px;
		text-transform: uppercase;
	}
	.menu a.actual, .btnmenu{
		background: #ec4000;
		border-radius: 10px 10px 0 0;
	}
	.menu span{
		background: #ffffff;
		width: 1px;
		height: 20px;
		padding: 0;
		margin: 10px 0 0;
	}
.btnmenu{
	display: none;
}

/*		CONTENT		*/
.content{
	background: url('../images/content-background.jpg') repeat-x bottom center #f1f2f4;
	padding-bottom: 50px;
}
.slide, .slide a{
	width: 100%;
	height: 187px;
}
	.slide a{
		position: absolute;
		display: none;
		background: no-repeat center center;
		background-size: cover;
	}

/*		BOTTOM		*/
.bottom{
	color: #ffffff;
	font-size: 12px;
	padding: 10px 0;
}

/*		PANTALLAS PEQUEÑAS Y TABLETAS		*/
@media screen and (max-width: 1000px){
	.wbase{
		width: 90%;
	}
	.info{
		padding: 50px 50px 0;
		text-align: center;
	}
}
@media screen and (max-width: 850px){
	.top{
		background-position: right center;
		text-align: left;
	}
		.top .gerente{
			margin: 60px 0 0 0;
			right: 20px;
		}
		.top .logo{
			margin-left: 20px;
		}
	.slide, .slide a{
		height: 120px;
	}
}
@media screen and (max-width: 800px){
	.menu{
		display: none;
		position: absolute;
		z-index: 5;
		top: 134px;
		right: 0;
		width: 100%;
		height: 190px;
		background-repeat: repeat;
	}
		.menu span{
			display: none;
		}
		.menu a{
			display: block;
			top: 0;
			padding: 9px 0px;
		}
		.menu a.actual{
			background: none;
		}
	.btnmenu{
		display: block;
		position: relative;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		border-radius: 0;
	}
}
@media screen and (max-width: 700px){
	h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.wbase{
		width: 100%;
	}
	.info{
		padding: 20px 20px 0;
		text-align: center;
	}
}
@media screen and (max-width: 540px){
	.top{
		text-align: center;
	}
		.top .gerente{
			display: none;
		}
		.top .logo{
			margin: auto;
		}
}