/* LAYERS*/
.popExito, .popConfirmar, .popError{
	position:absolute;
	z-index:11;
	visibility:hidden;
	top:-1000px;
	width:320px;
	font-size:13px;
	margin-left:0 !important;
}
.popExito img, .popConfirmar img, .popError img{
	-moz-box-shadow:0px 0px 0px #FFF !important;
}
.popConfirmar {
	background:url(../img/mensajes/bgMensajeAlert.png) no-repeat;
}
.popExito {
	background:url(../img/mensajes/bgMensajeOk.png) no-repeat;
}
.popError {
	background:url(../img/mensajes/bgMensajeError.png) no-repeat;
}
.popError img, .popExito img{
	margin:5px 0 4px -5px;
}
.popExitoCont, .popConfirmarCont, .popErrorCont{
	color:#333;
	padding:21px 0 0;
	width:300px;
	font-weight:bold;
	height:150px !important;
	text-align:center;
	-moz-text-shadow: 1px 1px 2px #FFF;
	-webkit-text-shadow: 1px 1px 2px #FFF;
    text-shadow: 1px 1px 2px  #FFF;
}
.popConfirmarCont{
	color:#505;
}
.popErrorCont{
	color:#500;
}
.popBtnCont{
	width:180px;
	margin:5px auto
}
.popExitoCont p, .popConfirmar p, .popError p{
	padding:0 4px 11px;
}
.popExitoCont span, .popConfirmar span, .popError span{
	display:block
}

.btnOk , bntNo{
	color:#000;
	text-decoration:none;
	display:inline-block;
	padding:6px 8px;
	border:1px solid #DDD;
	text-align:center;
	float:none !important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:#FFFFFF  !important;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEE)) !important;
	background:-moz-linear-gradient(0% 90% 90deg, #EEE, #FFF) !important;
	text-transform:uppercase;
	display:inline-block !important;
}
.btnOk  span, .bntNo span{
	background:none !important;
	color:#666 !important;
	font-size:10px !important
}
.btnOk {
	background:#006600
}
.btnNo {
	background:#990000
}
.btnNo span{
	background:#990000
}
.btnOk:hover{
	background:#999 !important;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#999)) !important;
	background:-moz-linear-gradient(0% 90% 90deg, #CCC, #999) !important;
	color:#FFF !important;
	text-shadow:0px 1px 1px #000 !important;
}
.btnOk:hover span{
	background:#CCCCCC;
	color:#FFF !important;
	text-decoration:none !important;}
	
.btnNo:hover{
	background:#999 !important;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#999)) !important;
	background:-moz-linear-gradient(0% 90% 90deg, #CCC, #999) !important;
	color:#FFF !important;
	text-shadow:0px 1px 1px #000 !important;
}
.btnNo:hover span{
	background:#CCCCCC;
	color:#FFF !important;
	text-decoration:none !important;
}
.btnCerrarPop {
	background:url(../img/btnCerrar.png) center top;
	height:26px;
	margin:-19px 0 0 130px;
	padding:0;
	width:26px;
	float:right;
	position:absolute
}
.btnCerrarPop span{
	display:none
}
.popExitoCont .btnCerrar {
	display:none
}
/*////////EDITAR ADMIN//////*/
#contBtnEditarContenido{
	width:230px;
	margin:0 auto;
	position:fixed !important;
	height:32px;
	z-index:9999999;
	bottom:0;
	overflow:hidden;
	padding-top:13px;
	font-weight:bold;
	font-size:14px;
	background:url(../img/icon/editarCont.png) top no-repeat;
}
#contBtnEditarContenido a:hover{
	background-position:bottom !important;
	text-transform:none;
	text-decoration:none;
}
#contBtnEditarContenido:hover{
	background-position:bottom !important;
	text-transform:none;
	text-decoration:none;
}
#contBtnEditarContenido a{
	padding-left:70px;
	padding-top:23px !important;
}
#iframeEditarContenido{
	position:absolute;
	top:-5000px;
	visibility:hidden;
	z-index:1000;
}