

@charset "iso-8859-2";
/* CSS Document */

/* Style the tab */
.tab1 {
  	overflow: visible;
  	background-color: #e4e6eb;
	padding:0;
   	left: 0;
   	top: 0;
   	width: 100%;	
	position: -webkit-sticky;
  	position: sticky;
  	top: 0;	
	z-index:10000;	
        box-shadow: 0px 3px 4px gray;
}
/* Style the buttons inside the tab */
.tab1 button  {
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 5px 5px;
  	transition: 0.3s;
  	font-size: 12px;
	border-radius:0px 0px  0px 0px;
	border:none;
	box-shadow:none;
        height: 27px;
}


/*telefonos*/
@media only screen and (max-width: 600px) {
	/*
.tab1 button {
	height:50px;
	font-size:18px;
  }
  */
  
}
/*tablet*/
@media only screen and (max-width: 800px) {
/*.tab1 button {
	height:30px;
	font-size:12px;
  }	*/
}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #bbb;
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 3px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


.cardView1{
	width:90%;
	margin:auto;
	max-width:800px;
	padding:15px;	
	box-sizing:border-box;
	border: thin #CCC solid;
	border-radius:2px;
	margin-top:15px;
	margin-bottom:25px;
	display:block;
 	box-shadow: 5px 2px 10px #ccc;
	text-decoration:none;
}
.cardView1 ul {
	margin:0;
	padding:0;
}
.cardView1 ul li{
	list-style-type:none;
}
.cardView1  a , a:link, a:visited, a:active  {
	text-decoration:none;
}


.tab3{
    width:100%;
    border-bottom: 1px solid gray;
    min-height: 25px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 3px gray;
    padding:0px;
}
.tab3 .header{
    width:100%;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    height: 15px;
    align-items: center;
}
.tab3 .closable{
    width:100%;
    background-color: #ddd;
    display: flex;
    justify-content: space-between;
    height: 25px;
    padding-left:15px;
    align-items: center;
}
.tab3 .closable button{
    background-color:dodgerblue;
    display: flex;
    justify-content: center;
    height: 25px;
    padding-left:15px;
    align-items: center;
    color:white;
}
.tab3 button:hover{
    color:white;
    text-decoration: underline;
    box-shadow: 0px 0px 0px;
    background-color: black;
}
.tab3 button{
    background-color: transparent;
    color:black;
}
.tab3 .content{
    width:100%;
    display: flex;
    background-color: #f1f1f1;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 25px;
}
.tab3 .page{
    background-color:transparent;
    color:black;
    padding: 0;
    margin: 0;
    height: 25px;
    padding-left:  12px;
    padding-right: 12px;
    transition: 0.2s;
}
.tab3 .page:hover{
    box-shadow: 0px 0px 0px;
    border-bottom: 2px  solid black;
    border-top: 2px solid black;
    background-color: black;
    color:#f1f1f1;
}
.tab3 .active {
    background-color: skyblue;
    color:black;
}
.tab3 .page:focus  {
    border: none;
}
@media print{
    .tab3{
        display: none;
    }
}
.tab4{
    width:100%;
    display:flex;
    height:90px;
    border-top:thin solid #DDD;
    background-color:#f1f1f1;
    justify-content: center;
    align-items: flex-start;
    position:fixed;
    bottom:0;
    box-shadow: 0px -3px 4px gray;    
}
.tab4 boton {

    width:100px;
    height: 60px;;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:5px;
    padding-bottom: 15px;
}
.tab4 boton:hover {
    background-color:#3399FF;
    color:white;
    transition:0.6s;
    cursor:pointer;
}
.tabTopFixed{
    width:100%;
    border-bottom:thin solid gray;
    height:35px;
    display:flex; 
    background-color:#f1f1f1;
    display:flex;
    align-items:center;
}

.tabTopFixedMobile{
    width:100%;
    border-bottom:thin solid gray;
    height:75px;
    padding:2px;
    display:flex; 
    justify-content: space-between;
    background-color:black;
    color:white;
    align-items:center;
    font-size:18px !important;
}

.tabTopFixedMobile button{
    font-size:18px !important;
    background-color: black;
    color:white;
}

.tab7 {
    width:100%;
    display:flex;
    flex-direction: column;
    overflow: hidden;
}
.tab7 titulos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    top:0;
    left:0;
    height: 40px;   
    width:100%;
    border-bottom: thin solid black;
}
.tab7 titulos button.active{
    background-color: #075db0;
    height: 40px;        
}

.tab7 titulos button{
    height: 30px;
    margin:0px;
    color:white;
    padding:10px;
    display:block;
    padding-left:15px;
    padding-right: 15px;
    margin-left:5px;
    margin-right: 5px;
    border-radius: 15px 15px 0px 0px;
}
.tab7 page{
    width:100%;
    height:100%;
    display:flex;
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    animation-name: aniTab7Page;
    animation-duration: 0.6s;
}
@keyframes aniTab7Page{
    from{left:25px;}
    to{left:0px;}
}

.tab8 {
	width:100%;
	min-height:50px;
	display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
	justify-content:center;
	align-items:flex-end;
	margin-top:5px;
        padding:0px;
        padding-left:15px;
        padding-right:15px;
	border-bottom: 1px solid dodgerblue;
	background-color:white;
}
.tab8 button{
	border-radius: 15px 15px  0px 0px;
	padding-left:30px;
	padding-right:30px;
	height:28px;
	background-color:#ddd;
        border: thin solid #ccc;
	color:black;
	margin:0px;
}
.tab8 button.active{
	border-radius: 15px 15px  0px 0px;
	height:40px;
	background-color:dodgerblue;
	color:white;
}
    
@media only screen and (max-width:600px)    {
        
        .tab8 button{
                margin:0px;
                font-size: 12px;
        }
    
        .tabTopFixed{
            height: 60px;
            
        }
        
}





/* Style the tab */
.tab9 {
  	overflow: hidden;
  	background-color: #e4e6eb;
	padding:0;
   	left: 0;
   	top: 0;
   	width: 100%;	
        
        /*
	position: -webkit-sticky;
  	position: sticky;
        */
        position:absolute;
  	top: 0;	
	z-index:10000;	
        box-shadow: 0px 3px 4px gray;
}
	 
/* Style the buttons inside the tab */
.tab9 button {
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	padding: 5px 5px;
  	transition: 0.3s;
  	font-size: 12px;
	border-radius:0px 0px  0px 0px;
	border:none;
	box-shadow:none;
        height: 27px;
}



/* Change background color of buttons on hover */
.tab9 button:hover {
  background-color: #bbb;
}

/* Create an active/current tablink class */
.tab9 button.active {
  background-color: #ccc;
}

.tab11 {
    width:100%;
    min-height:50px;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    padding:0px;
    padding-top:5px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:5px;
    background-color:#e1e1e1;
    box-shadow:    0px 5px 5px 0px grey;
    overflow-y: visible;
}
.tab11 comandos {
    display:flex;
    flex-direction: row;
    align-items: flex-end;
    min-height: 55px !important;
    border-bottom: thin solid gray;
    overflow: hidden;
    padding-left:10px;
    padding-right:10px;
    margin-top:3px;
}
.tab11 pie {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-y: visible;
    padding:5px;   
}
.tab11 pie input {
    width:100% !important;
}
.tab11 search {
    display:block;
    width:100%;
}
.tab11 listaH {
    display:flex;
    flex-direction: row;
}

.tab11 comandos button{
	border-radius: 15px 15px  0px 0px;
	padding-left:30px;
	padding-right:30px;
        margin-top: 20px;
	height:28px;
	background-color:#ccc;
	color:black;
	margin:0px;
}
.tab11 button.active{
	border-radius: 15px 15px  0px 0px;
	height:40px;
	background-color:dodgerblue;
	color:white;
}
    
@media only screen and (max-width:600px)    {
        
        .tab11 button{
                margin:0px;
                font-size: 12px;
        }

        
}




