/*Fuente personalizada*/
@font-face{
	font-family: Merriweather;
	src: url("fonts/Merriweather-Regular.ttf");
}
/* Style contraloria*/

#logo-contra{
	width: 95%;
}

#img-logo-contra{
	width: 50%;
}

.btnContra{
	width: 90%;
	height: 100px;
	margin: 10px;
	color: #151515;
	font-size: medium;
	font-weight: 500;
	background-color: lightgray;
	font-family: "Merriweather", serif, Times;
	cursor: pointer;
}

.btnContra:hover{
	background-color: gray;
}

.estiloBtnsDisabContra{
	width: 90%;
	height: 100px;
	margin: 10px;
	color: gray;
	background-color: #999;
	font-family: 'Merriweather', serif;
	font-size: medium;
	font-weight: 500;
	padding: 1px 5px;
	cursor:auto;
}

#ventTablaNorma{
	width: 100%;
	height: 600px;
}

#tituloDescargasContra{
	font-size: x-large;
	background-color: #aaa;
	border-radius: 50px;
}

#descargasContra{
	font-family: 'Merriweather', serif;
	font-size: medium;
	color: black;
}

@media (min-width: 500px) {
	#ventTablaNorma{
		width: 95%;
	}
	
	#descargasContra{
		font-size: large;
	}

	.btnContra{
		height: 150px;
		font-weight: 600;
	}
	
	.estiloBtnsDisabContra{
		height: 150px;
		font-weight: 600;
	}
}

@media (min-width: 1024px) {
	#ventTablaNorma{
		width: 95%;
	}

	#tituloDescargasContra{
		font-size: xx-large;
	}

	
	.btnContra{
		height: 200px;
		font-size: large;
		font-weight: 700;
	}
	
	.estiloBtnsDisabContra{
		height: 200px;
		font-size: large;
		font-weight: 700;
	}

}