
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background: #FFFFFF;
	font-family: 'Open sans';
}
html{

}
.wrap{
	width: 800px;
	max-width: 90%;
	margin: 30px auto;
}
.wrap2{
	padding: 10px 70px;
  border: 1px solid #d1d1d1;
	width: 700px;
	max-width: 90%;
	margin: 30px auto;
	border-radius: 12px;
	border: 2px solid #d1d1d1;
}
ul.tabss{
	width: 57em;
	height: 9.5em;
	background: #000095;
	list-style: none;
	display: flex;
border-radius: 40px 40px 0 0;
}
.ff{
	padding: 10px 70px;

border: 1px solid #d1d1d1;

width: 700px;

max-width: 90%;

margin: 30px auto;

border-radius: 12px;

border: 2px solid #d1d1d1;
}
ul.tabss li{
	width: 27%;
	margin-right: 8em;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn {
  display: inline-block;
  padding: 6px 4px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 280px;
  margin-left: 200px;

}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}




.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/*
Tabla
*/
.rwd-table th, .rwd-table td:before {
  color: #F8D100;
}
.rwd-table th:hover {
  color: #ABB1BA;
}
.rwd-table {
	font-size: 24px;
  background: #E6E9EB;
  color: #34495E;
  border-radius: 8px;
	border-color: #4F5EDA;
  overflow: hidden;
	position: relative;
	width: 380px;
	left: 154px;
}
.rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }


#tab1{
	background-color: #F8F8F8;
	width: 910px;
	height: 520px;
	border-radius: 10px 10px 0 0;
}
#tab2{
	background-color: #F8F8F8;
	width: 910px;
	height: 1220px;
	border-radius: 10px 10px 0 0;
}
#tab3{
	background-color: #F8F8F8;
	width: 910px;
	height: 450px;
border-radius: 10px 10px 0 0;
}
#tab4{
	background-color: #F8F8F8;
	width: 910px;
	height: 350px;
	border-radius: 10px 10px 0 0;
}
ul.tabss li a{
	color: #F5F5F5;
	text-decoration: none;
	font-size: 19px;
	text-align: center;

	display: block;
	padding: 20px 0px;
}
h24{
	margin-left: 3em;
	font-size: 63px;
}
.active{
	width: 7em;
	height: 8em;
	background: #CE000C;
	border-radius: 20px 20px 20px 22px;
}
.active:hover{
	background: #000095;
border-radius: 20px 20px 20px 22px;
}

ul.tabss li a .tab-text{
	margin-left: 8px;
}

.secciones{
	width: 100%;
	background: #fff;
}

.secciones article{
	padding: 30px;
}

.secciones article p{
	text-align: justify;
}


@media screen and (max-width: 700px){
	ul.tabss li{
		width: none;
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media screen and (max-width: 450px){
	ul.tabss li a{
		padding: 15px 0px;
	}

	ul.tabss li a .tab-text{
		display: none;
	}

	.secciones article{
		padding: 20px;
	}
}
@media (max-width: 700px) {
	.btn {
	  	display: inline-block;
	  	margin-bottom: 0;
	  	font-size: 21px;
	  	font-weight: normal;
	  	line-height: 1.42857143;
	  	text-align: center;
	  	white-space: nowrap;
	  	vertical-align: middle;
	  	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	  	cursor: pointer;
	  	-webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	  	background-image: none;
	  	border: 1px solid transparent;
	  	border-radius: 4px;
	    width: 180px;
	    margin-left: 2vh;

	}
}
