
@font-face {
    font-family: "Rockwell Light";
    src: url("fonts/RockwellLight.eot?ctag=4");
    src: local("Rockwell Light"),
         url("fonts/RockwellLight.eot?ctag=4&x=0") format("embedded-opentype"),
         url("fonts/RockwellLight.woff?ctag=4") format("woff"),
         url("fonts/RockwellLight.ttf?ctag=4") format("truetype"),
         url("fonts/RockwellLight.svg?ctag=4#web") format("svg");
    font-style: normal;
    font-weight: normal;
}

* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

body {
	font-family: "Segoe UI", "Segoe UI", "Segoe", Tahoma, Helvetica, Arial, sans-serif;
	background-color:#ccc;
}

body h1 {
	/*padding-top: 20px;*/
}



.left {
	float:left;
	margin-left:15px;
	margin-right:15px;
}

.right {
	float:right;
	margin-left:20px;
}

.clear {
	clear:both;
}


.contendor_izq{
	float:left;
	width:100%;
	min-width:320px;
	margin-top: 1%;
}

.contendor_der{
	float:left;
	width:100%;
	min-width:320px;
	margin-top: 1%;
	display: none;
}

#contenedor_hoy {
	background-color: #fff;
	border-radius: 15px 15px;
	padding: 1%;
	width: 100%;
	margin-bottom: 10px;
}

#contenedor_hoy h1 {
	margin: 0;
    font-size: 5em;
    font-weight: 100;
	float:left;
	padding-left:15px;
}

#contenedor_hoy h2 {
	float:left;
	padding-top:12px;
	margin-left:15px;
}

#contenedor_hoy p {
	margin-top:5px;
	padding-left:15px;
}


#filtro {
	width:100%;
	margin-bottom: 50px;
}

#contenedor_fijos {
	background-color: #fff;
    border-radius:0 15px 15px;
    width: 100%;
}

#fijos {
	padding:10px;
}

.proximos {
	width:100%;
}


/* ENCABEZADO */

#encabezado {
	height:70px;
	background-color:#1F82C6;
	margin-top: -8px;
	margin-left: -8px;
	margin-right: -8px;
	background-image:url(../img/barra-uacj.png);
	background-repeat:no-repeat;
	background-size: contain;
}

#encabezado h1 {
	padding: 19px 0 0 130px;
	margin: 0;
	color: #fff;
	font-weight: 100;
	font-size: 1.7em;
}



/* CALENDARIO */

.contenedor_calendario {
	width:100%;
	background-color:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	border-radius: 15px 15px;
	padding:1%;
}

.calendario_titulo {
	background-color: #f98f03;
	width: 150px;
	border-radius: 16px 16px 0 0;
	font-size: 1em;
	color: #fff;
	height: 23px;
	padding: 3px 0 0 30px;
	margin-bottom: 0px;
	text-align: left;
	font-weight: 100;
}

table {
	font-size: 0.7em;
}

td, th {
	width: 23px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	position: relative;
}

th {
	height: 30px;
	font-weight: bold;
}

th.calendario_titulo_dias_semana {
	background: none;
	background-color: #fff;
	color:#000;
}

th.calendario_titulo_dia_domingo {
	color:#ff0000;
}

td.calendario_sin_dia {
	background:none;
	background-color:#fff;
}

td.calendario_dias_habiles {
	background:none;
	color:#666666;
}

td.calendario_dia_domingo {
	color:#ff0000;
}

td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}

td.today {
	background-position: 81px 0px;
	color: white;
}
td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	margin: 20px 0;
    padding: 0;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

.item_calendario {
	min-height:190px;
	height:190px;
	flex: 1 1 180px;
}

.item_calendario-1 { order:0; }
.item_calendario-2 { order:1; }
.item_calendario-3 { order:2; }
.item_calendario-4 { order:3; }
.item_calendario-5 { order:4; }
.item_calendario-6 { order:5; }
.item_calendario-7 { order:6; }
.item_calendario-8 { order:7; }
.item_calendario-9 { order:8; }
.item_calendario-10 { order:9; }
.item_calendario-11 { order:10; }
.item_calendario-12 { order:11; }



/* TABS */

.TabInactivo {
	background-color:rgba(102, 102, 102, 1) !important;
}

.ul_subclasificaciones {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	padding: 0 20px;
	list-style:none;
}

.ul_fecha {
	list-style:none;
}

.li_fecha {
	margin-top:8px;
	margin-bottom:12px;
	color:#fff;
	border-radius:10px;
	max-width: 100%;
	font-size: 1.1em;
	padding: 6px 6px 6px 30px;
}

.li_fecha a {
	text-decoration:none;
}

.li_fecha a p {
	margin:0;
}

.li_fecha_Inactivo {
	background-color:transparent !important;
}

.a_fecha_Inactivo {
	color:rgba(102, 102, 102, 1) !important;
}