body{
    margin:0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
h2{
    text-align: center;
}
td{
    vertical-align: top;
}

form{
    padding: 40px;
}

#flexStart {
	display: flex;
	justify-content: flex-start;
	width: 100%;
    height: 60px;


}
#info{
    width:900px;
    margin-left: auto;
    margin-right:auto;
}

.A{
	background: #f3e2b6;
    width: 200px;
    color: white;
    padding-left: 10px;

}

.B{
	background: #f3e2b6;
    width:100%
}

.navigation {
    background-color: #358f80;
    padding: 0px;
    margin-top: 0px;
}
.tCenter{
    text-align: center;
}
td.option{
    padding-left:12px;
    padding-right:10px;

}
.title {
    text-align: center;
    font-size: 22px;
}
.adornos{
    width:120px;
    
}
td.cuadro{
    padding:0;
    text-align: center;
    margin: 10px;
    border: 2px solid #358f80;
    vertical-align: bottom;
    color:white;
}
td.cuadro:hover{
    border: 2px solid orange;
}
.price{
    margin:0;
    padding:0;
    background-color: #358f80;
}
.button{
   font-size: 22px;
   padding: 4px; 
}
.submitBtn{
    background-color: #0e78e2;
    color:white
}
.formFooter{
    padding-top:20px;
    text-align: center;
}
td.total{
    text-align:right;
    font-size: 16px;
}
.details{
    width: 100%;
    text-align: center;
}
th{
    border: 1px solid gray;
    background: #dddddd;
}
table{

    margin-left: auto;
    margin-right:auto;
}
table.details{
    width: 300px;
}
td.item{
    text-align: left;
    
}
td.priceItem{
    text-align: right;
    
}
.total{
    text-align: left;
    border-top: 1px solid black;
}
.formGroup{
    padding:4px;
}
.ordersTbl{
    width: 900px;

}
.optionMenu{
    display:inline-block;
    padding: 6px;
    text-decoration:double;
}
a{
    color:black;
}
.optionMenu:hover{
    background:#fc892a;
    color: red;
    
}
.itemMenu{
    text-decoration:double;

}
 .logo{
     height:80px;
     width:150px;
     padding-top: 7px;
 }
 .contactInfo{
     text-align: center;
 }