
/* CSS de Ebanisteria Musan S.L. Baņos a medida .com */
/* Formato completo */

/* Estilo css del documento */


.Titulo{
visibility:hidden;
height:0;
width:0;
}

.VisorFotos {  
position: absolute; 
overflow: hidden;  
border: 0.31em solid #dedede;
margin: 0 0 0 0;
top:2%;
right: 2%;
} 
.VisorFotos ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0;
list-style-type: none; 
} 

.VisorFotos ul li {  
float:left;
} 


/* */
.Grupo {
position:relative;
 text-align: center;
} 

.Grupo H2{
font: bold 1em Verdana, Arial;
}
.Grupo H3{
font: bold 0.5em Verdana, Arial;
} 
/*
.VisorFotos .Grupo div{
position:absolute;
width: 100%;
text-align: center;
bottom:0;
}*/




/**/

.SubTituloB {
 color: black;
position:absolute;
bottom:0;
left:10%;
right:10%;
} 

.SubTituloW {
color:white;
position:absolute;
bottom:0;
left:10%;
right:10%;
} 

#Atras {
position:absolute;
height: 4em;
width: 4em;
left: 0em;
top: 35%;
border: 0.31em solid #dedede;
 text-align:center;
}

#Atras:hover{ 
border: 0.31em solid blue;
} 

#Delante {
position:absolute;
height: 4em;
width: 4em;
right: 0em;
top: 35%;
border: 0.31em solid #dedede;
 text-align:center;
}

#Delante:hover{ 
border: 0.31em solid blue;
} 

.ListaGaleria{
	position: absolute;
	width: 30%;
	height: 80%;
	left: 0%;
	color:#233;
	/*background: #0f0;*/
	overflow: auto;
}

.ListaGaleria div {
width: 90%;
float:left;}

.ListaGaleria ul {
margin: 0 0 1em 0;
padding: 0 0 0 0; 
position: relative; 
list-style-type: none;
} 
.ListaGaleria ul li{ 
float:left; 
} 


.ListaGaleria a{
font: bold 0.5em Verdana, Arial;
text-align: center; 
line-height: 2.38em;
width: 2.38em;
background: #000000;
color: #fff;
text-decoration: none;
display: block;
border: 0.31em solid #dedede;
/*opacity: 0.85;*/
} 

.ListaGaleria a.current{ 
background: #ffaa00; 
color: #000000;  /* COLOR NUMERO ACTIVO */
} 
.ListaGaleria a:hover{ 
background: #8ac5ff; 
color: #000000;  /* COLOR NUMERO ACTIVO */
} 
