@charset "utf-8";
/* CSS Document */
/* Estilos generales */
#wrapp {
	width: 19em;
	/*text-align: left;*/
	font-size: 1.8em;
	margin: 0.5em auto;
	color: #000;
}

#wrapp2 {
	width: 35em;
	/*text-align: left;*/
	font-size: 1.8em;
	margin: 0.5em auto;
	color: #000;
}
/* Caja de la foto grande */
.stripViewer {
	position: relative;
	overflow: hidden; 
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 32em; 
	height: auto;
}
.stripViewer ul { 
	position: relative;
	left: 0;
	top: 0;
	width: 20em;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
}
/* Cajas de los numeros */
.stripTransmitter {
	overflow: auto;
	width: 1%;
	margin-left: auto;
	margin-right: auto;
}
.stripTransmitter ul {
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li{ 
	width: 1.3em;
	float:left;
	margin: 0 0.1em 0.1em 0;
}
.stripTransmitter a {
	font: bold 0.5em Arial;
	text-align: center;
	line-height: 2.2em;
	background: #e0f3fb;
	color: #006699;
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover { 
	background: #006699;
	color: #FFF;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { 
	background: #FFF;
	color: #006699;
}