
#ibox_content { 
	border:0;
}

#ibox_progress {
    text-indent: -10000px;
    background: #fff url('/images/Lbox/indicator.gif') center center no-repeat;
}

#ibox_overlay{
filter:alpha(opacity=90); 
-moz-opacity: 0.8; 
opacity: 0.8;
}

/**---------- CONTENIDO EN FORMATOS DE VIDEO------------------ **/

img{
	border: 0;
}

a{
	outline:none;
}


/***USUARIO NO REGISTRADO***/
#cabeceraNoRegistrado{
	background: url(/images/momentos-valor/usuario-no-registrado.png) no-repeat left bottom;	
	height:50px;
	width:437px;
	text-align: right;
}

#contenedorNoRegistrado{
	background: url(/images/momentos-valor/cuerpo-usuario-no-registrado.png) no-repeat left top;		
	height: 184px;
	width: 437px;
}

#contenidoNoRegistrado{
	position:relative;
   	width: 480px;
	height: 293px;
	
}

#contenidoNoRegistrado h1{
	font-size:14px;
	margin-bottom:10px;
	color:#555555;
	margin-left:50px;
}


#contenidoNoRegistrado p{
	font-family:Tahoma;
	font-size:13px;
	color:#000000;
	width:350px;
	position:relative;
	top:15px;
	text-align:justify;
	margin-left:40px;
	color:#555555;
	font-weight:bold;
}


#contenidoNoRegistrado #registroNoRegistrado{
	margin-left:20px;
	margin-top:40px;
}

#contenidoNoRegistrado #cerrarNoRegistrado{
	margin-left:200px;
	margin-top:40px;
}






