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

.light_box{
	width:100%;
	height:0px;
	background-color:#000;
	position:absolute;
	left:0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 100;
}

/*Compartir*/

.fotos_container{
	width: 500px;
	height: 500px;
	position: absolute;
	z-index: 121;
	background-color:#FFF;
}
.fotos_contenido{
	width: 700px;
	height: 700px;
	position: absolute;
	cursor:pointer;
	z-index: 121;
}
.fotos_titulo{
	color: red;
	position:absolute;
	left: 20px;
	height:20px;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	width: 90%;
	text-align: left;
	text-transform: capitalize;
}
.fotos_cargando{
	position:relative;
	top:35%;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:80px;
}

.img_prof{
	cursor:pointer;
	
	
}

.fotos_btn_cerrar{
	width: 36px;
	height: 36px;
	background-image:url(../img/cerrar.jpg);
	cursor:pointer;
	position: absolute;
	right: 15px;
	top: 3px;
}
.fotos_cont_btns{
	bottom:6px;
	width:100px;
	height:25px;
	right:5px;
	position:absolute;
}
.fotos_cont_btns div{
	margin-left: auto;
	margin-right: 3px;
	float: right;
	position: relative;
	cursor:pointer;
	width:21px;
	height:21px;
}
.fotos_prev{
	background-image:url(../img/btn_anterior.png);
}

.fotos_next{
	background-image:url(../img/btn_siguiente.png);	
}

.fotos_nextPage{
	background-image:url(../img/btn_der.png);
}

.fotos_prevPage{
	background-image:url(../img/btn_izq.png);
}
