@font-face {
    font-family: "AmisPro";
    src: url(./fonts/AmsiPro-Regular.otf) format("truetype");
}

@font-face {
    font-family: "Canaro";
    src: url(./fonts/Canaro-Black.otf) format("truetype");
}

body{
	margin: 0;
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color: black;
}

.img_ajustada{
	width: 100%;
}

.barraSuperior{
	width: 100%;
	background-color: #333333;
	border-style: none none solid none;
	border-width: 5px;
	border-color: #78bb2f;
}

.menu{
	width: 90%;
	margin-left: 5%;
	background-color: white;
}

.logoMenu{
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.navMenu{
	display: inline-block;
	vertical-align: top;
	position: relative;
	float: right;
	margin-top: 20px;
}

.Tabla{
	margin-top: 50px;
	width: 100%;
	display: table;
}
.celdaTabla{
	display: table-cell;
	font-family: "AmisPro";
	-webkit-transform: skew(-25deg);
  	-moz-transform: skew(20deg);
  	-o-transform: skew(20deg);
  	border-style: none solid none none;
  	border-width: 1px;
  	cursor: pointer;
}
.celdaTabla:hover{
	background: -webkit-linear-gradient(right, #78bb2f, rgba(0, 0, 0, 0)); 
	background: -o-linear-gradient(left, #78bb2f, rgba(0, 0, 0, 0)); 
	background: -moz-linear-gradient(left, #78bb2f, rgba(0, 0, 0, 0)); 
	background: linear-gradient(to left, #78bb2f, rgba(0, 0, 0, 0)); 
}

.celdaTabla2{
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-transform: skew(20deg);
  	-moz-transform: skew(-20deg);
  	-o-transform: skew(-20deg);
}

.banner{
	width: 100%;
	border-style: none none solid none;
	border-width: 2px;
	border-color: #333333;
	position: relative;
	padding-bottom: 30px;
}

.footer{
	width: 100%;
	background-color: #333333;
	border-style: solid none none none;
	border-width: 10px;
	border-color: #78bb2f; 
}

.footer2{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.infoFooter{
	font-family: "AmisPro";
	font-size: 16px;
	color: white;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 600px){
	.logoMenu{
		width: 100px;
	}
	.celdaTabla2{
		font-size: 12px;
	}
}
@media only screen and (max-width: 450px){
	.logoMenu{
		width: 60px;
	}
	.Tabla{
		margin-top: 30px;
	}
	.celdaTabla2{
		font-size: 8px;
	}
}
@media only screen and (max-width: 320px){
	.logoMenu{
		width: 50px;
	}
	.navMenu{
		margin-top: 10px;
	}
}
