/*
//BOOTSTRAP
TABLAS RESPONSIVE*/
.no-more-tables2::after,.no-more-tables::after,.panel-heading::after, .panel-body::after, .panel-footer::after {
    clear: both;
	content: " ";
    display: table;
}
.collapsefix.in,
.collapsefix.collapsing {
    display: block!important;
}
.icheckbox_square-blue{
	background-color:#FFFFFF !important;
}

#frame1{
	width:720px;
	height:700px;
}

html body .hidemax{
	display:none !important;
}

@media only screen and (max-width: 768px) {
	.tableres th,td{
		padding:4px !important;
		font-size:12px;
	}
	.class75{
		margin-left:auto;
		margin-right:auto;
		width:75% !important;
	}
	#frame1{
		width:720px;
		height:1500px;
	}
	
	.nav > li > i{
		display:none;
	}
	.nav > li.disabled  {
		display:none;
	}
	.nav > li.disabled2  {
		display:none;
	}
	
	.nav-pills{
		margin-bottom:0px !important;
	}
	
	body .btn-icon{
	 width:50px !important;
	}
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block !important;
	}
	.no-more-tables2 table, 
	.no-more-tables2 thead, 
	.no-more-tables2 tbody, 
	.no-more-tables2 th, 
	.no-more-tables2 td, 
	.no-more-tables2 tr { 
		display: block !important;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr,.no-more-tables2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.no-more-tables2 tbody tr th:first-child {
		z-index: 99999;
		position: relative;
	}
	.no-more-tables tr,.no-more-tables2 tr  { border: 1px solid #ccc; }
 
	.no-more-tables td, .no-more-tables2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
	}
	.no-more-tables tfoot th, .no-more-tables2 tfoot th { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important; 
		white-space: normal;
		text-align:left;
	}
	body table.no-more-tables2 td.t50izq{ 
		width:20%;
		padding-left: 5% !important; 
		float:left;
	
	}
	body table.no-more-tables2 td.t50der{ 
		width:80%;
		padding-left: 2% !important; 
		float:left;
		
	}
 .no-more-tables2 td:last-child { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 2% !important; 
		white-space: normal;
		text-align:left;	
	}
	html body .no-more-tables2 th{
		color:#fff !important;
	}
	
	
 	div table.fixbutton td:last-child { 
	
		padding-left: 50% !important; 
		
	}
	
	.t50izq:before, .t50der:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 0px !important; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	.no-more-tables td:before, .no-more-tables2 td:before  , .no-more-tables2 tfoot th:before { content: attr(data-title) !important; }
	
	.no-more-tables2 td:last-child:before  { content: '' !important; }
	table.no-more-tables2.fixbutton tr td:last-child:before, .no-more-tables2 tfoot th:before { content: attr(data-line) !important; }
	.no-more-tables2 td:last-child:before  { content: '' !important; }
	
	
	.no-more-tables2 tr:before, .no-more-tables tr:before {
		background-color: #003857;
		content: "";
		height: 40px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
	}
	.no-more-tables2 tfoot th::before {
		content: attr(data-line) !important;
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	.principal,.secundario{
			color:#FFFFFF;
	}
	
}

	table.tablesorter thead tr .tablesorter-header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;	
	}
	table.tablesorter thead tr .tablesorter-headerAsc {
		background-image: url(asc.gif);
	}
	table.tablesorter thead tr .tablesorter-headerDesc {
		background-image: url(desc.gif);
	}

  /* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
      top: 0;
      width: 100%;
  }

  .affix + .container-fluid {
      padding-top: 70px;
  }
  
  @media only screen and (min-width: 900px) {
	.busact{
		height:180px;
		overflow:hidden;
	}

}
.busact0{
	text-align:center;
	margin-bottom:30px;
}
/*CABECERA*/
.web_header_fixed {
    height: 60px !important;
    position: fixed !important;
	border-radius:0px;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.no-border-radius{
	border-radius:0px;
}
.no-border{
 border:0px;
}
.no-border tr{
 border:0px;
}
.no-border tr td{
 border:0px;
}
.marginauto{
	margin-left:auto;
	margin-right:auto;
}
/*COMMONS*/
 .top11{
	 padding-top:10px !important;
	 margin-bottom:0px !important;
 }
 .bottom5{
	 margin-bottom:8px !important;
 }
 
/*WIDGETS*/
 .single-Blog {
    display: inline;
    float: left;
    width: 100%;
	cursor:pointer;
	background-color:#fff;
	color:#333;
	border-radius:10px;
	margin-bottom:20px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
	
}
.single-Blog img{
	border-top-right-radius:10px;
}
	.single-blog-left {
		display: inline;
		float: left;
		width: 25%;
	}
@media only screen and (min-width: 1024px) {
	.single-blog-left {
		display: inline;
		float: left;
		width: 18%;
	}
}
.blog-comments-box{
    list-style: outside none none;
    margin: 0;
    padding: 0;
	width:100%;
}
.blog-comments-box > li:last-child{
	font-size:10px;
	background-color:#222d32;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	height:20px;

}
.blog-comments-box li > h2 {
    font-size: 33px;
    line-height: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
	margin-top:0px;
	color: #fff;
}
h2, .h2 {

    font-size: 24px;

}
.blog-comments-box li:first-child {
	font-size:15px;
	background-color:#115e83;
    color: #fff;
    display: block;
    padding: 9px;
    text-align: center;
    width: 100%;
	border-top-left-radius:10px;
}
	.single-blog-right {
		display: inline;
		float: right;
		width: 82%;

	}
	.single-blog-right2 {
		display: inline;
		float: right;
		width: 82%;

	}
@media only screen and (min-width: 1024px) {
	.single-blog-right {
		display: inline;
		float: right;
		width: 75%;

	}
	.single-blog-right2 {
		display: inline;
		float: right;
		width: 75%;

	}
}

.blog-content2 {
    display: inline;
    float: left;
    width: 100%;
	min-height:100px;
	padding-right:5px;
}
.blog-img {
    display: inline;
    float: left;
    width: 100%;
}
.blog-author {
    display: inline;
    float: left;
    padding: 5px 0 0 0;
    width: 100%;
}
.blog-author ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.blog-author > ul > li {
    color: #aaa;
    display: inline-block;

}
.blog-content {
    display: inline;
    float: left;
    width: 95%;
	padding-right:5px;
}
.blog-content > h2 {
    font-size: 18px;
    line-height: 25px;
	font-weight:700;
	margin-top:0px;
}
.blog-img figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 0.8;
    position: relative;
}
.carousel {
    margin-bottom: 15px;
}
.carobusact{
	height:300px;
}
@media only screen and (max-width: 768px) {
	.carobusact{
		height:auto;
	}
}

.carobusact div img{
	width:100%;
}
.carousel img{
	height:100% !important;
}
.carousel-caption {
    bottom: -170px;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	padding-top:0px;
	left:0%;
	right:0px;
}
.carousel-caption h1{

	padding-top:5px;
	margin-top:5px;
}

.nots div.item{
	height:100%;
}
.nots div.item img{
	height:100%;
}

@media only screen and (min-width: 992px) {
	.minihr{
	border-bottom:1px solid #ecf0f1;
	padding-bottom:5px;
	padding-top:5px;
	}
}
@media only screen and (max-width: 992px) {
	.miniback{
		background-color:#ecf0f1;
		margin-bottom:5px;
		margin-top:15px;
	}
}
.hide{
	display:none;
}

.cajita{width:25px;height:20px;float:left;border:0px;margin-right:5px}
	
.deshover:hover {
  background-color: #dfdfdf !important;
  cursor:pointer
}
.tiendalink{
	padding-bottom:30px;
}
.tiendalink:hover {
  background-color: #dfdfdf !important;
}
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.nav-center {  
  text-align: center;
  ul.nav {
    display: inline-block;
    li {
      display: inline
      a {
        float: left
      }
    }
  }
}

#featured-slider .entry-container {
    display: none;
}
#featured-slider, #featured-slider .slider-cycle {
    position: relative;
}
#featured-slider img {
    height: auto;
    margin-bottom: 18px;
    max-width: 100%;
    vertical-align: top;
}
html #featured-slider.nopad img{
	  margin-bottom: 0px;
	  
}								
#controllers a {
    background-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 6px;
    margin: 0 4px;
    overflow: hidden;
    width: 18px;
}
#controllers {
    z-index: 98;
}
#controllers {
    bottom: 20px;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
#controllers a.active {
    background-color: #00a096;
    color: #00a096;
}
.linktexto{
	position:absolute;top:20%; width: 100%; text-align: center;
}
.linktexto h2{
	color:#FFFFFF;font-size:24px; text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
div:hover > div.linktexto h2{
	font-size:28px;
	
	-webkit-transition: font-size 0.2s; /* Safari */
    transition: font-size 0.2s;
}

.divenlaces9 .linktexto{
	position:absolute;top:15%; width: 100%; text-align: center;
}
.divenlaces9 .linktexto h2{
	color:#FFFFFF;font-size:18px; text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
.divenlaces9 .panel{
	margin-top:21px;
	margin-bottom:21px;
}
.divenlaces12 .linktexto{
	 width: 100%; text-align: center;position:relative;
}
.divenlaces12 .linktexto h2{
	color:#FFFFFF;font-size:18px; text-shadow: none;color:#00adee;
}
.divenlaces12 div.paneltipo:hover > .linktexto h2{
	font-size:18px !important;
	
	-webkit-transition: font-size 0.2s; /* Safari */
    transition: font-size 0.2s;
	
}
.divenlaces12 a:hover {
	text-decoration:none;
	
}


.relative{
	position:relative;
}

.section {
    border-top: 10px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
	  margin-left: -15px;
    margin-right: -15px;	
}
.section.--first {
    border-top: medium none;
	margin-top:-21px;
	padding: 0px 15px 30px;
}
.section.--red {
    background-color: #CF3912;
    color: #fff;
}
.section.--blue {
    background-color: #222d32;
    color: #fff;
}
.section.--cream {
    background-color: #F2F2F2;
    color: #333;
}
.section.--white{
    background-color: #FFFfff;
    color: #333;
}
.section.--last{
		margin-bottom:-20px;
}
.section.--grey{
    background-color: #ecf0f1;
    color: #333;
}
.section.--purple {
    background-color: #FFB765;
    color: #fff;
}
.section.--dark {
    background: #333 url("../img/bg-dark.gif") repeat scroll 0 0;
    color: #bbb;
}
.section.--solid-dark {
    background: #222 none repeat scroll 0 0;
    color: #ccc;
}
.content-warper{
 margin-left: 230px;
    transition: transform 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
}
@media (min-width: 768px) {
	body.sidebar-collapse div.content-warper{
		margin-left: 50px !important;
		z-index: 840;
	}
}
@media (max-width: 768px) {
	body.sidebar-collapse div.content-warper{
		margin-left: 30px !important;
		z-index: 840;
	}
}

.main-sidebar, .left-side {
    left: 0;
    min-height: 100%;
    padding-top: 0px;
    position: fixed;
    top: 0;
		background-color: #222d32;
    transition: transform 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
    width: 230px;
    z-index: 9999999;
}
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    overflow: hidden;
    white-space: nowrap;
}
.sidebar-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
}
.sidebar-menu > li > a {
    border-left: 3px solid transparent;
}
.sidebar a {
    color: #b8c7ce;
}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none !important;
}
.sidebar-menu li > a {
    position: relative;
}
@media (min-width: 768px) {
	.sidebar-menu > li > a {
		display: block;
		padding: 12px 5px 12px 15px;
	}
}
@media (max-width: 768px) {
	.sidebar-menu > li > a {
		display: block;
		padding: 12px 5px 12px 5px;
	}
}
@media (max-width: 768px) {
	.pull-right {
		float:none !important;
	}
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
}
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    background: #1e282c none repeat scroll 0 0;
    border-left-color: #3c8dbc;
    color: #fff;
}
sidebar-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar-menu > li {
    margin: 0;
    padding: 0;
    position: relative;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    width: 20px;
}
.sidebar-menu > li .label, .sidebar-menu > li .badge {
    margin-right: 5px;
    margin-top: 3px;
}
.sidebar-menu li.header {
    font-size: 12px;
    padding: 10px 25px 10px 15px;
}
.sidebar-menu li > a > .fa-angle-left {
    height: auto;
    margin-right: 10px;
    margin-top: 3px;
    padding: 0;
    width: auto;
}
.sidebar-menu li.active > a > .fa-angle-left {
    transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
    display: block;
}
.sidebar-menu .treeview-menu {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
    margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
    display: block;
    font-size: 14px;
    padding: 5px 5px 5px 15px;
}
.sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
}

	.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
		margin-left: 50px !important;
		z-index: 840;
	}


@media (min-width: 768px) {
	.sidebar-mini.sidebar-collapse .main-sidebar {
		transform: translate(0px, 0px);
		width: 50px !important;
		z-index: 850;
		background-color: #222d32;
	}
}
@media (max-width: 768px) {
	.sidebar-mini.sidebar-collapse .main-sidebar {
		transform: translate(0px, 0px);
		width: 30px !important;
		z-index: 850;
		background-color: #222d32;
	}
}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li {
		position: relative;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
		margin-right: 0;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
		border-top-right-radius: 4px;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
		border-bottom-right-radius: 4px;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
		border-bottom-right-radius: 4px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	@media (min-width: 768px) {
		.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right,.glyphicon), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
			display: block !important;
			left: 50px;
			position: absolute;
			width: 180px;
		}
	}
	@media (max-width: 768px) {
		.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
			display: block !important;
			left: 30px;
			position: absolute;
			width: 180px;
		}
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.glyphicon)  {
		background-color: inherit;
		margin-left: -3px;
		padding: 12px 5px 12px 20px;
		top: 0;
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
		margin-left: 0;
		top: 44px;
	}
	.sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info, .sidebar-mini.sidebar-collapse .sidebar-form, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span, .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu, .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right, .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
		display: none !important;
	}
	.sidebar-mini.sidebar-collapse .main-header .logo {
		width: 50px;
	}
	.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
		display: block;
		font-size: 18px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
		display: none;
	}
	.sidebar-mini.sidebar-collapse .main-header .navbar {
		margin-left: 50px;
	}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    overflow: hidden;
    white-space: nowrap;
}
.sidebar-menu:hover {
    overflow: visible;
}
.sidebar-form, .sidebar-menu > li.header {
    overflow: hidden;
    text-overflow: clip;
}
.sidebar-menu li > a {
    position: relative;
}
.sidebar-menu li > a > .pull-right {
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
}
.sidebar-toggle {
    color: #fff;
	width:100%;
	height:30px;
}
.sidebar-menu > li > .treeview-menu {
    background: #2c3b41 none repeat scroll 0 0;
    margin: 0 1px;
}


.main-header .navbar {
    background-color: #3c8dbc;
}
.main-header .navbar .nav > li > a {
    color: #fff;
}
.main-header .navbar .nav > li > a:hover, .main-header .navbar .nav > li > a:active, .main-header .navbar .nav > li > a:focus, .main-header .navbar .nav .open > a, .main-header .navbar .nav .open > a:hover, .main-header .navbar .nav .open > a:focus, .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #f6f6f6;
}
.main-header .navbar .sidebar-toggle {
    color: #fff;
}
.main-header .navbar .sidebar-toggle:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #f6f6f6;
}
.main-header .navbar .sidebar-toggle {
    color: #fff;
}
.main-header .navbar .sidebar-toggle:hover {
    background-color: #367fa9;
}
@media (max-width: 767px) {
	.main-header .navbar .dropdown-menu li.divider {
		background-color: rgba(255, 255, 255, 0.1);
	}
	.modaltam{
		width:auto;
	}

}
@media (min-width: 767px) {

	.modaltam{
		width:80%;
	}

}


.main-header .navbar .dropdown-menu li a {
    color: #fff;
}
.main-header .navbar .dropdown-menu li a:hover {
    background: #FE8A00 none repeat scroll 0 0;
}
}
.main-header .logo {
    background-color: #FE8A00;
    border-bottom: 0 solid transparent;
    color: #fff;
}
.main-header .logo:hover {
    background-color: #357ca5;
}
.main-header li.user-header {
    background-color: #3c8dbc;
}
.content-header {
    background: transparent none repeat scroll 0 0;
}
.wrapper, .main-sidebar, .left-side {
    background-color: #222d32;
}
.user-panel > .info, .user-panel > .info > a {
    color: #fff;
}
.sidebar-menu > li.header {
    background: #1a2226 none repeat scroll 0 0;
    color: #4b646f;
}
.sidebar-menu > li > a {
    border-left: 3px solid transparent;
}
.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
    background: #1e282c none repeat scroll 0 0;
    border-left-color: #3c8dbc;
    color: #fff;
}
.sidebar-menu > li > .treeview-menu {
    background: #2c3b41 none repeat scroll 0 0;
    margin: 0 1px;
}
.sidebar a {
    color: #b8c7ce;
}
.sidebar a:hover {
    text-decoration: none;
}
.treeview-menu > li > a {
    color: #8aa4af;
}
.treeview-menu > li.active > a, .treeview-menu > li > a:hover {
    color: #fff;
}
.sidebar-form {
    border: 1px solid #374850;
    border-radius: 3px;
    margin: 10px;
}
.sidebar-form input[type="text"], .sidebar-form .btn {
    background-color: #374850;
    border: 1px solid transparent;
    box-shadow: none;
    height: 35px;
    transition: all 0.3s ease-in-out 0s;
}
.sidebar-form input[type="text"] {
    border-radius: 2px 0 0 2px;
    color: #666;
}
.sidebar-form input[type="text"]:focus, .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}
.sidebar-form .btn {
    border-radius: 0 2px 2px 0;
    color: #999;
}
.skin-blue.layout-top-nav .main-header > .logo {
    background-color: #3c8dbc;
    border-bottom: 0 solid transparent;
    color: #fff;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}
.cab{
	width:100%;
	padding:5px;
	font-size:20px;
	text-align:center;
	
	
	 background-color: #115e83 !important;
}
.tituloportada{
	margin-top:0px;
}

.paneltipo{
	border:0px;
	background-color:transparent;
		box-shadow:box-shadow: 10px 10px 5px #888888;
}
.paneltipo img{
	border-radius:10px;

}
.divenlaces2 div{
	margin-bottom:10px;
}
.divenlaces2 img {
	max-width:100%;
}
.divenlaces2 > div:hover  > a > div> img{
	opacity:0.5;
}
.divenlaces3 > div  > div>  a > img{
	width:75px;
	height:75px;
}

.divenlaces3 > div:hover  > div>  a > img{
	opacity:0.5;
	
}
.divenlaces4 > div:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.divenlaces4 > div > a, .noa {
	color:inherit;
}
.noa:hover {
	color:inherit;
	text-decoration:none;
}
.divenlaces4 > div:hover > a {
	text-decoration:none;
}
.col-centered{
    float: none;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	
}
.col-lg-2.col-centered {
    width: 16.3967%;
}
.col-lg-3.col-centered {
    width: 24.8%;
}
@media (min-width: 768px) {
.col-lg-4.col-centered {
    width: 32.8%;
}
}


.divenlaces3{
	text-align: center;
}

.divhover:hover{
	background-color: #115e83;
	color:#FFF;
}
.padding15{
	margin-right:15px;
}
#pie{
	color:#888;
	padding-top:10px;
	background-color:#222d32;
}
.ulbot {
    list-style: outside none none;
	margin-left:0px;
	padding-left:15px;
}
.ulbot li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    float: left;
    list-style: outside none none;
	margin:5px;
   
}
.left{
	text-align:left;
}
.evenclick{
	   background-color: rgb(255, 255, 255);
    box-shadow: 0 0 8px rgba(51, 51, 51, 0.7);
    margin: 0 10px 20px;
    padding: 0;
}
.evenclick:hover{
	   background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
    margin: 1px 10px 20px;
    padding: 0;
	cursor:pointer;
}


.evenclick2:hover{
	
	cursor:pointer;
}
time {
    background-color: rgb(197, 44, 102);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  
	height: 90px;
	width: 80px;
	float: left;
	
}
time > .day {
    display: block;
    font-size: 40pt;
    font-weight: 100;
    line-height: 1;
}
time > .month {
    display: block;
    font-size: 18pt;
    font-weight: 900;
    line-height: 1;
}
time > .time {
    display: none
}
time > .year {
    display: none
}
.info > .title {
    font-size: 15pt;

    font-weight: 700;
    margin: 0;
	
}
.info {
   color:#000;
    overflow: hidden;
	
    position: relative;
    text-align: left;
	padding-left:5px;
	
}
.info > .desc {
    font-size: 10pt;
    font-weight: 300;
    margin: 0;
}
.tituloportada{
	font-size:30px;
}
.subtituloportada{
	font-size:20px;
}
.carousel-inner.nots >div:hover{
	opacity:0.7;
}
.photo-frame::before {
    background: #eff4de none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: -10px;
    position: absolute;
    top: 0;
    transform: rotate(-2deg);
    width: 100%;
    z-index: 1;
}

.photo-frame::after {
    background: #768590 none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 3px;
    transform: rotate(3deg);
    width: 100%;
    z-index: 1;
}
.photo-frame img{
	   border-color: #fff;
    border-style: solid;
    border-width: 5px;
    position: relative;
    z-index: 2;
	    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}
.special-title[style="text-align: center;"]::after, .special-title[style="text-align:center;"]::after {
    left: 50%;
    margin-left: -35px;
}
.special-title::after {
    border-color: #115e83;
}
.special-title::after {
    border-top-style: solid;
    border-top-width: 4px;
    bottom: -2px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 70px;
}
.special-title {
    border-color: rgba(30, 30, 30, 0.2);
	
}
.special-title {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
	font-size:18px;
	margin-top:20px;
	font-weight:bold;
    position: relative;
	height:50px;
}
a:hover .special-title:after{
	 left: 0;
	 margin-left:0px;
	 width:100%;
 	-webkit-transition: width 0.2s, margin-left 0.2s,left 0.2s; /* Safari */
    transition: width 0.2s, margin-left 0.2s,left 0.2s; 
	
}
a:hover img{
	opacity:0.7;
	
}
a:hover .photo-frame::after {

    transform: rotate(5deg);
	-webkit-transition: transform 0.2s; /* Safari */
    transition: transform 0.2s;
 
}
a:hover .photo-frame::before {

    transform: rotate(-4deg);
	-webkit-transition: transform 0.2s; /* Safari */
    transition: transform 0.2s;
 
}
.bottom20{
	margin-bottom:20px;
}
.bottom30{
	margin-bottom:30px;
}
.titulo2 .titulo{
	font-size:12px;
	background:#FFFFFF !important;
	
}
td.titulo  {
    border: 0px !important;
}
table.titulo2 td  {
    border: 0px !important;
}
table.titulo2 tbody tr:nth-child(2n){
    background:#FFFFFF !important;
}

table.titulo{
	border:1px solid black;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #222d32;
    border-color: transparent;
    color: #ffffff;
    cursor: default;
    z-index: 3;
}
.pagination > li > a, .pagination > li > span {
    background-color: #115e83;
    border: 1px solid transparent;
    color: #ffffff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
	 vertical-align:top;
	 
}

.nav-tabs, .nav-pills {
    text-align:center;
	margin-bottom:20px;
	border-bottom:0px;
}
.fa-2{
	margin-top:10px;
	font-size:36px;
	
}
.formas{
	
}
.hover:hover{
	cursor:pointer;
	
	box-shadow: 5px 5px 3px #888888;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s  linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -kthtml-transition: all 0.1s  linear;
    transition: all 0.1s linear;
}
.photo-frame2 img{
	   border-color: #fff;
    border-style: solid;
    border-width: 5px;
    position: relative;
    z-index: 2;
	    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}
.photo-frame2{
	text-align:center;
	
}
.rowflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.rowflex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.galleria{ width: 100%; height: 600px; background: #000 }
.verdeoscuro2 {
    background-color: #009900;
 
 
}
@media (min-width: 768px) {
	.porcen85{
		width:85% !important;
		
	}
	.porcen15{
		width:15% !important;

	}
}
@media (max-width: 768px) {
	.btn{
		width:100% !important;
		margin:1px 0px 1px 0px;
		
	}
	.fa-2 {
		font-size: 24px;
		margin-top: 15px;
	}

}
btn
.nopad{
	padding:0px;
}
@media only screen and (min-width: 768px) {
	.alto225{
		height:225px;
	}
}
.alto100{
	height:100px;
}
.pestanas{
	margin-bottom:-2px;text-align:left;z-index:9999
}
.bordeazul{
	background-color:#222d32;
	text-align:center;
}
.bordeamarillo{
	background-color:#FFD800;
	text-align:center;
	cursor:pointer;

	
}
.bordeverde{
	background-color:#267F00;
	text-align:center;
	
}
.borderojo{
	background-color:#FF0000;
	text-align:center;
	
}
.bordeblanco{
	
	text-align:center;
	
}
@media only screen and (min-width: 768px) {
	.tabledesta tr:nth-child(odd) td{
		background-color:#4584A2 !important;
		border-bottom:1px solid #4584A2;
		border-top:1px solid #4584A2;
		color:#FFFFFF;
	}
}
html .nopad{
	padding:0px !important;
	margin:0px !important;
}
.blog-content2 h4{
	height:35px;
}
html .nopad{
	padding:0px !important;
	margin:0px !important;
}
.navbar-default{
	background-color:#115e83 !important;
}

.navbar-nav > li >a{
	padding-top:9px !important;
	padding-bottom:10px !important;
}
.navbar{
	margin-bottom:0px;
}
@media (min-width: 768px) {
	#fixed_menu{
		margin-left:50px;
		height:30px !important;
		min-height: 40px;
	}
}
@media (max-width: 768px) {
	#fixed_menu{
		margin-left:30px;
		height:30px !important;
		min-height: 40px;
	}
}

#fixed_menu .navbar-toggle{
	margin-right:65px;
	margin-top:5px;
	margin-bottom:0px;
	display:block;
}


#navbar2{
	background-color:#115E83;
}
#fixed_menu .navbar-brand{
	margin-bottom:0px;
	padding-bottom:0px;
	height:30px;
}
#fixed_menu  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
 #fixed_menu .navbar-nav .open .dropdown-menu > li > a,
 #fixed_menu .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
 #fixed_menu .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
#fixed_menu  .navbar-nav .open .dropdown-menu > li > a:hover,
 #fixed_menu .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

 /*FIXED MENU*/
   #fixed_menu .navbar-header {
    float: none !important;
  }
   #fixed_menu  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #fixed_menu .navbar-nav .open .dropdown-menu > li > a,
  #fixed_menu .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #fixed_menu .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
   #fixed_menu.navbar-nav .open .dropdown-menu > li > a:hover,
  #fixed_menu .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

  #fixed_menu  .navbar-nav {
    float: none;
    margin: 0;
	
  }
  #fixed_menu  .navbar-nav > li {
       float: none;
  }
  #fixed_menu  .navbar-nav > li > a {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }
   #fixed_menu .collapse {
    display: none !important;
}
  #fixed_menu .collapse.in {
    display: block !important;
}
#pie .container{
background-color: #222d32;
}
.nopad tr td{
	padding-left: 0% !important;
}
td.nopad{
	padding-left: 0% !important;
}
.busact{
		 box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
		 background-color:#FFFFFF;
		 color:#000;
		 width:100%;
		 
}
.frameprincipal{
			min-height:750px;
	}
.nav-pills2 > li {
    color: #ffffff;
     background-color: #000000;
}
@media (min-width: 1024px) {
	.frameprincipal{
			margin-top:10px !important;
	}
	.modal-dialog{
		width:1100px;
	}

}
@media (max-width: 768px) {
	.frameprincipal{
			margin-top:2px !important;
			padding-top:2px !important;
	}
	.idbuscar{
		display:none;
	}
	.subul {

	   margin: 0px !important;
	  padding: 0px !important;
	}
}
.minifont{
	font-size:11px;
}
.nopadleft{
	margin-left:0px;
	padding-left:0px;
}
@media (max-width: 768px) {
	.colmovil{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.nopadleft{
		margin-left:0px;
		padding-left:0px;
		margin-right:0px;
		padding-right:0px;
	}
	.bottom5{
		margin-bottom: 3px !important;
	}
	.form-control {
			margin-top: 3px !important;
	}
	body input.form-control {
			margin-top: 0px !important;
	}
	body .frameprincipal {
		width: 100% !important;
	}
	 .rowcab, #pie .row{
		margin-left:0px;
		margin-right:0px;
	}
}
.input-group-addon, .input-group-btn {

    width: 1%;
    white-space: nowrap;
    vertical-align: top;
	z-index:1000;

}
#mapita1 {
    background-color: #ffffff;
    height: 500px;
    width: 100%;
	 box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}
.divenlaces7 h2{
	margin-top:0px;
}
.divenlaces7 a{
	color:inherit;
}
.divenlaces8 h2{
	margin-top:0px;
}
.divenlaces8 a{
	color:inherit;
}
.top20{
	margin-top:20px;
}
.noshow{
	display:none;
}
a{
	cursor:pointer;
}
#menuIdiomas{
		width:100%;
		text-align:right;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
@media only screen and (max-width: 800px) {
	.submenu li a{
		margin-left:15px !important;
	}
}
#cookieNotice{
	width: 100%;
	position: fixed;z-index:9999;
	bottom:0px;
	box-shadow: 0px 0 10px 0 #0D0D0D;
	background: #3881ff;
	z-index: 9999;
	color:#ffffff !important;
	font-size: 12px;
	line-height: 1.3em;
	font-family: arial;
	left: 0px;
	text-align:center;
	opacity: 50
}
#cookieNoticeContent{
	color:#ffffff !important;
	position:relative; 
	margin:auto; 
	padding:15px; 
	padding-top:10px;
	padding-bottom:10px;
	width:100%; 
	display:block;
}
#cookieNotice div table tbody tr td{
	color:#ffffff !important;

}
.tituloCabecera{
	display:none;
}

.tdgrande td{
	font-size:14px !important;
	font-weight:bold;
	
}
.tdgrande2 td{
	font-size:14px !important;
	font-weight:bold;
	cursor:wait !important;
}
.tdgrande2 td ins{
	font-size:14px !important;
	font-weight:bold;
	cursor:wait !important;
}
.tdgrande2 td input{
	font-size:14px !important;
	font-weight:bold;
	cursor:wait !important;
}
.tdgrande2 td ins:hover{
	font-size:14px !important;
	font-weight:bold;
	cursor:wait !important;
}
.hide2 ins{
	visibility:hidden;
}

.tabscustom{
	margin-bottom:0px !important;
	
}
.tabscustom > li.active > a, .tabscustom > li.active > a:hover, .tabscustom > li.active > a:focus{
	border-color: #2c3e50 #2c3e50 transparent !important;
	background-color: #ecf0f1 !important;
}

.nopad2 div{
	padding-top:10px !important;
	padding-bottom:10px !important;
	padding-left:0px !important;
	padding-right:0px !important;
	
}
.nopad2{
	min-height:0px !important;
	
}

.paneltipo10{
	border:0px;
	background-color:transparent;
	box-shadow:box-shadow: 10px 10px 5px #888888;
	color:#FFFFFF !important;
	font-style: italic;
}
.paneltipo10 img{


}
.paneltipo10 p{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.paneltipo10 .linktexto10 h2 {
    color: #ffffff;
    font-size: 24px;
	 text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	 
}

.linktexto10{
	position:absolute;top:20%; width: 100%; text-align: center;
}
.linktexto10 h2{
	color:#FFFFFF;font-size:24px; text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

#controllers11 a {
    background-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 18px;
    margin: 0 4px;
    overflow: hidden;
    width: 18px;
	border-radius:90px;
}
#controllers11 {
    z-index: 98;
}
#controllers11 {
    bottom: 30px;
    line-height: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 9999;
}
#controllers11 a.active {
    background-color: #00a096;
    color: #00a096;
}
#controllers19 a {
    background-color: #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 18px;
    margin: 0 4px;
    overflow: hidden;
    width: 18px;
	border-radius:90px;
}
#controllers19 {
    z-index: 98;
}
#controllers19 {
    bottom: 30px;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
#controllers19 a.active {
    background-color: #00a096;
    color: #00a096;
}				  
.entry-container2{
 position:absolute;
   z-index: 999999;
   color:#FFFFFF;
   top:0px;
   left:20px;
}
.entry-container3{
 
   color:#FFFFFF;
   position:absolute;
   top:0px;
   width:100%;
}
.entry-container3 .entry-description-container{
 margin-left:auto;
 margin-right:auto;
 max-width:1250px;
 	 max-width: 1250px;
	 width:97%;
 
}				  

.entry-container2 h3{
margin-top:0px;	
}
.evento2{
	position:relative;
	margin-top: 10px;

margin-bottom: 10px;
}
.evento2 time{
	position:absolute;
	top:0px;
	left:15px;
	background-color: rgba(0, 123, 68, 0.6) !important;
	height:70px;
}
.evento2 time > .day {
    display: block;
    font-size: 30pt;
    font-weight: 100;
    line-height: 1;
}
.evento2 time > .month {
    display: block;
    font-size: 15pt;
    font-weight: 100;
    line-height: 1;
}

.evento2 .info{
	position:absolute;
	bottom:0px;
	left:15px;
	background-color: rgba(0, 123, 68, 0.6) !important;
	height:100px;
	width:calc(100% - 30px);
	padding:5%;
	color:#FFFFFF;

}
.tope{
 width:100% !important;	
}
.pad15{
	padding-left:15px;
	padding-right:15px;
}
.ticket table tbody tr  {
    background-color:#FFFFFF !important;
}
.ticket tbody tr:nth-child(2n) {
    background: rgba(255, 255, 255, 1) !important;
}
table.ticket  td{
    border: 0px !important;

}
table.ticket  td{
    background-color:#FFFFFF !important;

}
.alto10{
	height:10px;
}
.borderonlytop{
	
	border-top:1px solid #ecf0f1;
}
#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
.tam100{
	width:100px;
}
.tam50 {
    width: 50px;
}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
.topright{
position:absolute !important;
top:0px;
right:0px;
min-width:auto !important;
padding:0px !important;

}
.topright2{
position:absolute !important;
top:0px;
right:34px;
min-width:auto !important;
padding:0px !important;

}
.relative{
	position:relative;
}
.max100{
	max-width:100%;
}
.nab-tabs-border{
border-bottom: 1px solid #ecf0f1 !important;
}
.pad40{
	padding-left:40px !important;
}
.pad40:hover{
	box-shadow:none !important;
}
.cab{
	margin-top:0px;
}
.imgnoti{
	width:100%;height:100px
}
.blog-comments-box li:first-child{
	height:100px
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.h2size {
	margin:0px;
    font-size: 19px;
}
.buscado{
	color:red;
	text-decoration:underline;
}
.minipad{
	padding-left:3px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;
}
.bglight{
	border:1px solid #f0f0f0;
	padding:5px;
	border-radius:5px;
	background-color:#f0f0f0;

}

@media only screen and (max-width: 768px) {
	.no-more-tables2 tr{
		position:relative;
		
	}
	.no-more-tables2 tr:before{
		position:absolute;
		z-index:-1;
		top:0;
		left:0;
		width:100%;
		height:40px;
		content:"";
		background-color:#161f29;
	}
	
	.no-more-tables2 td.principal{ 
		padding-left: 6px !important; 
		padding-top: 6px !important; 
		color:#ffffff !important;	
		font-weight:bold !important;
		display:table-cell !important;
			width:auto !important;	
			background-color:#003857 !important;
			font-size:1.1em;
			
	}	

	.no-more-tables2 td.secundario{ 		
		padding-left: 6px !important; 
		padding-top: 6px !important; 
	color:#ffffff !important;	
		font-weight:bold !important;
		display:table-cell !important;
		width:auto !important;
			font-size:1.1em;
			

	}	
     .no-more-tables2 td:before { content: attr(data-line) !important;    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
	}
	.dropdown-menu{
		width:100%;
	}
	.btn-group{
		width:100%;
	}

	 .no-more-tables2 td.guion:after { content: ' - ' !important; }
	.no-more-tables2  td.secundario:before { content: none !important; }	
	
	table.no-more-tables2 > tbody > tr:hover {
    background-color: inherit;
	}
	table.no-more-tables2 tbody tr:nth-child(2n) {
		 background-color: inherit;
	}
}

input.valid {
    color: green;
    width: 200px;
}
input.error {
    color: red;
    width: 200px;
}


.valid  + span{
      display: block;
		
    font-size: 18px;
    font-weight: bold;
    left: 152px;
    position: absolute;
    top: 6px;
    z-index: 999999;
	
}
.valid{
	border-color:green !important;
	padding-left:15px !important;
}

.valid + span:after {
        content:"\2713";
        color: green;
}
@media only screen and (max-width: 1024px) {
	html{
	font-size:80%;
	}
}
.busact{
	margin-top:-20px;
}
.btn-mini{
	min-width:50px !important;
}
.btnmini2 {
    height: 30px;
    padding: 0px 5px !important;
    width: 90px !important;
	min-width:50px !important;
	
}
#listamonitores .btnmini2 {
    margin-top: 7px !important;
}
#pie .container{
	width:auto !important;
}
.top10{
	margin-top:10px;
}
.single-Blog img.foto{
	border-top-right-radius:0px;
}
.evenclick3{
	cursor:pointer;
}

.cardhead{
	padding: 3px 10px 0px 10px;

	color:#000000;


	font-weight:700;
}

.imgeve{
	width:100%;

}
.cardbody{

	padding:0px 10px 0px 10px;
	margin-top:-10px;
	
}
.cardbody2{

	padding:0px 10px 0px 10px;
	height:35px;
}
.timeesp{
	float:left !important;
	position:relative !important;
	height: 53px;
    width: 53px;
	
}
.timeesp .month{
	background-color: #007B44;
	width:100%;
	
	color:#FFFFFF;
	text-align:center;
	
}
.timeesp .day{
	background-color: #FFFFFF;
	width:100%;
	font-size:16px;
	font-weight:bold;
	padding:5px 0px;
	color:#000000;
	text-align:center;
	
}
.card__more-info {

    line-height: 1.4rem;
    padding-left: 0px;
}
.pricetext{
	display: table;
	padding-bottom:5px;
}
.subpricetext{
	display: table-cell;
	font-size:80%;
	vertical-align:middle;

}
.minipricetext{
	display:table-cell;
	width:20px;
	text-align:center;

}
.price2{
	margin-top:5px;
}
.subpricetext span{
	font-weight:bold;
	font-size:14px;
}
.eventoespectaculo{
	background-color: #fafafa;
	color:#000000;
}

.cardpie{
	padding:10px;
}
.eventoespectaculo:hover{
-webkit-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.56);
-moz-box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.56);
box-shadow: 6px 6px 5px -3px rgba(0,0,0,0.56);
-webkit-transition:  0.3s; /* Safari */
    transition:0.3s;
}
.mostrarhorasinstalacion td{
	min-height:25px;
}
body{
	position:relative;
}
table.table tbody tr.fichado td{
	background-color:#C1F3FF;
}
.padd{
	padding:20px;
}

.blog-content h2{
	margin-bottom:0px;
}
.blog-content h4{
	margin-bottom:0px;
	margin-top:0px;font-size:15px
}
.timeesp .year {
    background-color: #007B44;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
}
.blog-content h2{
	margin-top:0px;
}
.blog-content{
	margin-left:10px;
	height:225px;
	overflow:hidden;
}
.blog-content3{
	margin-left:10px;
	padding-bottom:10px;
	
}
.tamtop{
	height:125px;
	overflow:hidden;
}
.blog-content p{

	margin-top:10px;
}
.blog-author{
	margin-left:10px;
}

.noweight{
	font-weight:normal;
}
#contextMenu{
		background-color:#003665;
		
}
#contextMenu a{
	color:white
		
}
.onlymovil{
	display:none;
}
@media (max-width: 767px) {
	.botonizquierda{
		z-index:9999;bottom:0px;position:fixed;width:50%;left:0px;;
	}
	.onlymovil{
		display:block;
	}
	.botonizquierda button{
		height:50px;
	}
	.botonderecha{
		z-index:9999;bottom:0px;position:fixed;width:50%;left:50%;;
	}
	.botonderecha button{
		height:50px;
	}
	button.btnmini{
		width:auto !important;
	}
	.collapsedmovil{
		display:none;
	}
	.expandedmovil{
		display:block;
	}
	.modal-dialog {
  
		margin-top: 40px;
	}
	.tam40{
		width:40px !important;
	}
	html body .hidemovil{
		display:none !important;
	}
	.hidepc{
	display:block !important;

	}
	
}
.hidepc{
	display:none;

}
.leaflet-control-attribution{
	display:none !important;
}
.dot {
  height: 15px;
  width: 15px;

  border-radius: 50%;
  display: inline-block;
}
.crojo{
	background-color:#FF0000;
}
.cverde{
	background-color:#267F00;
}
.camarillo{
	background-color:#FFD800;
}
.top5{
	margin-left:5px;

}
.alto100{
	height:100px;
}
.nopad tr th {
    padding-left: 0% !important;
}
.tabscustom{
	text-align:left;
}
.dataTable tr:hover td{
	background-color:#ddd !important;
}
.input-group-btn div{
	font-size: 12px;
}
.input-group-append{


    position: absolute;
    z-index: 999;
    width: 80%;
    left: 50px;
    text-align: left;
    top: 7px;
    height: 50px;

}
.input-group-append span.form-control{

padding:3px;
height:30px;
overflow:hidden;

}
.tabscustom li a {
   
    border-color: #4e6582 #4e6582 transparent !important;
    border-image: none;
    border-style: solid;
    border-width: 1px;


    cursor: default;
}
 table td input.nopadtop{
	margin-top: 0px !important;
}
ul.tabscustom{
	border-bottom:1px solid #000000;
}
.dt-buttons .btn-default{
	margin-right:5px;
}
.dt-buttons2 .btn-primary{
	margin-right:4px;
}
table.ticketfondo tr td.cabt{}
@media (max-width:768px){
	.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 7px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	label {

    
    margin-bottom: 0px;
    

	}
	body {

   
    font-size: 13px;
    

	}
	.btn {

   
    padding: 5px 7px;
    font-size: 13px;
    

	}
	.alto100 {

		height: 50px;

	}
	.botonizquierda button {
		height: 30px !important;
	}
	.botonderecha button {
		height: 30px !important;
	}
	.btnmini{
		font-size:10px;
		 padding: 3px 5px !important;
	}
	.panel-body {
    padding: 5px 15px !important;
	}
	.panel {
    margin-bottom: 10px !important;
	}
	.panel-heading {
    padding: 5px 15px !important;
	}	
	.panel-footer {
    padding: 5px 5px !important;
	}	
	body .btn50 {
    width:50% !important;
	}		
	.dropdown-menu {


    font-size: 13px;


	}
}
.textocentrado,.texcenter{
		text-align:center !important;
	}
#informacion2{
	font-size:16px;
}
.lineasep{
	width:100%;
	border-top:1px solid #ccc;
	margin:10px 0px;
}
.total{
	width:50%;
	border-top:1px solid #ccc;
	margin:10px 0px;
}
.ticket table td{
	border:0px !important;
}
@media (max-width: 767px) {
	.bs-wizard .disabled{
			display:none;
	}
	.botonizquierda{
		z-index:9999;bottom:0px;position:fixed;width:50%;left:0px;;
	}
	.onlymovil{
		display:block;
	}
	.botonizquierda button{
		height:50px;
	}
	.botonderecha{
		z-index:9999;bottom:0px;position:fixed;width:50%;left:50%;;
	}
	.botonderecha button{
		height:50px;
	}
	button.btnmini{
		width:auto !important;
	}
	.collapsedmovil{
		display:none;
	}
	.expandedmovil{
		display:block;
	}
	.modal-dialog {
  
		margin-top: 40px;
	}
	.tam40{
		width:40px !important;
	}
	.hidemovil{
		display:none;
	}
	.hidepc{
	display:block !important;
	}
	
}
div.jQBracket .team div.label{left:0px !important}
.has-float-label{display:block;position:relative}.has-float-label label,.has-float-label>span{position:absolute;cursor:text;font-size:100%;opacity:1;-webkit-transition:all .2s;transition:all .2s;top:-.5em;left:12px;z-index:3;line-height:1;padding:0 1px}.has-float-label label::after,.has-float-label>span::after{content:" ";display:block;position:absolute;background:#fff;height:2px;top:50%;left:-.2em;right:-.2em;z-index:-1}.has-float-label .form-control::-webkit-input-placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}.has-float-label .form-control::-moz-placeholder{opacity:1;transition:all .2s}.has-float-label .form-control:-ms-input-placeholder{opacity:1;transition:all .2s}.has-float-label .form-control::placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)+*{font-size:100%;left:25px;opacity:.5;top:30%;font-weight:400}.input-group .has-float-label{display:table-cell}.input-group .has-float-label .form-control{border-radius:4px}.input-group .has-float-label:not(:last-child) .form-control{border-bottom-right-radius:0;border-top-right-radius:0}.input-group .has-float-label:not(:first-child) .form-control{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}

.bs-wizard {margin-top: 40px;text-align:center}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


html .form-control-feedback {

    right: 25px;
  
}
 html .icheckbox_square-blue:hover{
 box-shadow:none	
}
html{touch-action: manipulation;}
@media (max-width: 767px) {
	html .nopadmovil{
		padding-left:0px;
		padding-right:0px;
	}
}
html table.dataTable thead > tr > th {
    padding-right: 0px;
}

.horas3{
	width:100%;
	clear:both;
}
.minipricetext .fas{
	color:#006FB2;
	font-size:16px;
	
}
.left30{
	padding-top:5px;
	padding-left:30px;
}
html body .nohover:hover{
	background-color:default !important;
}
html body .tablatickets td{
	font-size:14px;
	border:3px solid #fff;
	
}
html body .tablatickets th{
	background-color:#003F21;
	color:#FFF;
	border:3px solid #fff;
	
}

html .tablatickets td:hover{
	font-size:14px;
	
}
.leftborde{
	text-align:left;
	border-bottom:1px solid #ecf0f1;
}
.pasada{
	background-color:#7FA9C6;
	text-align:center;
}
.nopadleft{
	padding-left:0px;
}
	.tablesticky td
	{
	  border:1px solid #fff !important;
	
	 
	}
@media (max-width: 767px) {
	.row{
		margin-left:0px;
		margin-right:0px;
	}

	.tablesticky th:first-child, .tablesticky td:first-child
	{
	  position:sticky;
	  left:0px;
	 
	}
	.tablesticky th{
		background-color:#0379B1;
		color:#fff;
		border:1px solid #fff !important;
	}
	.tablesticky td
	{
	  border:1px solid #fff !important;
	  min-width:200px !important;
	 
	}

	 #casillero{
		width:100%;
		
		overflow:scroll;
	 }
 }
 .photo-frame2 img{
	width:100%;
 }
 .minifoto{
	cursor:pointer;
	height:50px;
 }
 .minifoto:hover{
	height:60px;
 }
 .imgpop{
	height:200px;
	padding:20px;
	text-align:center;

 }
 #tcontenido .tooltip-inner {
    min-width: 200px; /* the minimum width */
	max-width:600px;
	text-align:left;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .tooltip {
        display: none !important;
    }
 }
 .drawingBuffer{
	display:none;
 }
 #interactive video{
	width:100%;
 }
 div.rojo0{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:red;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
 div.rojoB{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#7F0000;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}

 div.rojo1{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#FF006E;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
 div.rojo2{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#7F6A00;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
 div.rojo3{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#00FFFF;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
 div.rojo4{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#000;	
	padding-top:4px;
	padding-bottom:4px;
	color:#fff;
}
 div.rojo5{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#B200FF;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
 div.rojo6{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#7F3300;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
 div.rojo7{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#D67FFF;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
 div.rojo8{
	font-size:8pt;
	cursor:default;
	text-align:center;
	background-color:#ccc;	
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}
.colinci0 td{
		background-color:green !important;
		color:#ffffff;
}
tr.colinci0:hover td{
		background-color:darkgreen !important;
}
.colinci1 td{
		background-color:blue !important;
		color:#ffffff;
}
tr.colinci1:hover td{
		background-color:darkblue !important;
}
.colinci2 td{
		background-color:red !important;
		color:#ffffff;
}
tr.colinci2:hover td{
		background-color:darkred !important;
}
.colinci3 td{
		background-color:black !important;
		color:#ffffff;
}
tr.colinci3:hover td{
		background-color:dimgrey !important;
}

.winner{
	background-color:#D8FFDD;
}
.pad{
	padding-left:20px;
}
.floatdiv{
	width:100%;
	position:fixed;
	z-index:99999999999999;
	left:0px;
	bottom:0px;
	margin-bottom:0px !important;
	
}
.letraaviso{
	color:orange;
}
@media only screen and (min-width: 768px) {
	.descargar{
		display:none;
	}
	.showmovil{
		display:none;
	}
	
	
}
@media only screen and (max-width: 768px) {
	#cuerporutinas > div{
		width:75% !important;
		margin-left:auto !important;
		margin-right:auto !important;
		
	}
	.fa-2x {
		font-size: 3em !important;
	}
	.icheckbox_flat-blue2{
		width: 34px;
	height: 34px;
	}
	button.topright2{
		width:50px !important;
	}
	button.topright{
		width:50px !important;
	}
	.topright2 {
   
		right: 50px;
   
	}
	.showmovil{
		display:block;
	}
	
	.container{
		padding-left:2px !important;
		padding-right:2px !important;
	}
	.breadcrumb{
		margin-left:-2px !important;
		margin-right:-2px !important;
	}
	.panel-body{
		padding-left:5px !important;
		padding-right:5px !important;
	}
	.col-md-12,.col-md-4,.col-md-9,.col-md-3,.col-sm-12,.col-md-6{
		padding-left:2px !important;
		padding-right:2px !important;
	}
	.tablagolf img{
		width:50px;
	}
	.cab{

	padding:9px 5px !important;

	
	}
	#fixed_menu .navbar-toggle{
	margin-right: 40px;
	margin-top: 7px;
	margin-bottom: 0px;
	display: block;
	}	
	html td.principal{
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	html td.secundario{
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	imprimir{
		display:none;
	}
	.descargar{
		display:block;
	}
	.modal-body{
		padding:5px;
	}
	.modal-header{
		padding:5px;
	}
	.modal-footer{
		padding:5px;
	}
}
#cabinfo{
	margin-top:0px;
	margin-bottom:5px;
}
#info{
	padding-top:5px;
	padding-bottom:5px;
}
.naranja{
	background-color:orange;
}
.naranjaoscuro{
	background-color:#ff8c00
}
.mce-menu {position:fixed !important}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}
.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
	color: black;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box.box-solid {
    border-top: 0;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
	background-color:#eee;
}
.box-header2 {
    color: #444;
	font-size:20px;
    display: block;
    padding: 10px;
    position: relative;
	background-color:#eee;
}
.tab-content{
	padding-top:10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border:1px solid #eee !important;
	
}
.pestanas li a{
	padding-left:10px !important;
}
.bg-orange2{color:#ff851b !important}
.bg-navy{background-color:#001f3f !important}.bg-teal{background-color:#39cccc !important}.bg-olive{background-color:#3d9970 !important}.bg-lime{background-color:#01ff70 !important}.bg-orange{background-color:#ff851b !important}.bg-fuchsia{background-color:#f012be !important}.bg-purple{background-color:#605ca8 !important}.bg-maroon{background-color:#d81b60 !important}
/*END Form Wizard*/
.bg-red,.bg-yellow,.bg-aqua,.bg-blue,.bg-light-blue,.bg-green,.bg-navy,.bg-teal,.bg-olive,.bg-lime,.bg-orange,.bg-fuchsia,.bg-purple,.bg-maroon,.bg-black,.bg-red-active,.bg-yellow-active,.bg-aqua-active,.bg-blue-active,.bg-light-blue-active,.bg-green-active,.bg-navy-active,.bg-teal-active,.bg-olive-active,.bg-lime-active,.bg-orange-active,.bg-fuchsia-active,.bg-purple-active,.bg-maroon-active,.bg-black-active{color:#fff !important}
.box-header2 a{
	color:#fff;
	
}
	.box-header2{
	cursor:pointer;
	}
.pestanas li a{
	color:#999;
}
.textoblanco{
	color:#fff !important;
}
.modal{
	z-index:64000;
}

.card {
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
}
.testimonial-card .card-up {
    height:140px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.indigo.lighten-1 {
    background-color: #5c6bc0 !important;
}
.testimonial-card .avatar {
    width: 30%;
    margin-top: -120px;
    overflow: hidden;
    border: 5px solid #fff;
  
}
.nopadtop{
	padding-top:0px !important;
}
.testimonial-card .avatar img {
    width: 100%;
}
.testimonial-card .card-body {
    text-align: center;
}
.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 0 !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.collapsed .fa-minus{
	display:none;
}
.acordeon .fa-plus{
	display:none;
}
.acordeon.collapsed .fa-plus{
	display:block
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  overflow:hidden;
  
}
.nomargin{
	margin-left:0px !important;
	margin-right:0px !important;
}
.contimg{

     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;

  
}
.subvideos {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #FFFFFF;
    color: #000;
    width: 100%;
	margin-top: -20px;
		position:relative;
}
.subvideos h2{
	margin-top:10px;
}
.subvideos2{
	padding-top:15px;
	background-color:#ddd;
}
.subvideos3{
	position:absolute;
	bottom:0px;
	color:#999;

	width:100%;
	text-align:center;
}
@media only screen and (min-width: 900px) {
	.subvideos{
		height:180px;
		overflow:hidden;
	
	}

}
.divenlaces11 img{
	max-height:250px;
	width:100%;
}				  
.is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
.atala {
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 20px;
}
.atala .featured-image {
    position: relative;
    overflow: hidden;
}
.atala .featured-image img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.atala .featured-image .arrow2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0px;
    background-color: #efefef;
}
.atala .featured-image .arrow2::before {
    right: 80%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
}
.atala .featured-image .arrow2::after {
    left: 20%;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.atala .featured-image .arrow2::before, .atala .featured-image .arrow2::after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 80%;
    height: 20px;
    background-color: inherit;
}
.atala article {
    padding: 10px;
    background: #efefef;
}
.atala article::after {
    clear: both;
    content: "";
    display: table;
}
@media only screen and (min-width: 1000px) {
.atala article header {
	width: 40%;
	float: left;
	border-bottom: none;
	border-right: 2px solid #ccc;
}
.atala article header h3 {
	margin: 1em 0;
	font-size: 35px;color:#48468f;
}
.atala article header h3 span {
	display: block;
	text-align: center;color:#48468f; 
}
.atala article .excerpt {
	width: 60%;
	float: left;
	padding-left: 10px;
	margin-top: 0;
}
}

article header h3 span {
    text-transform: capitalize;
}
.atala article .excerpt a {
    color: #48468f;
}
.excerpt a span:first-child {
    padding-right: 10px;
    vertical-align: middle;
}
.excerpt{
	line-height: 24px;
}


.atala a:hover{
    color: orange !important;
	
}
.subexcerpt{
	width:50%;float:left;
}
 .divdisabled{
	width:100%;height:100%;position:absolute;background-color:#000;top:0;left:0;opacity:0.5
}
.leyenda div div {
    height: 18px;
    margin-bottom: 5px;
}
#paneljugadores{
	position:relative;
}
#loadjug{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
	background-color:rgba(0,0,0,0.3);

}
html .textoizquierda .control-label{
	text-align:left !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span.glyphicon{
	display:block !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span.glyphicon:hover {
    display: block !important;
}
.negrita{
	font-weight:bold;
}
.propia{
	width:60px !important;
}
.tie{
	background-color:#A1D5FD !important;
}
.loser{
	background-color:#fe947d !important;
}

.botpadhtml{
	padding-bottom: 20px !important;
}

html body ul.dt-button-collection a{
	color:#fff !important;
}

.misma-linea{
	display:inline-block;
}

.dtr-details td{
	border-left: 1px solid #000;
    border-right: 1px solid #000;
	width: 40%;	
}

.dtr-details tr:first-child {
    border-top: 1px solid #000;
}

.dtr-details td:first-child {
    font-weight: bold;
}

.dtr-details tr:last-child {
    border-bottom: 1px solid #000;
}

.dtr-details tr:nth-child(odd){
	background-color:#F2F2F2;
	
}

.dtr-details tr:hover {
	background-color: #eee;
}
 
{box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
html body div.estlibre0{
	border:3px solid yellow !important;
}
html body div.estlibre1{
	border:3px solid green !important;
}
html body div.estlibre4{
	opacity:0.5 !important;
	border:3px solid red !important;
}
html body div.estlibre div.panel-heading,html body div.estlibre0 div.panel-heading,html body div.estlibre1 div.panel-heading,html body div.estlibre4 div.panel-heading {
	color:#fff !important;
}
li.buttons-columnVisibility.active a {
   background-color: #2c3e50;
   color:inherit; 
}
li.buttons-columnVisibility a {
   background-color: #2c3e50;
   color:inherit; 
}
   
li.buttons-columnVisibility.active a:hover {
   background-color:#f5f5f5;
   color:inherit;
}
li.buttons-columnVisibility a:before {
   width:25px;
   font-family:"Glyphicons Halflings";
   content:"\e013";
   color:transparent;
   padding-right:10px;
}
li.buttons-columnVisibility.active a:before {
   color:inherit;
}
 
