td {	
	text-align: center; 
}

table.dataTable.no-footer, table.dataTable thead th, table.dataTable thead td {
	border-bottom: 0 !important;
}

.widget-menu>li>a {
	background:#092647;
}

.widget-menu>li>a:hover, .widget-menu>li>a.active {
	background:#F68735
}

.widget-menu>li ul li {
	background:#394d66; 
	border-top:1px solid #394d66
}

.widget-menu>li ul li a:hover {
	background:#F68735
}

.btn-primary {
	color: #fff; 
	background: #F68735; 
	border: 0;
}

.btn-primary:hover {
	background: #092647;
}

h1, h2, h3, h4, h5, h6 {
	color:#092647;
}

table a i {
	color: #092647;
	font-size: 14px !important;	
}
table a:hover i {
	color: rgba(0,0,0,0.4);
	text-decoration: none;
}

table a i span {
	font-size: 0
}

fieldset {
	margin: 20px 0;
	border:2px solid #e5e5e3;
    padding: 20px 35px 20px 35px;
}

legend {
	width: auto;
	border-bottom: 0;
	padding-inline-start: 4px;
    padding-inline-end: 4px;
    margin-bottom: 0;
    line-height: 18px;
}

.module-login {margin-top:30px;}
.module-body {}

.footer{text-align:center}

#fotos {
	width: 100%; 
	float: left;
}

#fotos .img { 
	width: 29%;
	float: left;
	margin: 2%;
}

#fotos .img > div {
	width:100%; 
	height:150px; 
	overflow:hidden;
}

.destacar {
	outline: 5px solid #F68735;
}

@media (max-width:769px){
	
}
@media (min-width:0px) and (max-width:479px){
	
}