/* @override 
	http://localhost/~fernando/webspectacular/styles/styleV2test/moduleCss/web.css
	http://localhost/~fernando/idavid/styles/industriasdavid/moduleCss/web.css
*/

.webLinkContainer {
	width: 100%;
	text-align: center;
}

.webLinkIconContainer {
	display: inline;
	cursor: hand;
	cursor: pointer;
	max-width: 70%;
}

.webLinkImageTextSeparator {
	
}

.webLinkTextContainer {
	display: inline;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	color: gray;
}

.webLinkTextContainer:hover {
	color: silver;
}

