@media screen,print{
.lista_grupos2 
{
 float:right;
 width:30%
 } 

.lista_grupos2 h2
{
border-bottom:2px solid #AAA;
border-top:2px solid #AAA;
background:#ececec;
color: #454545;
padding: 2px 0px 2px 3px;
	
}
.lista_grupos2 p{
	 width:100%
}
.lista_grupos2 a{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  width:100%
}

.lista_grupos2 a:hover
{	
text-decoration: none;
color: #333333;
background-color: #e6e6e6;
border-color: #adadad;
}

.lista_grupos 
{
	float:left; 
    width:69%; 
	margin-bottom: 30px;
	border-right:1px solid #ddd;
	padding-right:10px;
}

.lista_grupos ul{
	list-style:none;
	padding-left:10px;
    font-size: 1em;
} 

.lista_grupos li{	
	padding-bottom:10px;    
} 

.lista_grupos a,.lista_grupos a:hover{
	color:#000;	
}

.lista_grupos h2{
/*	background-color:#454545;
	color:#fff;
	width:100%;
	margin-top:0;
	font-size: 1.4em;
	padding-left: 0.3em;*/
	margin-bottom: 0.3em;
}

.lista_grupos ul.menu_pag p{
	margin: 0px 0px 0px 3px;
    font-size: 0.8em;
    color: #666666;
}
.gi_tabla{
	width: 100%;
	margin: 15px 0px 6px 0px;
	border-collapse: unset;
	border: 1px solid #ccc;
}
.gi_tabla_oscuro,.gi_tabla_claro {
    border-bottom: 1px solid #fff;
    background-color: #FAFAFA;
    padding: 4px;
}
.gi_tabla_oscuro{
	width: 25%;
	background-color: #EDEDED;
	font-weight: bold;
	vertical-align: top;
}
i.fa{
	color: #A00D26;
}
.lista_grupos ul.menu_pag{
	margin: 10px 0px 0px 20px;
}

}

@media screen and (max-width: 768px) {
	.lista_grupos {
	width:100% !important;
	paddind-top:20px;
	}
	
	.lista_grupos2 {
	width:100%;
	margin-bottom: 40px;
	}
 
}

@media print{
  div.lista_grupos2 {
	  display:none;
  }
  div.lista_grupos {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-right: 0;
    padding-right: 10px;
}
}

