@charset "utf-8";
.center {
	text-align: center;
	position: relative;
	top: 0px;
}
.boton {
	width: 165px;
	height: 165px;
}
.marco {
	width: 660px;
	height: 660px;
	position: relative;
	float: left;
	/* [disabled]display: block; */
	/* [disabled]clear: right; */
}

#botonhover {
	position: relative;
	float: left;
}

#botonfondo {
	position: absolute;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0;
	background-color: #333333;
}
#botoncaption {
	color: #FFFFFF;
	opacity: 0;
	position: relative;
}
#botonimagen {
	position: absolute;
	top: 0px;
	width: 165px;
	height: 165px;
}
#botonimagen img {
	width: 165px;
	height: 165px;
}
#botoncaption, #botonimagen {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
#botoncaption h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 4px;
	font-size: 0.8em;
}
#botoncaption p {
	font-size: 0.75em;
	padding: 4px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 66px;
	width: 157px;
}
#botonhover:hover #botonfondo {
	opacity: 0.8;
}
#botonhover:hover #botoncaption, #botonhover.hover_effect #botoncaption {
	opacity: 1;
}
#botonhover:hover #botonimagen, #botonhover.hover_effect #botonimagen {
	opacity: 0.8;
}
#botonancl  {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 165px;
	height: 165px;
}
#botonancl a {
	width: 165px;
	height: 165px;
}
#menugraph {
	background-color: #CAC0B5;
}
#links a {
	display: inline;
	float: left;
	/* [disabled]height: 165px; */
	overflow-y: hidden;
}
#links a img {
	max-width: 175px;
	/* [disabled]width: 165PX; */
	min-width: 50px;
}
