#enlaces  #formpes {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#cuerpo #capa-info {
	position: relative;
	margin: 0px 0px 0px 0px;
}
#cuerpo   #capa-info   .titulo  {
	position: relative;
	text-align: center;
}
#cuerpo #capa-info .foto {
	position: relative;
	text-align: center;
}
#cuerpo #capa-info #taller {
	position: relative;
}
#cuerpo #capa-info #autor {
	position: relative;
}
#cuerpo #capa-info .datos {
	position: relative;
	height: 31px;
	background-repeat:  repeat-x;
	margin: 55px auto 0px auto;
	background-image: url(/autores/images/fondo.gif);
}

/*

	ZONA DE ENLACES DE DATOS DEL TALLER Y EL AUTOR

*/
.pestanhadatos {
	position: relative;
	height: 31px;
	width: 666px;
	margin: 0px auto;
	background-image: url(/autores/images/fondo.gif);
	background-repeat:  repeat-x;
}

.pestanhadatos  .pestanha {
	position: relative;
	float: left;
}
.pestanhadatos .pestanha .left   {
	position: relative;
	width: 4px;
	background-image: url(/autores/images/pes-izq-off.gif);
	background-repeat: no-repeat;
	height: 31px;
	float: left;
}
.pestanhadatos .pestanha .centro {
	position: relative;
	float: left;
	height: 31px;
	background-image: url(/autores/images/pes-fondo-off.gif);
	background-repeat:  repeat-x;
	font-size: 14px;
	padding: 10px 12px 0px 12px;
	cursor: pointer;
	color: #FFFFFF;
}

.datos .pestanhadatos .pestanha .right {
	position: relative;
	width: 3px;
	background-image: url(/autores/images/pes-der-off.gif);
	background-repeat: no-repeat;
	height: 31px;
	float: left;
}



.datos .pestanhadatos .activo  .left   {

	background-image: url(/autores/images/pes-izq-on.gif);
	background-repeat: no-repeat;

}
.datos .pestanhadatos .activo  .centro {
	background-image: url(/autores/images/pes-fondo-on.gif);
	background-repeat:  repeat-x;
	color: #000000;
	cursor: default;
}

.datos .pestanhadatos .activo  .right {

	background-image: url(/autores/images/pes-der-on.gif);
	background-repeat: no-repeat;

}
#cuerpo #capa-info .foto .fecha {
	font-size: 28px;
	font-weight: 0;
	color: #FFFFFF;
	position: relative;
	margin: 24px auto 0px auto;
}

