#share .facebook a{
	height:35px;
	width:35px;
	display:block;
}
	 .celular {
	    	display: none;
	    	padding: 1em;
		z-index:2;
		width: 100%;
		height: 100%;
    	}
	.celular:target {
	    	display: inline;
	}

	.celular[id]{ /* IE6 and below Can't See This */    
		position:fixed !important;    
		position:absolute;
	}#overlay[id]{ /* IE6 and below Can't See This */    position:fixed !important;    
		position:absolute;
	}
	.celular .overlay{
	/*	position: fixed!important; 
		position:absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 100;
		background: black;
		opacity: 0.70;				
		filter:alpha(opacity=70);
		moz-opacity:0.7;
		z-index:-30;*/
		position: fixed !important;
		_position: fixed;
		top: 0 ;
		left: 0 ;
		display: block ;
		width: 100% ;
		height: 100% ;
		_width: 1024px;
		_height: 860px;
		z-index: 100 ;
		background: black ;
		opacity: 0.70 ;
		filter:alpha(opacity=70);
		moz-opacity:0.7 ;
		z-index:15 ;
	}
	.celular .div_layer{
		/*position:fixed!important;	
		position:absolute;	
	    	padding: 1em;
		z-index:2;
		top: 20%;
		_top:70%;
	    	left: 25%; 
		width:448px;*/

		position:fixed!important;	
		position:absolute;	
	    	padding: 1em !important;
		z-index:20 !important;
		top: 25% !important;
	    	left: 25% !important; 
		width:448px !important;
	}
	.celular .div_layer .marco_superior{		
		background:transparent url(../images/divlayer/border_top.png) no-repeat scroll 0 0;
		height:12px;
		width:448px;
	}
	.celular .div_layer .centro{
		border-left:5px solid #9F9F9F;
		border-right:5px solid #9F9F9F;
		height:310px;
		width:438px;
		background:#cfd0d2 url(../images/bg_popup.jpg) repeat-x;
	}
	.celular .div_layer .icon{
		background:transparent url(../images/ico_celular.jpg) no-repeat scroll 0 0;
		height:53px;
		width:53px;
		margin-left:10px;
		float:left;
	}
	.celular .div_layer .close{
		background:transparent url(../images/divlayer/btn_cerrar.jpg) no-repeat scroll 0 0;
		float:right;
		width:20px;
		text-indent:-9999em;
	}
	.celular .div_layer .close a{		
		display:block;
		height:12px;
		width:12px;
		background:transparent url(../images/divlayer/btn_cerrar.jpg) no-repeat scroll 0 0;
	}
	.celular .div_layer .contenido{
		clear:both;

	}
	.celular .div_layer .marco_inferior{
		background:transparent url(../images/divlayer/border_bottom.png) no-repeat scroll 0 0;
		height:12px;
		width:448px;
	}
	.celular .div_layer .titulo{
		color:#A0A1A5;
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-size:16px;
		padding:10px;
		margin-left:20px;
	}
	.celular .opciones{

		font-family:Arial,Helvetica,sans-serif;
		font-size:12px;
		padding:10px 50px;

	}
	.celular .columna1{
		height:70px;
		width:100px;
		float:left;
		margin-left:40px;

	}
	.celular .columna2{
		height:70px;
		width:100px;
		float:right;	
		margin-right:40px;	
	}

	.celular .boton{
		margin:0 auto;		
		background:transparent url(../images/btn_regist.jpg) no-repeat scroll 0 0;
		height:48px;
		width:172px;
		clear:both;

	}
	.celular .boton a{
		color:transparent;		
		height:48px;
		width:172px;
		display:block;
		text-indent:-9999em;
		
	}
	.celular .caja{

		text-align:center;
	}
	.celular .operador{
		
		text-align:center;
	}
	.celular .operador td{
		width:50%;		
	}
	.celular .mensaje{
		clear:both;
		height:20px;
	}
	
	
	





