







form .grupo{

	max-width: 541px;

	min-height: 240px;	

	text-align: left;

	margin: 0 auto;

	padding-top: 5px;

	padding-left: 20px;

	background: #ddd;



	/*background: rgba(242,246,248,1);

	background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);

	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(50%, rgba(216,225,231,1)), color-stop(51%, rgba(181,198,208,1)), color-stop(100%, rgba(224,239,249,1)));

	background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);

	background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);

	background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);

	background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );*/



	border-radius: 7px;



}

form .grupo h3 {
    float: left;
    color: #900;
    font-weight: 600;
}



form .grupo h4 {
	color: #000;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
    font-weight: 600;
}




form .grupo p {

	line-height: 30px;

}



form label {

	font-weight: bold;

}





#zonalogo {

	width: 200px;

	height: 200px;

	line-height: 200px;

	margin: 0 auto;

	background: #fff;

	margin-top: 10px;

	text-align: center;

	border-radius: 100px;

}



form input[type="submit"] {

	background: #900;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    border: 0;
    border-radius: 7px;
    margin-top: 0px;
    font-weight: bold;
    width: 61%;
    margin-bottom: 10px;
    font-weight: 600;
    margin-left: 6px;

}



.form-group label, .form-group input {

	margin: 5px;
}



.form-group label {

	width: 80px;

	font-weight: bold;

	float: left;

}



.atcliente {

	margin-top: 10px;

	float: left;

}

.metodospago {

	margin-top: 10px;
	
	float: right;
	margin-right: 20;

}

.form-group {
    margin-bottom: 4px !important;
}

.form-group {

		clear: both;
	}


.titulo_pago{
	text-align: center;
	    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600px;
}

.modificiar{
	float: left;
    font-weight: 600;
    color: #fff;
    margin-left: 3px;
    margin-bottom: 10px;
    padding: 10px 25px;
    background: #900;
    border-radius: 7px;
}

.modificiar:hover{
	color: #fff;
	text-decoration: none;
	background: #900;
}

@media (max-width: 480px) {

	.metodospago {


	float: left;


}


	.container {

    	width: 100% !important;

    	padding: 0;

	}



	form .grupo {

		max-width: 100%;

		width: 100%;

		background: rgba(242,246,248,1) !important;

	}







	label {

	

	

	width: 95% !important;

	}



	input {

		

	

	

	width: 95%;

	float: left;

	}



	.form-group {

	

		width: 100%;

		clear: both;

	}

 

}