@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}




.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


body {
padding-top: 50px;
/*padding-bottom: 20px;*/
}


.en_espera:not(.reservado),
.reservado_en_espera{
	background-color: #84A4BF;
}

.reservado_en_espera:before {
	content: "\f017";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.box-blanco.en_espera{
	background-color: #84A4BF;
}

.refe.refe-cuatro{
	background-color: #84A4BF;
}















::-webkit-scrollbar {
	width: 10px;
	height: 7px;
	background-color:transparent;
	}

::-webkit-scrollbar-button {
	height: 0;
	width: 0
	}

::-webkit-scrollbar-thumb {
	background-color:#f5f5f5;
	border-left:1px solid #E5E5E5;
	border-radius:20%;
	}


::-webkit-scrollbar-track {
	background-color:transparent;
	box-shadow: none;
	}

/*---------------------------------------------------------------------
					
			CSS SECUNDARIO

				 *-------------------------------------------------------------------*/

/*FOOTER*/
#contenedor {
	min-height:100%;
	position:relative;
	padding-bottom:30px;
}

#footer {
	width:100%;
	height:30px;
/*  position:absolute;
	bottom:0;
	left:0;
*/  /*background:#ee5;*/
}




/*NOTIFICACIONES*/

	.notyfy_wrapper.notyfy_success {
background: #8bbf61;
color: #fff;
/*border: 0px solid #eee;*/
}
.notyfy_wrapper.notyfy_error {
background: #bd362f;
color: #fff;
}

.notyfy_wrapper {
border: none;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}

#notyfy_container_top .notyfy_wrapper {
border-radius: 0px 0px 0px 0px;
border-width: 0 2px 2px 2px;
}



html, body {
	margin:0;
	padding:0;
		height: 100%;
}

.btn-primary {
	border-radius: 0px;
}

.btn-success {
	color: #ffffff;
	background-color: #cf5525;
	border-color: #b94c21;
	font-weight: 300;
	border-radius: 0px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #a4431d;
	border-color: #853718;
}
.btn-dark {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40;
}

.btn-dark:hover, .btn-dark:focus {
		color: #fff;
		background-color: #23272b;
		border-color: #1d2124;
}


.btn-light {
		color: #212529;
		background-color: #dae0e5;
		border-color: #d3d9df;
}
.btn-light:hover, .btn-light:focus {
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5;
}



body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #E4E4E4;
}

a:hover,
a:focus {
	color: #ffffff;
	text-decoration: underline;
}

td,th {
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

/*SEPARADORES VERTICALES*/
/*SEPARADORES VERTICALES*/

.col-separador-g {
height: 8px;
}

.col-separador-h {
height: 12px;
}


/*LOGIN*/
/*LOGIN*/

.login {
background: #E4E4E4;

/*background-image: url('images/header.svg'),
	linear-gradient(75deg, #FFFFFF 15%, #DBDBDB 55%);*/
/*background-size: 1680px 1100px;*/

/*background: radial-gradient(#e0e0e0, #DFDFDF);*/

/*background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#999999));
	background-image: -webkit-linear-gradient(top, #ffffff, #999999);
	background-image:    -moz-linear-gradient(top, #ffffff, #999999);
	background-image:      -o-linear-gradient(top, #ffffff, #999999);
	background-image:         linear-gradient(to bottom, #ffffff, #999999);*/

}
.login-header {
position: relative;
background: #CF5525;

/*background: url('images/bgtr.svg') top right no-repeat,
url('images/bgbl.svg') bottom left no-repeat,
linear-gradient(45deg,#CF5525,#CF5525,#FF7B47);*/

padding: 25px 0;
/*-moz-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;*/
}
.login .login-content {
position: relative;
margin: 0 auto;
text-align: center;
padding: 20px 0;
/*-moz-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;*/
}

.login .login-header.login-caret:after {
position: absolute;
content: '';
left: 50%;
bottom: 0;
margin-left: -12.5px;
width: 0;
height: 0;
border-style: solid;
border-width: 13px 12.5px 0 12.5px;
border-color: #CF5525 transparent transparent transparent;
bottom: -13px;
-moz-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
}

.centro {
position: relative;

margin: 0 auto;
text-align: center;
padding: 20px 0;
}

.centrado {
text-align: center !important;
}


/*REGISTRO & RECORDAR*/ 
/*REGISTRO & RECORDAR*/ 

.registro {
/*background: #E4E4E4;*/
background-image: url('images/header.svg'),
	linear-gradient(75deg, #FFFFFF 15%, #DBDBDB 55%);
/*background-size: 1680px 1100px;*/
}
.registro-header {
position: relative;
background: #CF5525;
padding: 80px 0;
-moz-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
}
.registro .registro-content {
position: relative;
margin: 0 auto;
text-align: center;
padding: 20px 0;
-moz-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
}

.registro .registro-header.registro-caret:after {
position: absolute;
content: '';
left: 50%;
bottom: 0;
margin-left: -12.5px;
width: 0;
height: 0;
border-style: solid;
border-width: 13px 12.5px 0 12.5px;
border-color: #CF5525 transparent transparent transparent;
bottom: -13px;
-moz-transition: all 550ms ease-in-out;
-o-transition: all 550ms ease-in-out;
-webkit-transition: all 550ms ease-in-out;
transition: all 550ms ease-in-out;
}

.centro {
position: relative;
margin: 0 auto;
text-align: center;
padding: 20px 0;
}


/*CUENTA*/
/*CUENTA*/

.user-perfil .user-bg {
background: url(/assets/images/cuentafondo2.png) no-repeat;
background-position: bottom center;
height: 220px;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.user-perfil .user-pic {
background: url(http://lorempixel.com/200/200/people/8/);
background-position: center center;
height: 180px;
width: 180px;
position: absolute;
left: 0;
right: 0;
margin: 0px auto;
top: 20px;
border: 3px solid rgba(0, 0, 0, 0.4);
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.portfolio {
		position:absolute;
		width:100%;
		bottom:0;
		background-color:rgba(255, 255, 255, 0.27);
} 






/*RESERVAS*/
/*RESERVAS*/
/*RESERVAS*/
/*RESERVAS*/
/*RESERVAS*/
/*RESERVAS*/
/*RESERVAS*/
/*RESERVAS*/





.user-perfil-r .user-bg-r {
background: transparent;
background-position: bottom center;
height: 220px;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.user-perfil-r .user-pic-r {
background: url(http://lorempixel.com/200/200/people/8/);
background-position: center center;
height: 180px;
width: 180px;
position: absolute;
left: 0;
right: 0;
margin: 0px auto;
top: 20px;
border: 3px solid rgba(0, 0, 0, 0.4);
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

/*RESERVAS - MENU ACTIVIDADES COLAPSADO*/

.responsive_menu select {
		display: block;
		width: 100%;
		height: 36px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857;
		color: rgb(85, 85, 85);
		vertical-align: middle;
		background-color: rgb(255, 255, 255);
		background-image: none;
		border: none;
}

.bg-res {
background-color: #F7F7F7;
border-bottom: 1px solid #CDCDCD;
}
.bg-res a{
	color: #5C5C5C;
}


/*RESERVAS GRILLA*/
/*RESERVAS GRILLA*/
/*RESERVAS GRILLA*/




table.reservas {
border-collapse: separate;
/*border: 5px solid #ccc;*/
border-width: 0px 1px 1px 0px;
margin: 0px auto;
font-size: 15px;
width:100%;
}
td.celda, th.head {
width: 12%;
height: 81px;
text-align: center;
vertical-align: middle;
background-color: #ededed;
color: #444;
position: relative;
}

th.head {
height: 40px;
font-weight: 300;
font-size: 14px;
background-color: #ffffff;
border-bottom: 1px solid #CACACA;
border-width: 0px 1px 1px 0px;     
}



th.horario {
		content:url('http://s29.postimg.org/pzv33436b/isotipo.png');
		display: inline-block;
}



td.grilla{
border: 1px solid #CACACA;
border-width: 0px 1px 1px 0px;
}
/*td.grilla:hover {
background-position: 0px -81px;
color: #222;
background-color: #ffffff;
}*/
/*td.day::after { 
background:#ffffff; 
padding:0px; 
color:#ccc; 
font-weight:300; 
float:right; 
margin:0px 0px 0 0; 
width:30px;
		height:25px;
text-align:center; 
}*/
th.padding,
td.padding {
width: 15%;
font-weight: 300;
font-size: 12px;
border: 1px solid #CACACA;
border-width: 0px 1px 1px 0px;    
background-color: #ffffff;
}
th.padding { 
border-right:none; 
}
td.reservado {
background-position: 81px 0px;
border: 1px solid #803A1F;
border-width: 1px 1px 1px 1px;  
background-color: #CF5525;
	
}
td.reservado:hover {
background-position: 81px -81px;
}
td.reservado:before {
content: "\f00c";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
font-size: 14px;
text-align: center;

	 
}

/*ESTADOS CELDAS*/

td.libre {
background-position: 81px 0px;
border: 1px solid #B5B5B5;
border-width: 0px 0px 0px 0px;  
background-color: #ededed;

}
td.libre:hover {
background-color: #000;

}

td.celda_activa {
 cursor:pointer; 
}

.form_mostrado {
 background-color: #fff;
}

td.nodisponible {
background-position: 81px 0px;
background-color: #ccc;
}
td.nodisponible:hover {
background-color: #ccc;
}

th.fecha {
	/*background-color: #fff;*/
}

/*DIA ACTUAL*/

td.actual{
 
border: 1px solid #CF5525;
border-width: 0px 2px 0px 2px;
}
th.actual{
 
border: 1px solid #CF5525;
border-width: 2px 2px 0px 2px;
}
td.actual-ultimo{
 
border: 1px solid #CF5525;
border-width: 0px 2px 2px 2px;
}

body table.reservas tr.extraform { background:#949494; color:#fff; }
body table.reservas tr.extraform td { padding:2%; text-align:left; color:#fff; border-bottom-color:#ddd; }
body table.reservas tr.extraform.loading td { height:132px; }


body table.reservas .formdiv { transform:scale(0.95); display:none; color:#000; background:#fff; padding:30px 35px 10px; font-size:15px; line-height:1.7; }
body table.reservas .formdiv.shown { transform:scale(1); }
body table.reservas .formdiv h2 { color:#555; font-size:20px; margin:0 0 20px; }
body table.reservas .formdiv p { font-family:"Open Sans",sans-serif; color:#888; font-weight:400; margin:0 0 20px; }

.fecha_extraform {
font-weight: 400;
	line-height: 1;
	color: #777;
}

/*RESERVAS FORM*/
/*RESERVAS FORM*/
/*RESERVAS FORM*/

th label {
		color: #fff;
		width: 100%;
		padding: 5px 20px;
		border-radius: 4px;  
}
	th label.reservado {
		background-color: #CF5525;
	}
		th label.reservado:before {
			content: "\f00c";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
			color: #fff;
			font-size: 14px;
			text-align: center;    
			padding-right: 5px;
		}

	th label.reservado_en_espera {
		background-color: #84A4BF;    
	}
	th label.reservado_en_espera:before {
			content: "\f017";
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-decoration: inherit;
			color: #fff;
			font-size: 14px;
			text-align: center;    
			padding-right: 5px;
		}


/*REFERENCIAS RESERVAS*/
/*REFERENCIAS RESERVAS*/

.refe {
	margin: 0 5px -10px;
	width: 30px;
	height: 30px;
	background: red;
	text-align: center;
	line-height: 2em;
	font-weight: normal;
	font-size: 1.1em;
	color: #2a4762;
	/*border-radius: 60%;*/
	display: inline-block;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	border: 1px solid #B0B0B0;
}

.refe-uno {
	background: #CF5525;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-duration: 1s;
}

.refe-dos {
	background: #F9F9F9;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-duration: 1s;
}

.refe-tres {
	/*background: url(img/date_bg.png) 0 0 #fff; */
	background-color: #8C8C8C;
	-webkit-animation-delay: 0.1s;
	-webkit-animation-duration: 1s;
}

/*PANELES RESERVAS*/
/*PANELES RESERVAS*/

/*.panel-primary > .panel-heading {
color: #333333;
background-color: #F7F7F7;
border-color: #CDCDCD;
}
.panel-primary {
border-color: #CDCDCD;
}
.panel {
margin-bottom: 20px;
background-color: #ffffff;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}*/


/*NOTIFICACIONES MENU NAVEGADOR*/
/*NOTIFICACIONES MENU NAVEGADOR*/

.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 10px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #777;
border-radius: 10px;
}
.badge.up {
position: relative;
top: -10px;
padding: 3px 6px;
margin-left: -10px;
}
.bg-danger {
color: #fff;
background-color: #FF7A41;
}
.badge-sm {
padding: 2px 5px!important;
font-size: 75%;
}
.badge {
font-weight: bold;
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.blanco {
		background-color: #ffffff;

}

/*BARRAS HORIZONTALES*/
/*BARRAS HORIZONTALES*/

.fondo {
background-color: #2D2D2D;
border-bottom: 3px solid #B8B8B8;
} 

.fondo-panel {
background-color: #CFCFCF;
border-bottom: 3px solid #B8B8B8;
} 

.fondo-primario {
background-color: #CF5525;
border-bottom: 3px solid #B8B8B8;

}

.fondo-gris {
background-color: #D0D0D0;
border-bottom: 3px solid #C2C2C2;
}

.fondo-claro {
background-color: #F7F7F7;
border-bottom: 3px solid #9E9E9E;
		} 

.fondo-oscuro {
background-color: #F7F7F7;
border-bottom: 1px solid #CDCDCD;
}

.bg {
background-color: #F7F7F7;
border-bottom: 1px solid #CDCDCD;
}

/*NAVEGADOR*/
/*NAVEGADOR*/


	 
.special-img {
position: relative;
top: -5px;
float: left;
left: -5px;
border: 0px solid #fff;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #CF5525;
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 23px;
margin-bottom: 23px;
background-color: #dddddd;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}

/*BARRA SECUNDARIA*/
/*BARRA SECUNDARIA*/

.pad {
padding: 15px;
}
.bg {
background-color: #F7F7F7;
border-bottom: 1px solid #CDCDCD;
}




/*NUEVOS*/
.navbar-default .navbar-nav  {
/*vertical-align:middle;*/
}

.navbar-default .navbar-nav > li > a.iconos_nav_front.inactivo {
		color:#D6DBDE;
		cursor: default;
}
.navbar-default .navbar-nav > li > a.iconos_nav_front.no_linkear{
		cursor:default;
		color: #E2AD92;
}


.navbar-default .navbar-nav > li > a.iconos_nav_front.vigentes {
		color: #F7F7F7;
}

.navbar-default .navbar-nav > li > a.iconos_nav_front.vigentes.novedades {
	 /* color:#00FF00;*/
}

.navbar-default .navbar-nav > li > a {
/*color: #F7F7F7*/;
/*text-align:center;*/
color: #F7F7F7;
/*vertical-align: middle;*/
}

.navbar-default {

background-color: #CF5525;
box-shadow: 0px 3px 3px rgba(0,0,0,0.4); 
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4); 
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4); 
-o-box-shadow: 0px 3px 3px rgba(0,0,0,0.4); 
}




.navbar-default .navbar-nav > li > a.iconos_nav_front.vigentes.novedades.no_linkear:hover,
.navbar-default .navbar-nav > li > a.iconos_nav_front.no_linkear:hover,
.navbar-default .navbar-nav > li > a.iconos_nav_front.vigentes.no_linkear:focus,
.navbar-default .navbar-nav > li > a.iconos_nav_front.vigentes.novedades.no_linkear:focus,
.navbar-default .navbar-nav > li > a.iconos_nav_front.no_linkear:focus {
		color:#E2AD92;
}
/*.navbar-icon {
padding: 0 10px;
}*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
 /* background-color: #33aa33;*/
 
/*  display: block;*/
}

.nav>li>a {
position: relative;
display: block;
padding: 15px 20px;
}





/*---------------------------------------------------------------------
					
			NUEVOS CREDITOS / RESERVAS

				http://jsfiddle.net/fnkgroove/erxu29aw/8/  --- creditos

				http://jsfiddle.net/fnkgroove/s03rjg3v/15/  --- reservas

				 *-------------------------------------------------------------------*/








.box-blanco {
padding: 0px!important;
background: #ffffff;
position: relative;
border-radius: 3px;
border-bottom: 1px solid #CDCDCD;
}
.box-blanco:hover {
background-color:#FAFAFA;
}
.borde {
border-left-width: 5px;
border-left-color: #d9534f;  
}
.box-blanco-top {
padding: 2px!important;
background: #f5f5f5!important;
position: relative;
border-radius: 0px;
border-bottom: 1px solid #CDCDCD;
}
.fuente-box{
	 color: #6C6C6C; 
		font-weight:300; 
		font-size: 12px; 
}
.fuente-head{
	font-weight:300; 
}

.text-center {
text-align: center!important;
}
.col-separador-s {
/*height: 6px;*/
height: 3px;
}

.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px; 
-webkit-box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.5); 
box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.5);
}

.panel-primary {
border-color: transparent;
background-color: transparent;

}



.unread{
		position: absolute;
/* float: right; */
background: #FFFFFF;
width: 2em;
right: 12px;
top: 10px;
border-radius: 50%;
font-size: 0.45em;
line-height: 2;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;

}

.vigentes{
position: absolute;
/*content: '&nbsp;';*/
background: #FFFFFF;
width: 1.2em;
right: 16px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1.2;
text-align: center;


}

.novedades{
position: absolute;
/*content: '&nbsp;';*/
background: #337ab7;
width: 1.2em;
right: 16px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1.2;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;

}

/*the animations */
@keyframes notificationpulse {
	0% {
		box-shadow: 0 0 0 0.00em rgba(255, 255, 255, 0.3);
	}
	25% {
		box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
	}
	50% {
		box-shadow: 0 0 0 0.50em rgba(255, 255, 255, 0.3);
	}
	75% {
		box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
	}
	100% {
		box-shadow: 0 0 0 0.15em rgba(255, 255, 255, 0.3);
	}
}
@-webkit-keyframes notificationpulse {
	0% {
		box-shadow: 0 0 0 0.00em rgba(255, 255, 255, 0.3);
	}
	25% {
		box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
	}
	50% {
		box-shadow: 0 0 0 0.50em rgba(255, 255, 255, 0.3);
	}
	75% {
		box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
	}
	100% {
		box-shadow: 0 0 0 0.15em rgba(255, 255, 255, 0.3);
	}
}

@-moz-keyframes notificationpulse {
	0% {
		box-shadow: 0 0 0 0.00em rgba(255, 255, 255, 0.3);
	}
	25% {
		box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
	}
	50% {
		box-shadow: 0 0 0 0.50em rgba(255, 255, 255, 0.3);
	}
	75% {
		box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.3);
	}
	100% {
		box-shadow: 0 0 0 0.15em rgba(255, 255, 255, 0.3);
	}
}



/*---------------------------------------------------------------------
					
			SMARTPHONES

				SMARTPHONES

					GRILLA

				 *-------------------------------------------------------------------*/


@media (max-width: 480px) {

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
margin-right: 0px;
margin-left: 0px;
}
	 .container {
margin-right: auto;
margin-left: auto;
 padding-left: 0px; 
 padding-right: 0px; 
}
}
/* Smartphones (landscape) ----------- */
@media (min-width : 321px) {
		.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
margin-right: 0px;
margin-left: 0px;
}
.container {
margin-right: auto;
margin-left: auto;
 padding-left: 0px; 
 padding-right: 0px; 
}
}
.container.altominimo {
		min-height: 300px;
}

.container.altominimo2 {
		min-height: 450px;
}




/*ANUNCIOS ESTADOS*/

@media (max-width: 414px) {
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 375px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}
@media (max-width: 414px) {
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 375px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}

@media (max-width: 375px) {
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 335px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}

@media (max-width: 375px) {
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 335px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}

@media (max-width: 360px) {
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 320px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}

@media (max-width: 360px) {
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 320px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}


@media (max-width: 320px) {
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 273px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}

@media (max-width: 320px) {
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 273px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}

/* Smartphones (landscape) ----------- */
@media (max-width : 736px) and (orientation: landscape){
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 698px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}

/* Smartphones (landscape) ----------- */
@media (max-width : 667px) and (orientation: landscape){
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 630px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}

/* Smartphones (landscape) ----------- */
@media (max-width : 667px) and (orientation: landscape){
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 630px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}

/* Smartphones (landscape) ----------- */
@media (max-width : 640px) and (orientation: landscape){
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 600px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}

/* Smartphones (landscape) ----------- */
@media (max-width : 640px) and (orientation: landscape){
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 600px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}


/* Smartphones (landscape) ----------- */
@media (max-width : 568px) and (orientation: landscape){
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 530px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}

/* Smartphones (landscape) ----------- */
@media (max-width : 568px) and (orientation: landscape){
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 530px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}

/* Smartphones (landscape) ----------- */
@media (max-width : 533px) and (orientation: landscape){
.novedades {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 495px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;
animation: notificationpulse 0.5s infinite;
-webkit-animation: notificationpulse 0.5s infinite;
-moz-animation: notificationpulse 0.5s infinite;
}
}
/* Smartphones (landscape) ----------- */
@media (max-width : 533px) and (orientation: landscape){
.vigentes {
position: absolute;
/* float: right; */
background: #FFFFFF;
width: 1em;
right: 495px;
top: 12px;
border-radius: 50%;
font-size: 0.45em;
line-height: 1;
text-align: center;

}
}


















@media (max-width: 480px) {
	 th.head {
	font-size: 10px;
}
}

@media (max-width: 480px) {
	 th.horario {
		content:none;
		width:10px; 
	 /*display: inline-block;*/

}
}

@media (max-width: 480px) {
	 .refe {
	margin: 0 5px -5px;
	width: 20px;
	height: 20px;
	/*background: red;*/
	text-align: center;
	line-height: 2em;
	font-weight: 300;
	font-size: 6px;
	color: #2a4762;
	/*border-radius: 60%;*/
	display: inline-block;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:alternate;
	border: 1px solid #B0B0B0;
}


}

/*#overlay{
		position:fixed;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;

		background:white;
		z-index:1000;
		opacity: 0.5;
		filter: alpha(opacity=50);
}*/

/* Absolute Center CSS Spinner */
#overlay {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
#overlay:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

#overlay:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

#overlay:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

































div#file-input-error {
	color:red;
	background-color: white;
	width:100%;
}


button.btn-anuncios {
	width:90%;
	margin-bottom: 5px;
}
button.btn-anuncios small {
	display:block;
	width:100%;
	text-align: left;
}


.anuncios_width .modal-dialog{
  width: auto;
}

/* Con esto voy a intentar que la barra de menú de recursos no se agrnde en un segundo renglón, sino que se convierta en un select cuando hay muchos items o la pantalla se achica */

#menu_recursos ul.nav.nav-pills {
	overflow: hidden;
	height: 85px; /* 55 + 15 de padding arriba y abajo */
}


td.celda_requisito, 
td.celda_metadata {
		background-color:#949494;
		color:#fff;
		border-bottom: 1px solid #949494;
		}

.rIDValido{
		color:blue;
}
.rIDNOValido{
		color:red;
}





/*Clases traídas del adminLTE para que el box de los packs quede igual que en el backend*/

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
		background-color: #00c0ef !important;
		color: #fff !important;
}

#pack-editado .small-box-wrapper,
#pack-comprado .small-box-wrapper,
#listado-packs .small-box-wrapper{
	position: relative;
	-moz-box-shadow: 5px 10px 14px -3px #000000;
	-webkit-box-shadow: 5px 10px 14px -3px #000000;
	box-shadow: 5px 10px 14px -3px #000000;
}

#pack-editado .small-box-wrapper:hover,
#pack-comprado .small-box-wrapper:hover,
#listado-packs .small-box-wrapper:hover{
	-moz-box-shadow: 10px 15px 18px -3px #f47741;
	-webkit-box-shadow: 10px 15px 18px -3px #f47741;
	box-shadow: 10px 15px 18px -3px #f47741;
}

#pack-editado .small-box-wrapper:hover a,
#pack-comprado .small-box-wrapper:hover a,
#listado-packs .small-box-wrapper:hover a{
	color: #000;
	text-decoration: none;
}
#pack-editado .small-box-wrapper i.fa-shopping-cart,
#pack-comprado .small-box-wrapper i.fa-shopping-cart,
#listado-packs .small-box-wrapper i.fa-shopping-cart, 
#listado-packs .small-box-wrapper i.add-to-cart{
  -webkit-transition: opacity 0.5s ease-out, font-size 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out, font-size 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out, font-size 0.5s ease-out;
  transition: opacity 0.5s ease-out, font-size 0.5s ease-out;
}

#pack-editado .small-box ,
#pack-comprado .small-box ,
#listado-packs .small-box {
	transition: all .3s linear;
	border-radius: 2px;
	position: relative;
	display: block;
	margin-bottom: 20px;
}

#pack-editado .small-box div.titulo-pack div.texto-titulo-pack ,
#pack-comprado .small-box div.titulo-pack div.texto-titulo-pack ,
#listado-packs .small-box div.titulo-pack div.texto-titulo-pack {
		text-transform: uppercase;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0;
		padding-left: 5px;
		display: block;
		white-space: nowrap;
}

#pack-editado .small-box div.titulo-pack ,
#pack-comprado .small-box div.titulo-pack ,
#listado-packs .small-box div.titulo-pack {
		display: block;
		border-bottom: 1px solid #f4f4f4;
		/* height: 30px; */
		line-height: 30px;
}


#listado-packs .small-box div.titulo-pack .cantidad {
    z-index: 1;
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #d9534f;
    font-size: 20px;
}

.panel.panel-primary span.badge{
    z-index: 1;
    float: right;
		background-color: white;
    font-size: 16px;
}

#pack-editado .small-box>.inner ,
#pack-comprado .small-box>.inner ,
#listado-packs .small-box>.inner {
		padding: 10px;
		text-align: center;
}

#pack-editado .small-box .row-recursos-creditos ,
#pack-comprado .small-box .row-recursos-creditos ,
#listado-packs .small-box .row-recursos-creditos {
		display: flex;
		position: relative;
		margin:0;
}


#pack-editado [class^=col-] ,
#pack-comprado [class^=col-] ,
#listado-packs [class^=col-] {
		padding: 3px;
}

#pack-editado .row ,
#pack-comprado .row ,
#listado-packs .row {
		margin: 0;
}

#pack-editado .small-box>.small-box-footer ,
#pack-comprado .small-box>.small-box-footer ,
#listado-packs .small-box>.small-box-footer {
		/*position: relative;*/
		text-align: center;
		padding: 3px 0;
		color: #fff;
		color: rgba(255,255,255,0.8);
		display: block;
		z-index: 10;
		background: rgba(0,0,0,0.1);
		text-decoration: none;
		height: 36px;
		line-height: 30px;
		cursor: pointer;
}

#pack-editado .small-box>.small-box-footer{
	cursor: default;
	padding: 1px;
	color: #000000;
}
#pack-editado .small-box>.small-box-footer label{
	font-weight: normal;
}

#pack-editado .small-box h3 ,
#pack-comprado .small-box h3 ,
#listado-packs .small-box h3 {
		font-size: 38px;
		font-weight: bold;
		margin: 0 0 10px 0;
		white-space: nowrap;
		padding: 0;
}

#pack-editado .small-box span.creditos-pack ,
#pack-comprado .small-box span.creditos-pack ,
#listado-packs .small-box span.creditos-pack {
		margin: 0 0 10px 0;
		display: block;
}

#pack-editado .small-box span.creditos-pack h3 ,
#pack-comprado .small-box span.creditos-pack h3 ,
#listado-packs .small-box span.creditos-pack h3 {
		margin: 0;
}

#resumen_carrito {
	display: inline-block;
}

#listado-packs .small-box-wrapper i.fa-shopping-cart,
#listado-packs .small-box-wrapper i.add-to-cart{
	opacity: .5;
	color: #000;
	font-size: 16px;
}
#pack-editado .small-box-wrapper:hover i.fa-shopping-cart,
#pack-comprado .small-box-wrapper:hover i.fa-shopping-cart,
#listado-packs .small-box-wrapper:hover i.fa-shopping-cart,
#listado-packs .small-box-wrapper:hover i.add-to-cart{
	opacity: 1;
	font-size: 20px;
}


#pack-editado .small-box-wrapper i.glyphicon-star,
#pack-comprado .small-box-wrapper i.glyphicon-star,
#listado-packs .small-box-wrapper i.glyphicon-star{
	visibility: hidden;
}


i.glyphicon-star{
	position:absolute;
	font-size: 28px;
	z-index: 1000;
	color: #f47741;
}

#pack-editado a:focus ,
#pack-comprado a:focus ,
#listado-packs a:focus {
    color: #337ab7;
    text-decoration: none;
}

/*
#shop-cart-info .table, .intable {
    display:table;
    width:100%;
    height:100%;
    margin-bottom: 0;
}
#shop-cart-info .cell {
    display:table-cell;
    vertical-align: middle;
}

#shop-cart-info .cell.icono-carrito {
    text-align: center;
    padding-right: 20px;
    width: 8%;
    cursor: pointer;
}

#shop-cart-info .row {
    display:table-row;
}


#shop-cart-info.container {
	padding-left: 15px;
}
*/

#shop-cart-info .icono-carrito i {
    font-size: 24px;
}

#shop-cart-info .icono-carrito {
    text-align: center;
    padding-right: 20px;
    width: 8%;
    cursor: pointer;
}




/* Misma altura de todas las cols*/
.row.eq-height{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-wrap: wrap;
}


.row .btn {
    margin: 0 2px;
}



.valign-center {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}



.row.carrito-view .row.main-row{ 
	margin-bottom: 10px;
 }

.row.carrito-view .row.main-row.ultimo-row{ 
	margin-top: 20px;
	margin-bottom: 5px;
 }

.row.carrito-view .row.fila-detalle{ 
	padding: 10px 0;
	margin: 0;
}

.row.carrito-view .row.fila-detalle:nth-child(even){ 
		background: rgba(0,255,0,0.1);
}




.jumbotron.mp_danger {
	background-color: #dc3545;
	color: white;
	padding: 10px;
}

.jumbotron.mp_success {
	background-color: #28a745;
	color: white;
	padding: 10px;
}

.jumbotron.mp_warning {
	background-color: #ffc107;
	color: #343a40;
	padding: 10px;
}

.container.botones-mensaje-mercadopago {
    vertical-align: middle;
    display: flex;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 200px;
}








.notification {
  /* circle shape, size and position */
  position: absolute;
  right: -0.2em;
  top: -0.2em;
  min-width: 1.4em; /* or width, explained below. */
  height: 1.4em;
  border-radius: 0.7em; /* or 50%, explained below. */
  border: 0.05em solid #fc695a;
  background-color: white;

  /* number size and position */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: white;
  z-index: 2;
}

.notification img {
  max-width: 1.2em;
}

@media (min-width: 768px) {
  .notification {
    /* circle shape, size and position */
    position: absolute;
    right: -0.2em;
    top: -0.2em;
    min-width: 2em; /* or width, explained below. */
    height: 2em;
    border-radius: 1em; /* or 50%, explained below. */
    border: 0.05em solid #fc695a;
    background-color: white;

    /* number size and position */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    color: white;
    z-index: 2;
  }

}
