/* CSS Document */
#modal
	{
		
			/*width:68%;*/
			width:80%;
			left: 15%;
			position:absolute;
			top: 5%;
			z-index: 2000;
		    display:none;
			opacity:3.0;
		
		
	}
	
	#fondo 
	{
		background-color:#000000;
		opacity:0.9;
		width:100%;
		height:300%;
		z-index:9999;
		position:absolute;
		top:-4px;
		left:-4px;
		display:none;
	}
	
	#x {
		float:right; 
		width:25px; 
		text-align:center; 
		background-color:#CCCCCC; 
		margin-top:25px; 
		margin-right:25px; 
		border-radius:50px; 
		-moz-border-radius:50px 50px 50px 50px; 
		-webkit-border-radius:50px 50px 50px 50px;
		border:2px #000 solid ; 
		font-size:20px;
		font-weight:bold;  
		color:#000000;
		cursor:pointer;
		
				
		}
		
		
#x:hover {
	transform:translate(1.5,1.5);
	}
	
	
	
	
	
#modal2
    {
		width:100%;
		height:100%;
		background-color:#CCCCCC;
		display:none;
		position: absolute;
	  opacity: 0.9;
	  -moz-opacity:0.9;
	  -webkit-opacity:0.9;
	  -o-opacity:0.9;
	  -ms-opacity:0.9;
	  z-index: 2000;
		
	}		
		
		
.ventana {
	  background-color: #F8F8F8;
	  position:fixed;
	  top: 50%;
	  left: 50%;	
	  display: none;  
	  padding:0px;
	  -moz-border-radius: 7px;
	  border-radius: 7px;
	  -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	  -moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	  box-shadow: 0 3px 20px rgba(0,0,0,0.9);
	  text-align:center;
	  color:#FFF;
	  opacity: 10;
	  -moz-opacity:10;
	  -webkit-opacity:10;
	  -o-opacity:10;
	  -ms-opacity:10;
	  z-index: 2000;
	}		

#metodos_pago tbody tr
{
	border-bottom: dashed 1px #eaeaea;
}

#metodos_pago tbody tr td
{
	padding: 10px;
}

.btn_gris {
    border-radius: 5px;
    height: 70px;
    line-height: 70px;
    width: 200px;
    background: none;
    background-color: #CCC;
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
}


.btn_verde {
    height: 70px;
    line-height: 70px;
    width: 200px;
    background: none;
    background-color: #28b779;
	color: #fff;
    cursor: pointer;
    border-radius: 5px;
}


.sidebar-link
{
	cursor:pointer;
}
		