.tabos {
    position: relative;
	margin: 40px auto;
	width: 950px;
	
}

.tabos input {
	position: absolute;
	z-index: 1000;
	width: 320px;
	height: 17px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
	bottom: 763944282px;	
}
.tabos input#tabo-2{
	top: 34px;
}
.tabos input#tabo-3{
	top: 51px;
}
.tabos input#tabo-4{
	top: 73px;
}
.tabos input#tabo-5{
	top: 100px;
}
.tabos input#tabo-6{
	top: 125px;
}
.tabos input#tabo-7{
	top: 150px;
}
.tabos input#tabo-8{
	top: 170px;
}
.tabos input#tabo-9{
	top: 195px;
}
.tabos input#tabo-10{
	top: 220px;
}
.tabos input#tabo-11{
	top: 245px;
}
.tabos input#tabo-12{
	top: 270px;
}

.tabos label {
	 	

/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle closest-corner, #E6E7E8 0%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle closest-corner, #E6E7E8 0%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle closest-corner, #E6E7E8 0%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #E6E7E8), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle closest-corner, #E6E7E8 0%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle closest-corner at center, #E6E7E8 0%, #FFFFFF 100%);
	font-size: 10px;
	line-height: 12px;
	color: # 0F0;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	height: 12px;
	position: relative;
	padding: 5px 5px;
	display: block;
	width: 320px;
	float: left;
	clear: both;
    border-bottom: #FFF 2px solid; 


}

.tabos label:after {
    content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 12px; 
font-size: 10px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);

	
}

.tabos input:hover + label {

	background: url(../img/boton_over.png);
font-size: 10px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3); width:315px;
}

.tabos label:first-of-type {
    z-index: 12;
}

.tabo-label-2 {
    z-index: 11;
}

.tabo-label-3 {
    z-index: 10;
}

.tabo-label-4 {
    z-index: 9;
}

.tabo-label-5 {
    z-index: 8;
}

.tabo-label-6 {
    z-index: 7;
}

.tabo-label-7 {
    z-index: 6;
}

.tabo-label-8 {
    z-index: 5;
}

.tabo-label-9 {
    z-index: 4;
}

.tabo-label-10 {
    z-index: 3;
}


.tabo-label-11 {
    z-index: 2;
}

.tabo-label-12 {
    z-index: 1;
}

.tabos input:checked + label {
    background: url(../img/boton_over.png) no-repeat;
	z-index: 21;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}

.clear-shadow {
	clear: both;
}

.content {
    background: #fff;
	position: relative;
    width: 680px;
	margin: -290px 0 0 308px;
	height: 550px;
	z-index: 1;
    border-radius: 3px;
}

.content ul li {
	padding-bottom: 7px; 
	list-style:url(../img/bullet.png) circle; list-style-position:outside; 	
	color: #666;
}

.content div {
	position: absolute;
	top: 0px;
	padding: 0px 30px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	transition: all linear 0.5s;
	left: 0px;
	bottom: -290px;
}

.content div{
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabos input.tabo-selector-1:checked ~ .content .content-1,
.tabos input.tabo-selector-2:checked ~ .content .content-2,
.tabos input.tabo-selector-3:checked ~ .content .content-3,
.tabos input.tabo-selector-4:checked ~ .content .content-4,
.tabos input.tabo-selector-5:checked ~ .content .content-5,
.tabos input.tabo-selector-6:checked ~ .content .content-6,
.tabos input.tabo-selector-7:checked ~ .content .content-7,
.tabos input.tabo-selector-8:checked ~ .content .content-8,
.tabos input.tabo-selector-9:checked ~ .content .content-9,
.tabos input.tabo-selector-10:checked ~ .content .content-10,
.tabos input.tabo-selector-11:checked ~ .content .content-11,
.tabos input.tabo-selector-12:checked ~ .content .content-12

{
    -webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.3s 0.3s;
    -moz-transition: all ease-out 0.3s 0.3s;
    -o-transition: all ease-out 0.3s 0.3s;
    -ms-transition: all ease-out 0.3s 0.3s;
    transition: all ease-out 0.3s 0.3s;
}

.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);
	
}
