/*@font-face{
font-family: 'Franklin Gothic Book';
src: url('fuentes/FRABK.eot');
src: url('fuentes/FRABK.eot?#iefix') format('embedded-opentype'),
         url('fuentes/FRABK.woff') format('woff'),
         url('fuentes/FRABK.TTF') format('truetype');
}*/
.tabs {
    position: relative;
	/* margin: 40px auto; */
	margin: 10px auto;
	/*margin: 0px auto;*/
	margin: 0px;
	/* width: 730px; */
	width: 772px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 0px;
	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: 120px;
}
.tabs input#tab-3{
	left: 240px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs label {
	background: #1677C8;
	background: -moz-linear-gradient(top, #1677C8 0%, #1263A5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1677C8), color-stop(100%,#1263A5));
	background: -webkit-linear-gradient(top, #1677C8 0%,#1263A5 100%);
	background: -o-linear-gradient(top, #1677C8 0%,#1263A5 100%);
	background: -ms-linear-gradient(top, #1677C8 0%,#1263A5 100%);
	background: linear-gradient(top, #1677C8 0%,#1263A5 100%);
	font-size: 13px;
	line-height: 40px;
	height: 40px;
	position: relative;
	left:-5px;
	padding: 0 20px;
    float: left;
	display: block;
	margin:0px 0px 0px 5px;
/*	width: 30px;*/
	width:auto;
	/* color: #385c5b; */
	color:#FFF;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
/*    border-radius: 3px 3px 0 0;*/
	border-radius: 10px 10px 0 0;
    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;
	color:#009;

	position: absolute;
	/* bottom: -2px; */
	bottom: -0px;
	left: 0;
	width: 100%;
	/* height: 2px; */
	height: 1px;
	display: block;
}

.tabs input:hover + label {
	background: #1A87E1;
	color:#fff;
}

.tabs label:first-of-type {
    z-index: 10;
    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;
}

.tab-label-5 {
    z-index: 4;
}

.tab-label-6 {
    z-index: 5;
}

.tab-label-7 {
    z-index: 6;
}

.tab-label-8 {
    z-index: 7;
}

.tab-label-9 {
    z-index: 8;
}

.tab-label-10 {
    z-index: 9;
}


.tabs input:checked + label {
    background: #ff0000;
	background:#5FB246;
	z-index: 6;
	
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

.clear-shadow {
	clear: both;
}

.content {
    background: #CFEAFE;
	background: #C5E8FE;
	background: #fff;
	position: relative;
    width: 100%;
	height: 370px;
	height: 825px;
	z-index: 5;
	/*overflow: hidden;*/
    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; */
	border-radius: 10px 10px 10px 10px;
}

.content div {
    position: absolute;
	top: 0;
	/* padding: 10px 40px; */
	padding: 10px 2px;
/*	height: 825px;*/
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.content-1, .content-3, .content-5, .content-7, .content-9 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.content-2, .content-4, .content-6, .content-8, .content-10 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.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,
.tabs input.tab-selector-5:checked ~ .content .content-5,
.tabs input.tab-selector-6:checked ~ .content .content-6,
.tabs input.tab-selector-7:checked ~ .content .content-7,
.tabs input.tab-selector-8:checked ~ .content .content-8,
.tabs input.tab-selector-9:checked ~ .content .content-9,
.tabs input.tab-selector-10:checked ~ .content .content-10 


{
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}

.content div h1,
.content div h2,
.content div h3{
font-family:Arial, Helvetica, sans-serif;
	color: #ff0000;
	color:#0085B2;
	font-size:29px;
	letter-spacing:0.4px;
	margin-bottom:29px;
}
.content div p {
	font-size: 14px;
	
	font-size: 16px;
	font-size: 17px;
	line-height: 25px;
	/* font-style: italic; */
	text-align: left;
	text-align:justify;

	margin: 0;
	color: #777;
	
	color: #226C99;
	color: #333;
	/*font-weight:bold;*/
	padding-left: 15px;
		padding-left: 0px;
	/* font-family: Cambria, Georgia, serif; */
	/* font-family: Arial, Helvetica, sans-serif; */
	/*font-family: "Franklin Gothic Book", Arial, Helvetica, Sans-Serif;*/
	font-family:Arial, Helvetica, sans-serif;
/*	line-height:25px;*/

	/*border-left: 3px solid #ACB852;*/
	/*border-left: 8px solid rgba(63,148,148, 0.1);*/
	/* margin-left: 277px; */
	/* border-style:dotted; */
	/*border-spacing:150;*/
}

.espaciox {
	float: right;
	float: left;
	margin-bottom: 10px;
	margin-top:26px;
	
	
	margin-left: 16px;
		margin-left: -10px;
}

@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}