.metodoPago{
	background-color:lightgray; 
	width:160px;
	text-align:center; 
	border-radius:5px; 
	height:30px; 
	padding:20px;	
}
.opcionSvgPdf{
	background-color:rgb(200,200,0); 
	width:160px;
	color: white;
	text-align:center; 
	border-radius:5px; 
	padding:20px;	
}


#miniatura{
	width:100px;
	height:100px;
}
#pagoRequ{
	position:absolute;
	top:180px;
	width:600px;
	height:480px;
	border-radius:10px;
	background-color:white;
	padding:10px;
	margin-top:10px;
	box-shadow: 0px 0px 20px rgb(0, 0, 0, 1);
}
#donar{
	padding:30px;
	height:400px;
	
}
#pagEf{
	width:300px;
	
}
#divcodigo{
	border:solid 1px gray;
	border-radius:5px;
	padding:10px;
	margin:10px;
	width:290px;
	
}
#recargarBut{
	width:315px;
	height:30px;
	background-color:green;
	border-radius:5px;
	border:0px;
	color:white;
	margin:10px;
	font-family:Tahoma, Verdana, Sans-Serif;
	font-weight:bold;
	font-size:15px;
}
#verde{
	background-color:green;
	textalign:center;
	border-radius:5px;
	padding:10px;
	height:117px;
}

.titulo{
	
	height:10px;
	background-color:gray;
	border-radius:5px 5px 0px 0px;
	border:solid 1px gray;
	margin:10px 0px 0px 0px;
	
	padding:10px;
	font-family:tahoma, verdana;
	color:white;
	font-weight:bold;
}
.campo{
	
	height:30px;
	background-color:white;
	border:solid 1px gray;
	border-radius:5px;
	margin:10px;
	padding:10px;
	font-family:tahoma, verdana;
	font-weight:bold;
	text-align:center;
	
}

.campoImg{
	width:200px;
	height:200px;
	background-color:white;
	border-radius:5px 5px 5px 5px;
	padding:10px;
	font-family:tahoma, verdana;
	font-weight:bold;
	text-align:center;
	
}
.error{
	background-color:red;
	color:white;
	height:30px;
	border-radius:5px;
	padding:10px;
}
.logored{
	position:relative;
	top:5px;
	width:20px;
	height:20px;
	margin-right:10px;
	
}
.texto{
	font-family: tahoma, verdana;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	color:black;
	
 }
.generalBut{
	width:150px;
	height:60px;
	font-size:15px;
	font-family: tahoma, verdana;
	font-weight:bold;
	background-color:yellowgreen;
	color:white;
	border:0px;
	margin:20px;
	border-radius:5px;
}
#tabla{
	align:center;
	width:100%;
	padding:60px;
}
#col1{
	text-align:center;
	padding:10px;
	vertical-align:top;
	
}
#col2{
	texto-align:center;
	padding:10px;
	width:600px;
	vertical-align:top;
	
}
#usAvat{
	border-radius:75px;
	width:150px;
	height:150px;
	margin-top:50px;
	border:1px solid #000000;
}
.txtgd{
	font-size:25px;
	font-family: tahoma, verdana;
	font-weight:bold;
	
}
.txtmd{
	font-size:12px;
	font-family: tahoma, verdana;
	font-weight:bold;
	
}
.txtch{
	font-size:12px;
	font-family: tahoma, verdana;
	font-weight:normal;
	
}