@charset "utf-8";
/* CSS Document */
/*estilos empresas*/
#contenedor_gral {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18px;
	background-color: #FFF;
	text-align: center;
	height: auto;
	width: 100% !important;
}
#bloque {
	width: 100%;
	height: auto;
	clear: both;
	color: #000000;
	text-decoration: none;
	margin-top: 2px;
}
.filas {
	width: 100%;
	height: 160px;
	float: left;
	font-size: 13px;
	padding: 5px;
	margin: 5px;
	border-bottom:1px solid #CCCCCC;
}
.filas img {
	margin-bottom: 15px;
}
.filas a {
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	background-color: transparent !important;
}
.filas a:hover {
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}
.filas p {
	margin: 0;
}


@media screen and (min-width: 480px) and (max-width: 768px){
.filas {
	width: 45.8%;
}
}

@media screen and (min-width: 768px) and (max-width: 992px){
.filas {
	width: 30.8%;
}
}

@media screen and (min-width: 993px){
.filas {
	width: 18.8%;
}
}