.puntero{
	cursor: pointer;
}
thead>tr{
	font-weight: bold;
	font-size: 12px;
	background-color: #d9d9d9;
}
tfoot>tr{
	font-weight: bold;
	font-size: 12px;
	background-color: #d9d9d9;
}

tbody>tr{
	font-size: 12px;		
}
.alertify .ajs-dialog{
	border: none;
}
.alertify .ajs-header{
	background-color: #337ab7;
	color: #fff;
	border-radius: 0;
	padding: 15px;
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 15px;
}
.alertify .ajs-body .ajs-content {
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    padding: 15px;
}
.alertify .ajs-footer{
	border-radius: 0;
	border-top: 1px solid #f4f4f4;
	padding: 10px 15px;
}

.alertify .ajs-commands button.ajs-close {
	background-image: none;
}
legend {
   
    border-bottom: 1px solid #337ab7;
}
.asterisco{
	color:red;
	font-weight:bold; 
}

.encabezado{
	margin: 3px 0;
	font-weight: bold;
	font-size: 12px;
}
.info-box-icon {
    font-size: 60px;
    padding-top: 15px;
    font-weight: bold;
}
.progress-description, .info-box-text {
    font-size: 18px;
}

.content-header>h1 {
    font-size: 30px;
}
label {
   font-size: 12px;
    margin-bottom: 3px;
}

.login-box {
	border: black 4px groove;
}

.box {   
    margin-bottom: 0px;
}
.box-body {   
    padding-bottom: 0px;
}
form{
	margin-bottom: 0px;
}
.form-group {
    margin-bottom: 10px;
}
/*.loading { 
	border:1px solid #ddd; 
	padding:20px; 
	margin:40px 5px; 
	width:80px;
}*/