
/*--------------------------------------------*/
/*ampliado Full screen*/


#ampliadoFull{
	position:absolute;
	border-color:#260107;
	border-width:1px;
	border-style:solid;
	background: #151515 url("preloader3.gif") no-repeat 50% 50%;
	z-index:100000000001;
}

#ampliadoBkg{
	position:absolute;
	top:0px;
	left:0px;
	background: #000000;
	z-index:100000000000;
}


#ampliadoClose{
	position:absolute;
	top:2px;
	right:0px;
	color:#ffffff;
	text-align:center;
	font-weight: 200;
	font-size:80%;
	width:31px;
	height:31px;
}

#ampliadoDownLoad{
	position:absolute;
	right:0px;
	top:0px;
}
#ampliadoDownLoadBkg{
	width:32px;
	height:27px;
}

#ampliadoCloseBkg{
	width:30px;
	height:30px;
}

#ampliadoBar{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:transparent;
	text-align:center;
	z-index:1003;
}

#ampliadoBarIn{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background:transparent;
}

#ampliadoLeft{
	width:31px;
	height:31px;
}


#ampliadoLeftBkg{
	position:absolute;
	top:50%;
	left:0px;
	width:31px;
	height:31px;
}

#ampliadoRight{
	width:31px;
	height:31px;
}


#ampliadoRightBkg{
	position:absolute;
	top:50%;
	right:0px;
	width:31px;
	height:31px;
}


#ampliadoClose a{
	color:#ffffff;
	text-decoration:none;
}

#ampliadoImg{
	position:absolute;
	z-index:1002;
	border-color:#515151;
	border-width:1px;
	border-style:dotted;

}

#ampliadoTexto{
	position:absolute;
	bottom:18px;
	left:19px;
	z-index:1004;
	font-weight: 200;
	font-size:80%;
	color:#ffffff;
	text-align:justify;
	width:100%;
	background:#ffff00;
}


#ampliadoTextoBg{
	position:absolute;
	bottom:0px;
	left:0px;
	background:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#e3e3e3;
}

#ampliadoTexto p{
	position:absolute;
	bottom:0px;
	left:0px;
	height:auto;
	padding:10px;
	color:#000000;
}


#ampliadoTexto p strong{
	font-weight:600;
}


#controlTextoAmpliado{
	position:absolute;
	bottom:0px;
	left:0px;
	height:15px;
	width:15px;
	cursor:pointer;
	z-index:2000;
}

#controlTextoAmpliadoImg{
	position:absolute;
	top:0px;
	left:0px;
	height:15px;
	width:15px;
}
