@charset "utf-8";
/* CSS Document */

/*@import url("reset.css");
@import url("layout.css");*/


/*index style*/
/*body {
	background-color: #000;
	text-align: left;
	font-size: 15px;
}
.maintext {
	font-family: Cambria;
}
.white {color: #CCC;
}
.whitecambria15 {color: #000;
}*/

/*menu style*/
/*body {
	background-color: #000;
	text-align: center;
	font-family: Cambria;
	font-size: 15px;
	color: #000;
}
.blackcambria15 {
	color: #000;
}
.whitecambria15 {
	color: #000;
}
.blackcambria15 .whitecambria15 {
	color: #EC7703;
}
.cambriablack {
	color: #000;
}
.cambriaredstrong {
	color: #942921;
	text-align: center;
	font-size: 18px;
}
a:link {
	color: #F7921C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7921C;
}
a:hover {
	text-decoration: none;
	color: #F7921C;
}
a:active {
	text-decoration: none;
	color: #999;
}
.white {
	color: #CCC;
	text-align: left;
}*/

/*findus style*/
/*body {
	background-color: #000;
	text-align: left;
	font-family: Cambria;
	font-size: 15px;
}
.cambria12 {
	font-size: 13px;
}
.cambria13 {
	font-size: 13px;
}
.cambria13bold {
	font-weight: bold;
}
.white {	color: #CCC;
}
.whitecambria15 {	color: #000;
}*/

/*awards style*/
/*body {
	background-color: #000;
	text-align: center;
	font-family: Cambria;
	font-size: 15px;
	color: #000;
}
.blackcambria15 {
	color: #000;
}
.whitecambria15 {
	color: #FFF;
	font-size: 24px;
}
.blackcambria15 .whitecambria15 {
	color: #EC7703;
}
.cambriablack {
	color: #000;
}
.cambriaredstrong {
	color: #942921;
	text-align: center;
	font-size: 18px;
}
a:link {
	color: #F7921C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F7921C;
}
a:hover {
	text-decoration: none;
	color: #F7921C;
}
a:active {
	text-decoration: none;
	color: #999;
}
.white {
	color: #CCC;
	text-align: left;
}
.whitecambria15 {
	color: #FFF;
}
.white .white {
	font-size: 15px;
}*/

/*GRC styles*/
.legenda {
	/*border-bottom: thin #cccccc solid;
	border-top:  thin transparent dotted;*/
	border: solid 3px rgb(238,119,3);
	background: #ccc;

	/* height: 178px;  */ /* WD version 2.0 */
	height: 190px; /* grc 03/2016 */
	width: 795px;
	margin: 0 auto;
}

.legenda > p {
    float: left;
    width: 50%;
}

p.legend-title {
	width: 100%;
	float: none;
}
p.legend-title span.vegan,
p.legend-title span.gluten-free {
	margin-left: 0;
}

div p {
	font-size: 18px;
	color: #942921;
	font-weight: bold;
}

.divider {
    color: rgba(0, 0, 0, 0);
    margin-bottom: -3px;
}

.offset-left {
	margin-left: 9%;
}

.vegan {
	color: #0276FD;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.gluten-free {
	color: #8B7500;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
}

.can-be-vegan {
    background: none repeat scroll 0 0 #0276FD;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}

.can-be-gluten-free {
    background: none repeat scroll 0 0 #8B7500;
    border-radius: 50%;
    /*color: #942921;*/
    color: #FFFFFF;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 5px;
}