@charset "utf-8";
header {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 8px;
	padding-left: 16px;
	box-sizing: border-box;
	background-color: #DCCBCB;
	z-index: 100;
}
header table td {
	width: 3px;
}
header img {
	display: block;
	height: 70px;
	width: auto;
	cursor: pointer;
}


@media (max-width: 972px) {

header img {
	height: 55px;
}

}
@media (max-width: 790px) {
header img {
	height: 45px;
}	
}
/*Navegador*/
nav {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 101;
	height: auto;
	width: auto;
	padding-right: 30px;
	padding-top: 40px;
}
nav a {
	color: black;
	text-decoration: none;
	margin-left: 1rem;
	font-weight: 600;
	font-size: 1.25rem;
	transition: all .3s ease-in 0s;
}
nav a:hover {
	color: white;
}
#botonmenu{
	display: none;
}
@media (max-width: 972px) {
	nav {
		padding-top: 30px;
		padding-right: 16px;
	}
	nav a {
		font-size: 1rem;
	}
}
@media (max-width: 790px) {
	nav {
		padding-top: 20px;
		padding-right: 16px;
	}
	nav a {
		font-size: .875rem;
	}
}
@media (max-width: 690px) {
	nav {
		padding: 0px;		
	}
	#botonmenu {
		display: block;
		margin-right: 0px;
		margin-left: auto;
		margin-right: 16px;
		margin-top: 11px;
		height: 39px;
		width: auto;
		margin-bottom: 11px;
		cursor: pointer;
		background-size: 100% 100%;
		background-image:url(imagenes/menu.png);
	}
	#menu {
		position: absolute;
		right: 0px;
		top: 0px;
		width: auto;
		height: auto;
		overflow: hidden;
	}
	nav a {
		box-sizing: border-box;
		display: block;
		text-align: right;
		padding-right: 16px;
		
		padding-top: .35rem;
		padding-bottom: .35rem;
		width: 100%;
		margin-left: 0px;
	}
	nav a:hover {
		background-color:  #CBCBCB
	}
	nav:hover {
		
	}
	#altomenu {
	box-sizing: border-box;
	background-color: white;
	overflow: hidden;
	height: 0px;
	background-color: rgba(255,255,255,1);
	transform: translateX(100%);
	padding-bottom: .5rem;
	border-bottom: 1px #CBCBCB solid;
	border-left: 1px #CBCBCB solid;
	width: 110px;
	}
	#altomenu a:first-child {
	margin-top: 12px;
	}
	
}
