.pIndex{
    height: auto;
    margin:0 auto;
}
nav{
	background-color: #e71969 !important;
	background-image: none;
	display: none;
}
#contenido{
    width: 100%;
    margin:-50px auto 0 auto;
    font-size: 0.8em;
}
#formulario{
	width:100%;
	margin:0 auto;
}
.etiqueta
{
	font-weight:bold;
	font-size:0.8em;
	color:#033;
	padding:5px 15px;
	border:solid 1px #bbb;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	margin-left:1px;
	margin-bottom:0px;
	background-color: #f5f5f5;
}
.page-nav{
	margin: 10px 0 0 0;
	padding: 0px;
	/* font-size:1.1em; */
}

.page-nav a{
	padding: 6px;
	text-decoration: none;
	background-color: #fff;
	border: thin solid #444;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	margin-left:2px;
}

.page-nav a:hover{
	border: thin solid #444;
	background-color: #66F;
	color: #fff;
}

/*this is the style for selected page number*/
.page_link{
	padding: 8px;
	color:#000;
	background-color: transparent;
	margin:0 5px;
		border: dotted 2px #888;   
	border-radius: 50%; 
}
.data-tr td{       
	margin: 0px;
	text-align:left;     
}
.data-tr td a{       
	color:#3737FF;
	border: thin solid #999;
	text-decoration:none;
	border-radius:14px;
		-moz-border-radius: 14px;
		-webkit-border-radius: 14px;
		padding:5px 8px;
}
.data-tr td a:hover {
	background-color: #333;
	color: #fff;
	text-decoration:none;
}
.data-th{
	background-color: #555;
	color: #FFF;
	padding: 6px; 
	border-bottom: thin solid #000;  
}

.form-group>*
{
	font-size:1em;
}
.forma{
	width:100%;
	margin:0 auto;
}
.btn-primary{
	margin-left:3px;
}

@media (min-width:576px){
	.forma{
		width:60%;
		margin:0 auto;
	}
	.etiqueta
	{
		font-weight:bold;
		font-size:10px;
		color:#033;
		padding:5px 15px;
		border:solid 1px #bbb;
		border-bottom: none;
		border-radius: 10px 10px 0 0;
		margin-left:1px;
		margin-bottom:0;
		}
	.page-nav{
		margin: 10px 0 0 0;
		padding: 8px;
		font-size:12px;
	}
	
	.page-nav a{
		padding: 8px;
		text-decoration: none;
		background-color: #fff;
		border: thin solid #444;
		color: #000;
		border-radius: 3px;
		margin-left:2px;
		box-shadow: 1px 1px 1px #777;
	}
	
	.page-nav a:hover{
		border: thin solid #444;
		background-color: #66F;
		color: #fff;
	}
	
	/*this is the style for selected page number*/
	.page_link{
		padding: 8px;
		background-color: transparent;
		color:#000;
		margin:0 5px;
		border: dotted 2px #888;
		border-radius: 50%;
	}
			
}
.calendario
{
	background:url(../../images/calendar_date.png) center no-repeat;
	background-size:cover;
	width:24px;
	height:24px;
	cursor:pointer;
}

.btn-group .btn{
	margin-right:2px !important;
}
.myFooter{
	font-size:0.7em;
}
.footer-copyrighte{
	width: 100%;
	text-align: center;
	background-color: #000;
	color:#fff;
	padding:15px 0 0 0;
/*	position: fixed;
	bottom: 0px;*/
	font-size:0.9em;
}
.etiquetaM{
	background-color: #eee;
}
.logeado{
	width: 120px;
	height: 35px;
	background-color: #222;
	opacity:0.7;
	position: relative;
	border:solid 1px #111;
}
.miNav ul li a{
	font-size:11px !important;
}
.dropdown-menu{
	box-shadow: 3px 3px 3px #666;
}
.dropdown-item:hover{
	background-color: #666;
	color:#fff;
}
.cardH a:hover{
	border:solid 1px #999;
	text-decoration: none;
}
.cardH a img:hover{
	filter:grayscale(100%);
}
.card-title,
.card-text{
	color:#666 !important;
}
.msg{
	width: 32px;
	height:32px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1000;
	top:5px;
	left:5px;
	color:#fff;
	cursor: pointer;
}
.msg p{
	float: right;
	text-align: center;
	padding:0;
	margin-right: 2px;
	margin-top: 2px;
	width: 20px;
	font-size:10px;
}
.msgTitle{
	width: 180px;
	height:85px;
	position: absolute;
	z-index: 1000;
	top:40px;
	left:36px;
	color:#fff;
	background-image:url(../../images/tpb.png);	
	font-size: 12px;
	padding: 10px;
	box-shadow:2px 2px 2px #444;
	border:solid 1px #bbb;
	display: none;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: Verdana;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 }
#cssmenu a {
  line-height: 1.5;
}#cssmenu > ul > li {
	background: #007bff;
	margin-bottom: 1px;
  }
  #cssmenu > ul > li:hover {
	background: #666;
  }
  #cssmenu > ul > li > a {
	font-size: 14px;
	display: block;
	color: #ffffff;
	border-top: none;
  }
  #cssmenu > ul > li > a > span {
	display: block;
	padding: 8px 10px;
	border-radius: 4px;
  }
  #cssmenu > ul > li > a:hover {
	text-decoration: none;
  }
  .fu{
	border:solid 1px #eee;
	border-radius:5px;
	margin-top:50px;
	padding-top:15px;
	margin-bottom:20px;
	background-color:#fff;
	box-shadow: 1px 1px 1px  #777;
  }
  .noHay{
	  border:solid 1px #a80a0a;
	  background-color: #f04949fa;
	  width: 300px;
	  padding:15px;
	  opacity: 0.8;
	  float:right;
	  color:#fff;
	  text-align: center;
	  box-shadow: 2px 2px 2px #000;
	  margin-bottom:6px;
	  display:none;
  }
  .ninguna{
	  border:none !important;
  }
  .ninguna:hover{
	  background-color: transparent !important;
  }
  #alertas{
	  width: 100%;
	  height: auto;
	  background-color: #dc143c;
	  color:#fff;
	  position: fixed;
	  top: 0;
	  display: none;
	  z-index: 10000;
	  opacity: 0.9;
	  padding:10px 0 20px 120px;
	  font-weight: bold;
  }