  .campoytgj1{display:none;position:relative;
    max-width:100%; background:#fff;margin:0px auto 0px;}
	
	
	
body {font-family: Arial;}

/* Style the tab */
.tab {
    overflow: hidden;
  margin-bottom: 65px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
 
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	color:#777777;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
	
	
}

/* Change background color of buttons on hover */
.tab button:hover {
  
		color:#ba207b
}

/* Create an active/current tablink class */
.tab button.active {
   
	color:#ba207b
}

/* Style the tab content */
.tabcontent {
    display: none;  
    border-top: none;
}