.textotitulo {
	width:100%;
	float:left;
	color: #D5863F;
	text-align:center;
	border-radius:5px;
	font-size: 25px;
	font-weight: 600;
	
}
.textotitulo a {
	text-decoration: none;
	color: #0000FF;
	font-size: 30px;
	text-shadow: 0px 0px 0 rgb(202,202,202),-1px -1px 0 rgb(158,158,158), -2px -2px 0 rgb(115,115,115),-3px -3px 2px rgba(0,0,0,0.6),-3px -3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
	text-align: center;
}
.textotitulo:hover a {
	
background:#000;
}
.textotitulo a:visited {
	font-family: ABeeZee ;
	line-height: 1em;
	color: #ffffff;
	font-size: 30px;
	text-shadow:0px 0px 0 rgb(202,202,202),-1px -1px 0 rgb(158,158,158), -2px -2px 0 rgb(115,115,115),-3px -3px 2px rgba(0,0,0,0.6),-3px -3px 1px rgba(0,0,0,0.5),0px 0px 2px rgba(0,0,0,.2);
}
.cajacatalogo {
	width:96%;
	padding:2%;
	float:left;
}
.cajacontenidocatalogo {
	width:100%;
	float:left;
}
.cajaclavecatalogo {
	width:15%;
	padding:1%;
	margin:1%;
	float:left;
	background:#333;
	text-align:center;
	border-radius:5px;
	font-size:12px;
	color:#FFFFFF;
}
.cajadescripcioncatalogo {
	width: 71%;
	padding: 1%;
	margin: 1%;
	float: left;
	font-weight: bolder;
}
.contenidodescripcioncatalogo {
	width:92%;
	padding:2%;
	font-weight:normal;
}
.contenidoimagencatalogo {
	width:280px;
	height:200px;
	float:left;
	margin-right:2%;
}




