@charset "UTF-8";
/* CSS Document */

div.wrap_plantilla4 div.texto_noticia_descripcion
{
	padding: 10px 0px;
	margin-top: 4px;
}

div.wrap_plantilla4
h1 {
display: block;
background-color: #000;
color: #FFF;
font-family: 'helveticaneueregular', Helvetica, Arial;
font-size: 26px;
margin: 5px 0px;
padding: 4px;
}



div.galeria_main div.item 
{
	position: absolute;
}

div.galeria_main 

{
	width: 618px;
	overflow: hidden; 
	height: 392px;
}




div.galeria_main div.item
{
	width: 100%;
	height:100%;
	
}

div.galeria_main div.item div.foto
{
	width: 100%;
	height:100%;
	

}

div.galeria_main div.item img
{
	//width: 100%;
	height:100%;
	//background-size:cover;
	display: block;
	margin: 0 auto;
}



div.galeria_main div.item img.horizontal,

div.galeria_main div.item img.cover
{
	width: 100%;
	height:100%;
	background-size:cover;
	
}





div.navegador { width: 100%;
height: 100%;

}

div.navegador > div >div{  display: inline-block; }

div.navegador img 
{
	cursor: pointer;
	filter: alpha(opacity=00);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
    opacity: 0.3;
	
}
div.navegador div.flechaNext
{
	margin-top:170px;
	right: 0px;
	position: absolute;

}
div.navegador div.flechaPrev
{
	margin-top:170px;
	left: 0px;
	position: absolute;

}


div.plantilla4_left 
{
	
}
div.plantilla4_right
{
	
	width: 100%;
	height: auto;
	position: relative;
	margin-top:10px;
	
}


div.debug 

{
	display: none;
	font-size: 10px;
	position: absolute;
	top:0px;
	left:-145px;
	width: 140px;
}


/*
div.plantilla4_right div.overflow
{
overflow: hidden;
height: 800px;
position: relative;

}

div.plantilla4_right .overflow .overflowed
{
	

}


*/

div.plantilla4_right .pagina .item 

{
 float: left;
width: 102px;
margin-right:1px;
margin-bottom:1px;
height: 63px;
overflow: hidden;


}

div.plantilla4_right .pagina .item .foto,
div.plantilla4_right .pagina .item .foto img
{
	width: 100%;
	height: 100%;
}
div.plantilla4_right .pagina .item.fotiki
{
	padding-bottom: 2px;
	border-bottom: 2px white solid;
	

}

div.plantilla4_right .pagina .item.fotiki.current
{
	padding-bottom: 2px;
	border-bottom: 2px gray solid;

}



div.plantilla4_right .pagina .item img
{
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	
	
}

div.plantilla4_right .pagina .item a
{
	
}


div.navegatore 
{
	margin: 0 auto;
	position: absolute;
	bottom: -90px;
	left: 25%;
	right: 25%;
}


div.navegatore a.bullet 
{
	width: 16px;
	height: 16px;
	display: inline-block;
	//background-image: url(off.png);
	cursor: pointer;
	
	background-color: #999999;
	border-radius: 50%;


}

div.navegatore a.bullet.on
{
	//background-image: url(on.png);
	background-color: #333333;
}



div.pagina
{
	display: none;
}
div.pagina:first-child
{
	display: block; 
}