.box0 {
	height:auto;
	width: 100%;
	max-width: 900px;
	overflow: auto;
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	background-color:transparent;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}

.box0:hover {
	background-color: #029EE2;
	}
	
.box {
	display: -webkit-flex;
 	display: flex;
	width: 98%;
	max-width: 900px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAFAFA;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
	

.left_box{
	display: -webkit-flex;
  display:         flex;
	
	background-color: #FAFAFA;
	width:60%;
	
	
	float:left;
	border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
  	-moz-border-radius:5px 0px 0px 5px;
	}
	
.right_box{
	
	width: 40%;
	background-color: #3C3C3C;
	float: right;
	border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	
	display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
	}
	
.left_txt{
	width: 80%;

	/* height: 250px; */
	overflow: auto;
	margin-top: 30px;
	margin-right: 10%;
	margin-bottom: 20px;
	margin-left: 10%;
	}
.num {
	text-align: center;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-color: #029EE2;
	border-radius: 0px 20px 20px 20px;
	font-weight: bold;
	color: #FFF;
	display: block;
	}
	
.disen-op {
	list-style-type: none;	
}
	
.button_go {
	float: left;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	background-color: #E30A7F;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	cursor: pointer;
	width: 45%;
	color: #fff;
	font-size: 15px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.button_go:hover{
	background-color: #0099FF;
}

.button_go a, .button_go a:hover {
	text-decoration:none; 
	color: #fff;
}

.imag_rigth{
	float: right;
	width: 45%;
	height:auto;
	}
	
.imag{
	width: 90%;
	float:right;
	}
	
.imagen{

  	width: 100%;
 	height: 100%;
	
	}
#pedido-box{
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	max-width: 840px;
	padding-top:30px;
	}
.hacer-pedido {
	font-size: 24px;
	text-align: center;
	padding: 20px;
	width: 100%;
	background-color: #E30A7F;
	margin-top: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: .5s;
	cursor: pointer;
	color: #fff;
	border: 10px solid #3C3C3C;	
	}
.hacer-pedido:hover{
	background-color: #0099FF;
}

.hacer-pedido a, .hacer-pedido a:hover {
	text-decoration:none; 
	color: #fff;
}
#letra-chica{
	width:30%;
	min-width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-top:30px;
	
	}
#letra-chica-box{
	width:100%;
	min-width:200px;
	text-align:center;
	
	background-color:#EBEAEA;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
	}
	
#letra-chica-box:hover{
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.50);
	box-shadow: 1px 1px 15px 0px rgba(0,0,0,0.50);
	}
	
#letra-chica a, #letra-chica a:hover {
	text-decoration:none; 
	color: #000;
}
/*-------------Responsive------------*/
@media screen and (max-width:1150px ) {
.imag_rigth{

	width: 55%;
	}
} 

@media screen and (max-width:799px ) {
	
}
@media screen and (max-width:750px ) {
.imag_rigth{
	width: 100%;
	}
.left_box{
	width:100%;
	}
	
.right_box{
	display:none;
	}
}

@media screen and (max-width:600px ) {

}

@media screen and (max-width:530px ) {

}

@media screen and (max-width:420px ) {

}