.adnavbar, .adnavbar:hover {
	cursor:default;
	padding:0 12px !important;
	margin:4px 10px !important;
	line-height:32px !important;
	font-size:12px !important;
	background-color:#f23015 !important;
	color:#fac0ba !important;
	border-radius:4px;
}
.logo {
	/*display:block;*/
	width:106px;
	padding:0;
}
.logoinst {
	width:200px;
	margin:10px 0;
}
.col-right {
	margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.adnavbar { display: none !important;}
}
@media(min-width:768px) {
	.logoinst { width:260px; margin:20px 0;}
	.col-right { text-align: right; margin-top: 0;}
}
@media (max-width: 767px){
	.nav>li>a.dropdown-toggle {font-size: 18px;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {font-size: 16px; background-color: #b83538;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {background-color: #b83538;}
	.navbar-nav .open .dropdown-menu>li>a { line-height: normal;}
}
div.wrapper {
	width:93px;
	height:93px;
	overflow:hidden;
	position:relative;
}
div.caption {
	position:absolute;
	text-align:center;
	padding:4px 8px;
	background-color: rgba(0, 0, 0, 0.6);
	line-height:16px;
}
div.caption a {
	text-decoration:none;
	color:#fff;
}
.pictureholder {
	width: 93px;
	height: 93px;
	font-size:70px;
	text-align:center;
	margin-top:13px;
	color:#ddd;
}
.panel-item {
	background-color: #eee;
	border: 1px solid #dddddd;
	padding: 20px 15px 0;
}
.eliminar {
	font-size: 15px;
	margin-top:-10px;
}
.table-striped tbody tr td hr {
	margin: 6px 0;
}
.mouse-pointer{
	cursor: pointer;
}
.smiley{
	font-size:13px;
	display:inline-block;
	color:#777;
	width:16px;
	height:16px;
	border: 1px solid #777;
	border-radius:8px;
	line-height:13px;
	margin-top:5px;
	transform: rotate(90deg);
	cursor:default;
}
.fillcolor {
	background-color:#f4f4f4;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:42%;
	max-width:375px;
	height:100%;
}
.modal-info {
	margin:10px 0;
}
.modal-info label {
	color:#777;
	font-weight:bold;
	/*text-decoration: underline;*/
	margin-bottom:0;
}
.modal-info span {
	font-size:16px;
}
.afiche {
	border:1px solid #ddd;
	border-width: 0 1px 1px 1px;
	width:100%;
	margin-bottom: 10px
}
.id-busqueda {
	padding-left:4px;
	border-radius:5px 5px 0 0;
	font-weight:bold;
	float:left;
	width:100%;
	text-align: left;
}
.desactivado {
	background-color:lightgrey;
	color:#444;
}
.sininteres {
	background-color:olive;
	color:#fff;
}
.interes-estado1 {
	background-color:darkorange;
	color:#fff;
}
.interes-estado2 {
	background-color:#d9230f;
	color:#fff;
}
.interes-estado3 {
	background-color:#b60dc5;
	color:#fff;
}
@media (min-width:1200px){.modal-lg{width:1148px}}
.alerta-empresa {
	background-color:#fff;
	text-shadow:-1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	font-size:22px;
	border-radius:11px;
}
footer {
	font-size:10px;
}
@media (max-width: 767px){
	footer {text-align:center;}
}