/* galeria de fotos */

.next, .prev {
position:absolute;
top:40%;
border:1px solid #666;
cursor:pointer;
display:block;
padding:10px 20px;
color:#fff;
font-size:11px;
/* para CSS3 */
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
}

.disabled {
	visibility:hidden;
}

.info {
	/* position:absolute; */
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:20px solid #333;
}

.info strong {
	display:block;
}

.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../img/global/gradient/h80.png) repeat-x;
}

/* imagen activa*/
#fotos a.active img {
	outline:1px solid #000;
	z-index:9999;
	position:relative;
}

#img {
	border:1px solid #666;
}


/* overlay */
.simple_overlay {
	display:none;
	z-index:100000;
	background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	/* -moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	*/
}

.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* fotos scroll */
div.scrollable_fotos {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 465px;
	height:78px;
	float:left;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCC;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	padding-left:4px;
	padding-right:4px;
/*	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#CCC;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCC;*/
}

div.scrollable_fotos .items {
	/* this cannot be too large */
	width:3000em;
	position:absolute;

}

div.scrollable_fotos .items{
	float:left;
	background-color:#FFF;
	height:78px;
    padding-top:3px;	

}

div.scrollable_fotos .items img{
	border-color:#999;	
	border-width:1px;
	margin-left:4px;
	
	
}

#flecha-izq {
	float:left;
	display:none;
	/*padding-top:20px;*/
/*	padding-right:5px;*/
}

#flecha-der {
	float:left;
	display:none;
	/*padding-top:20px;*/
/*	padding-left:5px;*/
}

#flecha-izq .prevPage {
	color:#66CC00;
	cursor:pointer;
}
#flecha-der .nextPage {
	color:#66CC00;
	cursor:pointer;
}


/* galeria VIDEOS */
#videos-nota {
	clear:both;
}

.simple_overlay_video {
	display:none;
	z-index:10000;
	background-color:#333;
	width:855px;
	min-height:505px;
	padding:13px;
	border:1px solid #666;
	/*
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	*/
}
.simple_overlay_video .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.video_t {
	cursor: pointer;
}

#columna-nota #videos-nota{
			width:465px;
			height:162px;
			border-style:solid;
			border-width:1px;
			border-color:#CCCCCC;
			margin-bottom:20px;
			margin-left:20px;
			
			padding:5px;
		}
		
				#columna-nota #videos-nota .pantalla{
				width:182px;
				float:left;
				margin-left:
				2px;
		     	}
				#columna-nota #videos-nota .titulos{
				width:275px;
				float:right;
			    }			
				#columna-nota #videos-nota .titulos ul{
     			list-style-type: none;
				padding-left:5px;
				padding-right:5px;
				margin-right:5px;
				margin-top:0px;
				margin-bottom:0px;				
				}	
				#columna-nota #videos-nota .titulos li{
				border-bottom-style:dashed;
				border-bottom-width:1px;
				border-bottom-color:#CCCCCC;
				padding-bottom:10px;
				padding-top:10px;		
				text-transform:uppercase;		
				font-size:10px;
				
				}	

/* Para los iconos de redes sociales, imprimir, etc */				
.barra_comandos{
	border: 1px solid #CCC;
}

.barra_comandos_bordeinf{
	border-bottom: 1px solid #CCC;
}