/* @group stickers */

.sticker01, .sticker02, .sticker03, .sticker04, .sticker05, .sticker06 {
	border-left: 0.5em solid #00214D;
	border-right: 1.5em solid #00214D;
	height: 46px;
	padding: 0;
	margin-bottom: 10px;
}

.sticker01, .sticker02 {
	border-left: 0.5em solid #00214D;
	border-right: 1.5em solid #00214D;
}

.sticker03, .sticker04 {
	border-left: 0.5em solid #F99D0D;
	border-right: 1.5em solid #F99D0D;
}

.sticker05, .sticker06 {
	border-left: 0.5em solid #A5110A;
	border-right: 1.5em solid #A5110A;
}

.sticker01{
	background-color: #eff6ff;
}

.sticker02, .sticker04, .sticker06 {
	background-color: #f8f8f8;
}

.sticker03 {
	background-color: #fff6e7;
}

.sticker05 {
	background-color: #feeaea;
}

.textoSticker {
	float:left; 
	padding:4px 0 0 5px;
}

.masInfo {
	float:right; 
	padding:8px 12px 0 0;
}

.masInfo img{
	cursor: pointer;
}

.imageSticker {
	float: left;
}

/* @end */

.descriptionSticker {
	background-color: #fcfdff;
}

.descriptionSticker h4 {
	margin: 10px 10px 0 10px;
}

.descriptionSticker img {
	margin-bottom: 10px;
}

.descriptionSticker p {
	padding: 10px;
}