@import url('https://fonts.googleapis.com/css?family=Palanquin');
@import url('https://fonts.googleapis.com/css?family=Dosis');

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700');


.basque

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
html,
body {
	height: 100%;
	font-family: 'Palanquin';
	padding-top: 0px;

}
#ingresar{
 background-color: #00989b;
 border-color: #00989b;
}

#ingresar:hover{
 border-color: #00989b;
 background-color: #49a6a7;
 color: white;

}


.img-hover:hover {
	opacity: 0.9;

}

.file {
  visibility: hidden;
  position: absolute;
}
.botonofrenda{
	background-color:#671316;
	border-color:#9f2b2f;
	color: white;
}
.botonofrenda:hover{
	background-color:#9f2b2f;
	border-color:#9f2b2f;
	color: white;
}

.loader {
  border: 16px solid transparent;
  border-radius: 50%;
  border-top: 16px solid #fff;
  border-bottom: 16px solid #fff;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}


.loader2 {
  border: 16px solid transparent;
  border-radius: 50%;
  border-top: 16px solid #008bf8;
  border-bottom: 16px solid #008bf8;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#head {
	font-size: 18px;
}

#concursantes{
border: 1px solid white;
border-collapse: collapse;
}
#concursantes th{
  font-variant: small-caps;
  padding: 5px 2px;
  text-align: center;
}

#concursantes td{
  padding: 5px 2px;
  text-align: center;
}

#concursantes td a{
  color: white;
  text-decoration: underline;
}


#cabeza {
	background-image: url('../img/head.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.gris {
	background-color: white;
}

.menu {
	color: white;
}

.img-responsive {
	margin: 0 auto;
}

.gestion{
	background-color: #008bf8 !important;
	border-color:  #4aaefb !important;

}
.gestion:hover{
	background-color: #4aaefb !important;

}

.error {
	font-size: 12px;
	color: red;
}

.charla {
	background-image: url('../img/iconos/charla.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	display: inline-block;
}

.musica {
	background-image: url('../img/iconos/musica.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	display: inline-block;
}

.expo {
	background-image: url('../img/iconos/expo.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 18px;
	display: inline-block;
}

#header {
	height: 120px;
}

#unam {
	height: 82px;
	padding-left: 30px;
}

#dgaco {
	height: 105px;
	padding-top: 10px;
	padding-right: 15px;
}

#sust {
	min-height: 425px;
	background-image: url('../img/sustentabilidad/imagen.png');
	background-size: cover;
}

.textos_bn {
	width: 100%;
	height: 185px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.hovercolor:hover {
	opacity: 0.8;
	cursor: pointer;
	transform: scale(1.05,1.05);
}
.titulo_evento{
	font-size:40px;
	color:#fff;
	text-align:center;
	background-color:#5e0d86
}

.tabla_evento{
	height:242px; width:100%; border: 1px solid #5e0d86;
}

.evento {
	font-size: 16px;
	padding: 5px;
	border-top: 1px solid #5e0d86;
	border-bottom: 1px solid #5e0d86;
	color: #292829;
	vertical-align: middle;
	text-align: center;
}

.evento:hover {
	color: #5e0d86;
	text-decoration: underline;
	cursor: pointer;
}

.inclusion:hover {
	color: #f64400 !important;
}

.seguridad:hover {
	color: #3757b0 !important;
}

.salud:hover {
	color: #43c5d0 !important;
}

.sustentabilidad:hover {
	color: #7db500 !important;
}

/*hover*/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 15px;
}

.hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 50px 0 0;
	padding: 7px 14px;
}

.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
	cursor: pointer;
}

.hovereffect:hover img {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

/*Login*/
#login-dp {
	min-width: 250px;
	padding: 14px 14px 0;
	overflow: hidden;
	background-color: #444444;
}

#login-dp A {
	color: white;
}

#login-dp .form-group {
	margin-bottom: 10px;
}

.publicaciones {
	padding: 0px;
}

.justify {
	text-align: justify;
}

.centrar {
	margin: 0 auto !important;
}

.azul {
	color: rgb(15, 145, 194) !important;
}

.morado {
	color: rgba(94, 28, 217, 0.96) !important;
}

.rosa {
	color: rgb(196, 21, 137) !important;
}

.verde {
	color: rgb(21, 196, 86) !important;
}

.naranja {
	color: rgb(196, 68, 21) !important;
}

/*Evaluacion Internacionales*/
.azul2 {
	color: #3949b5;
	!important;
}

.image {
	position: relative;
	width: 100%;
 /* for IE 6 */
	;
}

.posicion {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 100%;
}

.table-responsive {
	left: 100px;
}

.verdetabla {
	background-color: #37c73c !important;
	color: #ffffff !important;
}

.nocopy {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #3888ff;
}
/*Oferta Educativa*/
.cambiar {
	background-color: rgb(162, 225, 231);
}

.cambiar:hover {
	cursor: pointer;
	background: #b9ec77;
}

.cambiar2:hover {
	cursor: pointer;
	background: #0d185d;
}

.cambiar A:hover {
	color: white;
}

.cambiar2 A:hover {
	color: white;
}
/*Televisión*/
.programas:hover {
	color: #b6288f !important;
}

.play {
	width: 20px;
	cursor: pointer;
	text-align: center;
}

.table-fixed thead {
	width: 97%;
}

.table-fixed tbody {
	height: 230px;
	overflow-y: auto;
	width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
	display: block;
}

.table-fixed tbody td, .table-fixed thead > tr> th {
	float: left;
	border-bottom-width: 0;
}
/*Diplomado*/
.pointer {
	cursor: pointer;
}

.pointer:hover {
	color: #012560;
}
/*Buscador de materias*/
.ui-menu-item {
	background-color: white;
	list-style: none;
}
.ui-menu{
  background-color: white
}

.ui-corner-all {
	color: #00246d;
	padding: 2px;
	padding-top: 5px;
	font-size: 17px;
}

.ui-corner-all:hover {
	cursor: pointer;
	color: black;
}

.ui-helper-hidden-accessible {
	display: none !important;
}

/*POP*/
.docentes {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
	text-align: justify;
}

.proyectos {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 1000px;
	margin: 40px auto;
	position: relative;
	text-align: justify;
}

.hover-proyecto {
	background-color: #fff;
	color: #012560;
	height: 100px;
	text-align: center;
}

.hover-proyecto:hover {
	background-color: #8cc63f;
	color: #fff;
}

.hovera {
	text-decoration: none !important;
}

#fondomenu {
	background-color: #00246d;
}


/* Slider */
.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Estilos Responsivos */
@media(max-width:992px) {

	.tabla_evento{
		height:100% !important;
	}

}

@media(max-width:767px) {
	#head {
		background-color: #00246d;
	}
	body{
		padding-top: 65px;
	}

	.navbar-default .navbar-nav > li > a {
		color: white;
	}

	.navbar-default .navbar-nav > li > a:hover {
		color: #00cdd1;
	}

	#login-dp {
		min-width: 250px;
		padding: 14px 14px 0;
		overflow: hidden;
		background-color: #fff;
	}

	#login-dp A {
		color: #001c6a;
	}

	.mosaico {
		margin-top: 10px;
	}
}
