
a{
	outline: none;
	text-decoration: none;
}
.descripcion{
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: "Times New Roman";
	font-size: 16px;
	clear: both;
	width: 920px;
	margin-bottom: 40px;
	font-style: italic;
}

/* NAVEGACION */
.navegacion{
	clear: both;
	width: 100%;
	text-align: center;
	height: 50px;
}
.navegacion a{
	color: black;
	text-decoration: none;
	font-size: 16px;
}
.navegacion a:hover{
	font-weight: bolder;
	font-size: 22px;
	color: red;
}
.navegacion .pag{
	font-weight: bolder;
	color: red;
	font-size: 16px;
}


/* MINIATURAS */
.muestras{
	width: 960PX;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
}
.muestras .cont_img{
	width: 150px;
	text-align: center;
	float: left;
	margin-left: 25px;
	margin-right: 15px;

}
.muestras .cont_img img {
	border: solid;
	border-color: red;
	padding: 5px;
	border:solid;
	border-width: 1px;
	border-color:red;
}
.muestras .cont_img a{
	color: black;
	font-size: 10px;
}
.muestras span{
	display: block;
	clear: both;
	width: 150px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 5px;
}


/* VISOR GRANDE */
#loadarea{
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 450px;
	color: black;
	clear: both;
	padding-top: 30px;
}