.tabs {
    position: relative;
	margin-top: 10px;
	width: 580px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 160px;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 165px;
}
.tabs input#tab-3{
	left: 330px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs label {
	background: #5ba4a4;
	background-image: -o-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: -moz-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: -webkit-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: -ms-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: linear-gradient(to bottom, #5475C2 42%, #46609C 79%);
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0;
    float: left;
	display: block;
	width: 160px;
	color: #DBDBDB;
	text-align: center;
    border-radius: 3px 3px 0 0;
	margin:0 3px;
	font-family:Arial, Helvetica, sans-serif;
    /*box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);*/
}

.tabs label:after {
    content: '';
	background: #fff;
	bottom: -2px;
	left: 0;
	display: block;
}

.tabs input:hover + label {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c8c8c8), color-stop(1, #d4d4d4) );
	background:-moz-linear-gradient( center top, #c8c8c8 5%, #d4d4d4 100% );
	color:#666666;
}

.tabs label:first-of-type {
    z-index: 4;
	background-image: -o-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: -moz-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: -webkit-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: -ms-linear-gradient(bottom, #5475C2 42%, #46609C 79%);
	background-image: linear-gradient(to bottom, #5475C2 42%, #46609C 79%);
    /*box-shadow: 2px 0 2px rgba(0,0,0,0.1);*/
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	z-index: 6;
	color:#666666;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 580px;
	height: 350px;
	z-index: 5;
    /*box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);*/
    border-radius: 0 3px 3px 3px;
}

.content div {
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}
.content div h2,
.content div h3{
	color: #398080;
}
.content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid rgba(63,148,148, 0.1);
}

.col-tabs {
	width:200px;
	float:left;
	height:320px;
	opacity:1 !important;
	position:relative !important;}

.exito-tabs {
	width:290px;
	float:left;
	height:320px;
	opacity:1 !important;
	position:relative !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );}
	
.box_precios {
	opacity:1 !important;
	position:relative !important;}