td.portadas {
	cursor: pointer;
}
td.cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #79547F;
	font-weight: bold;
	color: #C1EEED;
	border-bottom: none;
}
td.opcDiseniosOff {
   width: 129px;
	height: 60px;
	background-image: url(img/opciones.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: default;
}
td.opcDiseniosOn {
   width: 130px;
	height: 60px;
	background-image: url(img/opciones.png);
	background-repeat: no-repeat;
	background-position: -130px 0px;
	cursor: pointer;
}
td.opcExposOff {
   width: 129px;
	height: 60px;
	background-image: url(img/opciones.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	cursor: default;
}
td.opcExposOn {
   width: 130px;
	height: 60px;
	background-image: url(img/opciones.png);
	background-repeat: no-repeat;
	background-position: -130px -60px;
	cursor: pointer;
}
td.opcDesfilesOff {
   width: 129px;
	height: 60px;
	background-image: url(img/opciones.png);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	cursor: default;
}
td.opcDesfilesOn {
   width: 130px;
	height: 60px;
	background-image: url(img/opciones.png);
	background-repeat: no-repeat;
	background-position: -130px -120px;
	cursor: pointer;
}
/*
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4D274E;
	text-decoration: none;
	display: block;
	}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4D274E;
	text-decoration: none;	
   display: block;
	}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #35A3BA;
	text-decoration: none;
	display: block;
	}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4D274E;
	text-decoration: none;
	display: block;
	} */
body {
	background-color: #F6F3F6;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #79547F;
	overflow: hidden;
   
}
body.visor {
	background-color: transparent;
}
#fondo {
	width: 100%;
	height: 100%;
	z-index: 1;
}
iframe {
	background-color: transparent;
	width: 100%;
}
#pagina {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: absolute;	
	top: 2;
	left: 0;
}
#divsup{
	width: 100%;
	height: 75%;
	float: left;
	overflow: hidden;
	vertical-align: middle;
}
#divinf{
	width: 100%;
	height: 25%;
	overflow: hidden;
	vertical-align: middle;
	float: left;
}
#imagenesdiv {
  overflow: hidden;
/*  background-color:#79547F; */
}

#div1{
	width: 130px;
	height: 100%;
	overflow: hidden;
	float: left;
}
#div2{
	width: 100px;
	height: 100%;
	overflow: hidden;
	float: right;
	background-color: #79547F;
}
#sombra {
background-image: url(img/sombras.png);
background-repeat: repeat;
} 
img.grande {
display:block;
position:relative;
top: -4px; /* Desfasamos la imagen hacia arriba */
left:-4px; /*Desfasamos la imagen hacia la izquierda */
border:6px solid white;
cursor: default;
}
td.botones {
	width: 60px;
   text-align: center;
	vertical-align: middle; 
}
img {
	cursor: pointer;
}
