body {
	background-color: #f8f8f8;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

.panel {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.nav-tabs {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.img_th {
	width: 85px;
	height: 48px;
}

.imgLO {
	width: 215px;
	height: 120px;
}

.thead-default {
	font-weight : bold;
}

.thead-default a {
	font-weight: bold !important;
	color: #337ab7;
	text-decoration: none;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.col-pad-bottom20 {
	padding-bottom: 20px;
}
.col-pad-bottom20  h1, 
.col-pad-bottom20  h2, 
.col-pad-bottom20  h3, 
.col-pad-bottom20  h4, 
.col-pad-bottom20  h5, 
.col-pad-bottom20  h6 {
    margin-top: 0px;
}
.workshop-nav {
	margin-bottom: 15px;
}
	
.workshop-nav ul li > a {
    color: #45454d;
    font-weight: normal;
	display: block;
    padding: 10px 12px;
    position: relative;
}

.workshop-nav .nav-tabs > li.active > a, 
.workshop-nav .nav-tabs > li.active > a:focus, 
.workshop-nav .nav-tabs > li.active > a:hover {
    background-color: #ddd;
}

.panel-custom .nav-pills > li.active > a, 
.panel-custom .nav-pills > li.active > a:focus, 
.panel-custom .nav-pills > li.active > a:hover {
    background-color: #ddd;
    color: #555;
}

.panel-custom .nav-pills > li + li {
    margin-left: 0px;
}

.panel-custom {
	border-color: #ddd;
}

@media (min-width: 768px) {
	.panel-custom .nav > li {
		width: 100%;
	}
}

.navbar-brand-name  {
  display: inline-block;
  float: left;
}

.navbar-brand-name img {
  display: inline-block;
  float: left;
  padding: 0 10px 0 0;
  margin-top: -5px;
}

.panel-custom  a {
	color: #555;
}
.panel-custom > .panel-heading {
    background-color: #ddd;
    border-color: #ddd;
    color: #555;
}
a.head-order-list:link {
    color: #337ab7;
    font-weight: normal;
    text-decoration: none;
}
.my-search  {
	padding: 0;
}
.my-search  table {
	margin-bottom: 0;
}
.my-search .fa  {
	color: #337ab7;
}

#dp-fecha, #dp-fecha_publicacion, #dp-fecha_expiracion, #dp-fecha_celebracion  {
	width: 200px;
	float: left;
}

.fecha_hour {
	width: 75px !important;
	float: left;
	margin: 0 10px;
}

.fecha_minute {
	width: 75px !important;
	float: left;
	margin: 0 10px;
}

input[type="checkbox"].width_auto, input[type="radio"].width_auto {
    width:auto;
}

legend {
	font-size: 1.4em;
}

.listado-sitios {
	display:none;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	position:absolute;
	bottom:10%;
	left:40%;
	padding:10px;
	z-index:100;
}

.table td {
    vertical-align: middle !important;
}

.form-group-sm select.form-control[multiple], .form-group-sm textarea.form-control {
    max-width: 100% !important;
}