/*Controles de Siguiente y Anterior*/
#controles { 
background-color:#FFFFCC;
bottom:0;
right:0;
/* margin-left:623px; */
/* padding:6px; */
position:absolute;
/* width:205px; */
z-index:30;
margin-right: 20px;
margin-bottom: 115px;
/* display: none; */
}

#controles a{ 
color:#0066CC;
/* padding-right:7px; */
float: left;
}

a:focus,
a:active{ 
outline: none;
border: none;
}

#ant {
    width: 26px;
    height: 21px;
    background: transparent url(../imagenes/flecha-atras.png) no-repeat scroll 0 0;
}
#ant:hover {
    background: transparent url(../imagenes/flecha-atras-over.png) no-repeat scroll 0 0;
}
#pausa {
    width: 19px;
    height: 21px;
    background: transparent url(../imagenes/pausa.png) no-repeat scroll 0 0;
}
#pausa:hover {
    background: transparent url(../imagenes/pausa-over.png) no-repeat scroll 0 0;
}
#play {
    width: 19px;
    height: 21px;
    background: transparent url(../imagenes/play.png) no-repeat scroll 0 0;
}
#play:hover {
    background: transparent url(../imagenes/play-over.png) no-repeat scroll 0 0;
}
#sig {
    width: 21px;
    height: 21px;
    background: transparent url(../imagenes/siguiente.png) no-repeat scroll 0 0;
}
#sig:hover {
    background: transparent url(../imagenes/siguiente-over.png) no-repeat scroll 0 0;
}




#miniaturas{ 
/*background-color: #a3a3a3;*/
width: 878px;
height: 115px; /*66px;*/
position: relative;
margin-top: -115px;
z-index:35;
}

/*Navegacion de la galeria*/
#navegacion{ 
/* background-color: #FFFFCC; */
width: 551px;
height: 110px;
float: right;
}

#navegacion ul { 
padding: 5px 0px;
list-style: none;
float: right;
margin-top:10px;
}

#navegacion li { 
display: inline;
}

#navegacion ul li a{
float: left;
text-decoration: none;
display:block;
background:#000000 none repeat scroll 0 0;
border:0px double #111111;
height:84px;
margin:0 5px 0 6px;
width:84px;
}

/*Esta clase se annade en el thumbnail seleccionado*/
#navegacion .activeSlide{
border: 1px solid red;
}

/*Tamanno de la galeria*/
#galeria {  
height: 537px; 
width: 895px; 
position: relative;
overflow: hidden;

margin-top: -38px;
} 

#imagenes {
height:421px;
width:895px;
}

#imagenes img {
margin:47px 0 0 18px !important;
float:left;
}
#flash-galeria {
margin:47px 0 0 18px;
position:relative;
/* float: left; */
}

.texto {
display:block;
height:95px;
margin:0;
overflow:hidden;
padding:5px 0;
width:395px;
font-family:verdana;
}
.pata-titulo {
	background: white url(../imagenes/pata-roja-ok.png) no-repeat scroll 0 0;
	width: 22px;
	height: 21px;
	float: left;
	margin: 5px 5px 0 0 ;
}
.titulo {
border-bottom:1px dashed #c6c6c6;
font-size:27px;
font-weight:bold;
margin-left:20px;
padding-bottom:4px;
padding-left:5px;
}
.texto-imagen {
color:#838383;
font-size:11px;
padding:12px 0 0 20px;
text-align:justify;
}

.sombra {
	background: transparent;
}
