#tabServicios{
	height: 400px;
	width: auto;
}
#tabs{
	background: #B2B2B2;
	padding: 10px;
	text-align: center;
}
#tabs a{
	color: #000;
	font-size: 14px;
	padding: 9px 11px 11px 11px;
	text-decoration: none;

	-webkit-transition: all .5s;
}
#tabs a:hover{
	background: #eee;
}
.tabsContent{
	display: none;
	text-align: center;
}
.tabsContent img{
	margin-top: 10px;
}
.tabActual{
	background: #fff !important;	
}