ul.colores{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
	clear: left;
	min-height: 100px;
}
ul.colores > li > a{
	display: inline-block;
	background-color: #eee;
	width: 100px;
	height: 100px;
	margin-right:1px;
	margin-bottom: 1px;
	float: left;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
ul.colores > li > a.active{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-transform: scaleY(1.15);
	-ms-transform: scaleY(1.15);
	-o-transform: scaleY(1.15);
	transform: scaleY(1.15);
	cursor: pointer !important;
	z-index: 999999;
}
ul.colores > li > a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-webkit-transform: scaleY(1.3) scaleX(1.1);
	-ms-transform: scaleY(1.3) scaleX(1.1);
	-o-transform: scaleY(1.3) scaleX(1.1);
	transform: scaleY(1.3) scaleX(1.1);
	cursor: pointer !important;
	z-index: 999999;
}
.color{
	color: #4296B6;
}
#reactive-title{
	overflow: none;
	padding: 5px;
}
#reactive-title span{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-block;
	background-color: #eee;
	/*float: left;*/
	margin-right: 10px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	animation: fadeInUp 0.5s;
	-webkit-animation: fadeInUp 0.5s;
	-moz-animation: fadeInUp 0.5s;
}
.divcolores{
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: both;
}
.divcolores h3{
	margin-bottom: 20px;
	text-align: center;
	font-size: 32px;
}
.divcolores .description{
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
.divcolores .description a{
	margin: 18px auto;
	padding: 14px 32px;
}
/*.table1 > tbody > tr{
	
    line-height: 1.42857143;   
}*/

.no-padding{
	padding: 1px !important;
}

table.child-table{
	width: 100%;
	margin: 0px;
}
table.child-table tr > td{
	vertical-align: middle;
	text-align: center;
	border-top: none;
	border-right: 1px solid #eee;
	width: 50%;
}
table.child-table tr > td:last-child{
	border-right: none;
}
table.child-table tr{
	border-bottom: 1px solid #eee;
}
table.child-table tr:last-child{
	border-bottom: none;
}
.child-field{
	border: none !important;
	padding: 0 !important;
}

/*table.child-table tr > td:last-child{
	border: none;
}*/