@charset "utf-8";
/* CSS Document */

p.tituloCategoria{
	width: 100%;
	text-align: center;
	/*border: solid red thin;*/
}

p.tituloCategoria img{
	width: 150px;
	height: auto;
}

table.listaCategorias{
	max-width: 1280px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
	border-spacing: 30px;
}

table.listaCategorias img{
	width: 80%;
	/*opacity: 50%;
	filter:contrast(100%);*/
}

table.listaCategorias td{
	/*border: solid red thin;*/
	border-spacing: 20px;
	text-align: center;
	height: 400px;
	width: 30%;
	border-top-left-radius: 200px;
	border-top-right-radius: 200px;
	border-bottom-left-radius: 200px;
	border-bottom-right-radius: 200px;
	background-color: white;
	background-size: 400px;
	background-position: center;
	transition-duration: 1s;
}

table.listaCategorias td:hover{
	background-size: 600px;
	transition-duration: 1s;
}
