form{


	margin:5px;
}
.dwnl{
	font-family:tahoma, verdana;
	font-weight:bold;
	color:black;
	font-size:12px;
}
.dwnl2{
	font-family:tahoma, verdana;
	font-weight:bold;
	color:green;
	font-size:25px;
}
.celda{
	width:98px;
	height:60px;
	border:1px solid gray;
	border-radius:5px;
	background-color:lavender;
	margin:5px;
}
#butOtrasOpciones{
	width:310px;
	height:30px;
	cursor:pointer;
	border-radius:5px;
	border:none;
	background-color:rgb(0,200,0);
	color:white;
	font-family:verdana;
	font-weight:bold;
	margin-top:5px;
	
}

#consulta{
	font-family:tahoma, verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/*

Avisos

*/
#lateral_izquierdo_pc{
	background-color:transparent;
	width:330px;
	height:330px;
	position:absolute;
	top:10px;
	left:10px;
}
#aviso_pie_producto{
	background-color:transparent;
	width:900px;
	height:170px;
	position:relative;
	top:-450px;
	margin-left:auto;
	margin-right:auto;
	
}
#pie_producto_adaptativo{
	background-color:transparent;
	width:600px;
	height:170px;
	position:relative;
	top:20px;
	margin-left:auto;
	margin-right:auto;
	
}
#butCarrito
		{
				
				background-color:blue;
				background-size: 35px 35px;
				background-repeat: no-repeat; 
				background-position: 15px center;
				width:310px;
				height:50px;
				border:none;
				left:0px;
				top:0px;
				margin-top:0px;
				cursor:pointer;
				font-family:Tahoma,Verdana;
				font-weight:bold;
				font-size: 15px;				
				color: white;			
				text-decoration:none;
				border-radius:5px;
				border-width:0px;
				padding-left: 50px;


		}

	
		#butDescPDF
		{
				width:310px;
				cursor: pointer;
				height:50px;
				border:none;
				cursor:pointer;
				font-family:tahoma, verdana;
				font-weight:bold;
				font-size: 15px;				
				text-decoration:none;
				border-radius:5px;
				border-width:0px;
				background:url('../img_sitio/pago-pdfymp.svg');					
				background-size: 298px 44px;
				background-position: 6px center;
				background-color: green;
				background-repeat: no-repeat;
				color:white;
				padding:0px;
				margin:0 auto;
				
		}
		#butDescPatente
		{
				width:310px;
				cursor: pointer;
				height:50px;
				border:none;
				cursor:pointer;
				font-family:tahoma, verdana;
				font-weight:bold;
				font-size: 15px;				
				text-decoration:none;
				border-radius:5px;
				border-width:0px;
				background-size: 298px 44px;
				background-position: 6px center;
				background-color: green;
				background-repeat: no-repeat;
				color:white;
				padding:0px;
				margin:0 auto;
				
		}
		#butDescUSD
		{
			
	
				
				width:310px;
				cursor: pointer;
				height:50px;
				border:none;
				cursor:pointer;
				font-family:tahoma, verdana;
				font-weight:bold;
				font-size: 15px;				
				text-decoration:none;
				border-radius:5px;
				border-width:0px;
				background:url('../img_sitio/pago-pdfypp.svg');					
				background-size: 298px 44px;
				background-position: 6px center;
				background-color: green;
				background-repeat: no-repeat;
				color:white;
				padding:0px;
				margin:0px;
				
		}
		#butDescLemon
		{

				width:310px;
				cursor: pointer;
				height:50px;
				border:none;
				cursor:pointer;
				font-family:tahoma, verdana;
				font-weight:bold;
				font-size: 15px;				
				text-decoration:none;
				border-radius:5px;
				border-width:0px;
				background:url('../img_sitio/pago-pdfyls.svg');					
				background-size: 298px 44px;
				background-position: 6px center;
				background-color: green;
				background-repeat: no-repeat;
				color:white;
				padding:0px;
				margin:0px;
				
		}
		
.metodos{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:4px;
    margin:4px 0;
}

.logos_bills{
    width:33px;
    border-radius:2px;
    padding:2px;
    background:#fff;
    border:1px solid #e7edf5;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
    transition:.25s;
}
