.ch-grid {
	margin: 20px auto;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
	background: url(../images/bg-valores.png) repeat-x center 90px;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

/*4*/

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	top: 20px;
	left: 20px;
	background: #f9f9f9;
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #fff;
}

.ch-img-1 { 
	background: url(../images/valores3.png) no-repeat;
}

.ch-col-1, .ch-col-2, .ch-col-3, .ch-col-4, .ch-col-5, .ch-col-6 {
	background: #cc9900;
			-webkit-box-shadow: 2px 2px 3px 0px rgba(141,141,141,0.3);
-moz-box-shadow: 2px 2px 3px 0px rgba(141,141,141,0.3);
box-shadow: 2px 2px 3px 0px rgba(141,141,141,0.3);
	}
	
.t-val1 {
	color: #cc9900;
	}

.ch-img-2 { 
	background: url(../images/valores5.png) no-repeat;
}

.ch-col-2 {
	background: rgba(214,134,53,1.00);
	}
	
.t-val2 {
	color: rgba(214,134,53,1.00);
	}

.ch-img-3 { 
	background: url(../images/valores6.png) no-repeat;
}

.ch-col-3 {
	background: #b91822;
	}
	
.t-val3 {
	color: #b91822;
	}

.ch-img-4 { 
	background: url(../images/valores1.png) no-repeat;
}

.ch-col-4 {
	background: #6c2180;
	}
	
.t-val4 {
	color: #6c2180;
	}

.ch-img-5 { 
	background: url(../images/valores2.png) no-repeat;
}

.ch-col-5 {
	background: #15689c;
	}
	
.t-val5 {
	color: #15689c;
	}

.ch-img-6 { 
	background: url(../images/valores4.png) no-repeat;
}

.ch-col-6 {
	background: #5c8f3f;
	}
	
.t-val6 {
	color: #5c8f3f;
	}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 90px;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-wrap {
	box-shadow: 
		0 0 0 0 rgba(255,255,255,0.8), 
		inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

.t-valores {
	margin-top: 35px;
    padding: 15px !important;
	}
	
.t-m-v {
	margin-top: 25px !important;
	}