/* Logo principal */

#logoVDD_Principal {
	width:30%;
}

/* Categorias */

/*
#sectCategorias article a {
	text-decoration:none;
	color:black;
}*/
#sectCategorias article .item {
	display: block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width:90%;
	margin:0px auto;
}
#sectCategorias article .item:hover {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4), 0 8px 22px 0 rgba(0, 0, 0, 0.21);
	cursor:pointer;
	
}
#sectCategorias .item p.contentImg {
	/*float:left;*/
	overflow:hidden; /* IMPORTANTE */
	height:200px;
	width:100%;
}
#sectCategorias .item p.text {
	font-family: futura-lt-w01-book,sans-serif;	
	font-weight: bold;
	text-align: center;
	padding-bottom:10px;
}
/*
#sectOpciones article h1 {
	font-family: futura-lt-w01-book,sans-serif;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}