/*----------Head----------*/


#head-page
{
	background: #1c3d6c;
}

#logo_unam
{
	width: 80%;
	margin: 15px 10%;
}

#logo_caabqys
{
	width: 85%;
	margin: 15px 0;
}

#logo_caabqys_min
{
    display: none;
}

#menu
{
    border-color: #1c3d6c;
    background: #1c3d6c;
    margin: 4% 0;
}

@media (max-width: 767px)
{
    .logo-div
    {
        display: none;
    }

    #logo_caabqys_min
    {
        display: inline;
        width: 100px;
    }

    #menu
    {
        margin: 1% 0;
    }
}

#menu ul
{
	background: #1c3d6c;
}

#menu li
{
	padding: 0 10px 0 10px;
}

#menu li.open a
{
	background-color: #1c3d6c;
}

#menu li a
{
	color: white;
	font-weight: bold;
	font-size: 17px;
}

@media (max-width: 1200px)
{
	#menu li
	{
		padding: 0;
	}
}

@media (max-width: 992px)
{
	#menu li a
	{
		font-size: 10px;
	}
}

#menu li a:hover
{
	background-color: #c5911f;
}

#menu li.active a
{
	background: #c5911f;

}

/*----------End Head----------*/

/*----------Footer----------*/

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 90px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 215px;
  background-color: #1c3d6c;
}

@media (max-width: 667px)
{
	.footer
	{
		height: 300px;
	}
}

.link-consejos
{
	color: #c5911f;
	font-weight: bold;
	margin: 0 45px 0 45px;
	text-decoration: none;
}

@media (max-width: 970px)
{
	.link-consejos
	{
		margin: 0 40px 0 40px;
	}
}

@media (max-width: 768px)
{
	.link-consejos
	{
		margin: 0 5px 0 5px;
	}
}

.grupo-links-consejos
{
	margin-top: 10px;
}

.info-consejo
{
	margin-top: 10px;
    color: white;
    font-weight: bold;
}

.tooltip-creditos
{
    position: relative;
    display: inline-block;
}

.tooltip-creditos .tooltip-creditos-text
{
    color: #31708f;
    bottom: 101%;
    visibility: hidden;
    position: absolute;
    text-align: center;
    z-index: 1;
    background-color: #d9edf7;
    width: 200px;
    margin-left: -100px;
    left: 50%;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 11px;
}

.tooltip-creditos .tooltip-creditos-text p
{
    margin: 0;
}

.tooltip-creditos .tooltip-creditos-text:after
{
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #d9edf7 transparent transparent transparent;
}

.tooltip-creditos:hover .tooltip-creditos-text
{
    visibility: visible;
}

#counter
{
	display: block;
	width: 100px;
}

/*----------End Footer----------*/


/*----------Content----------*/

#content
{
	margin: 50px 0 130px 0;
}

@media (max-width: 667px)
{
	#content
	{
		margin: 40px 0 200px 0;
	}
}

/*----------End Content----------*/

/*----------Principal----------*/
.slider-banner
{
    margin-top: -55px;
}

@media (max-width: 667px)
{
    .slider-banner
    {
        margin-top: -95px;
    }    
}

.miniaturas
{
	margin: 20px 0 20px 0;
}

.thumbnail-main
{
    border: 0;
}

.thumbnail-main img
{
	width: 235px;
}

.modulo_in_content
{
    font-size: 20px;
}

@media (max-width: 980px)
{
	.modulo_in_content
	{
		font-size: 15px;
	}
}

.eleccion-info
{
    width: 100%;
    margin-bottom: 15px; 
    display: block;
}

.eleccion-head div
{
    display: inline-block;
}

.eleccion-titulo
{
    clear: both;
    text-align: center;
}

.eleccion-titulo h2
{
    margin: 0;
    color: #1c3d6c;
    font-weight: bold;
    font-size: 28px;
}

.eleccion-body
{
    margin: 5px 0;
}

.eleccion-item
{
    border-bottom: 1px solid grey;
}

.eleccion-item p
{
    display: block;
    text-align: justify;
    font-size: 16px;
}

.eleccion-item ul
{
    list-style-image: url("../images/list.png");
    font-size: 16px;
}

.eleccion-item ul li
{
    margin-bottom: 10px;
}

.eleccion-item ul li a
{
    color: black;
}

.evento-info
{
    width: 100%;
    border-bottom: 1px solid grey;
    margin-bottom: 15px; 
    display: block;
}

.evento-head div
{
    display: inline-block;
}

.evento-titulo
{
    width: 80%;
    clear: both;
    text-align: center;
}

.evento-titulo h2
{
    margin: 0;
    color: #1c3d6c;
    font-weight: bold;
    font-size: 28px;
}

.evento-fecha
{
    width: 19%;
    float: right;
    text-align: center;
}

.evento-fecha p
{
    color: white;
    font-weight: bold;
    margin: 0;

}

.evento-fecha .dia
{
    font-size: 30px;
}

.evento-fecha .mes
{
    font-size: 20px;
}

.evento-body
{
    margin: 5px 0;
    width: 79%;
}

.evento-body p
{
    display: block;
    text-align: justify;
}

.noticias ul
{
    list-style-image: url("../images/list.png");
    font-size: 16px;
}

.noticias ul li
{
    margin-bottom: 10px;
}

.noticias ul li a
{
    color: black;
}

.redes
{
    position: fixed;
    top: 40%;
    left: 2px;
    z-index: 100;
}

.logo-redes img
{
    display: block;
    width: 40px;
    margin-bottom: 5px;
    transition:0.5s;
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
}

.logo-redes img:hover
{
    width: 50px;
}

@media (max-width: 767px)
{
    .logo-redes img
    {
        width: 30px;
    }
    .logo-redes img:hover
    {
        width: 30px;
    }
}

/*----------End Principal----------*/

/*----------Quienes----------*/

.quienes-panel
{
	text-align: justify;
	font-size: 15px;
}

.quienes-panel h2
{
	font-weight: bold;
}

/*----------End Quienes----------*/

/*----------Coordinacion----------*/

.profilecard
{
	margin-bottom: 0px;
}

/*----------End Coordinacion----------*/

/*----------Comisiones----------*/
.miniaturas-com a
{
    font-size: 30px;
}
/*----------End Comisiones----------*/

/*----------Normatividad----------*/
.slider-line
{
	height: 450px;
}

#kwicks-norma
{
	width: 100%;
}

#kwicks-norma li img
{
	width: 980px;
}

@media (max-width: 768px)
{
    #kwicks-norma li img
    {
        width: 610px;
    }
}

#kwicks-norma li p
{
	background: url("../images/fondo_slider.png");
	position: absolute;
	top: 0px;
	left: 1%;
	overflow: hidden;
	width: 300px;
}

@media (max-width: 1200px)
{
	#kwicks-norma li p
	{
		width: 250px;
	}

}
#kwicks-norma li p a
{
	font-weight: bold;
	font-size: 19px;
	color: rgba(206,180,80,1);
}
/*----------End Normatividad----------*/

/*----------Comisiones (permanentes y especiales)----------*/

.slider-cuadro
{
    height: 650px;
}

.kv-cuadro {
    width: 100%;
    height: 600px;
}

.kv-cuadro > li {
    width: 100%;
    height: 300px;
}

.kh-cuadro {
    width: 100%;
    height: 100%;
}
.kh-cuadro > li {
    height: 100%;
    width: 50%;
    float: left;
    background-color: #fff;
}

.kh-cuadro > li > img {
    /*width: 100%;*/
    position: absolute;
}

.k-cuadro li p
{
    background: url("../images/fondo_slider.png");
    position: absolute;
    bottom: 0px;
    left: 1%;
    overflow: hidden;
    width: 250px;
}

.k-cuadro li p a
{
    font-weight: bold;
    font-size: 20px;
    color: rgba(206,180,80,1);
}

@media (max-width: 500px)
{
    .slider-cuadro
    {
        height: 320px;
    }

    .kv-cuadro
    {
        height: 250px;
    }

    .kv-cuadro > li
    {
        height: 125px;
    }

    .k-cuadro li p
    {
        width: 120px;
    }

    .k-cuadro li p a
    {
        font-size: 9px;
    }

}
@media (max-width: 700px)
{
    .slider-cuadro
    {
        height: 520px;
    }

    .kv-cuadro
    {
        height: 500px;
    }

    .kv-cuadro > li
    {
        height: 250px;
    }

    .k-cuadro li p
    {
        width: 200px;
    }

    .k-cuadro li p a
    {
        font-size: 12px;
    }

}

/*----------End Comisiones----------*/

/*----------Historia----------*/

#img-historia
{
    width: 100%;
}

/*----------End Historia----------*/

/*----------Dropdown Submenu----------*/

#menu .navbar-nav .dropdown-submenu {
    position: relative;
}

#menu .navbar-nav .dropdown-submenu > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 0;
    border-radius: 0 6px 6px 6px;
    z-index: 1001;
}

#menu .navbar-nav .dropdown-submenu:hover > .dropdown-menu,
#menu .navbar-nav .dropdown-submenu.open > .dropdown-menu {
    display: block;
}

#menu .navbar-nav .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: white;
    margin-top: 5px;
    margin-right: -10px;
}

#menu .navbar-nav .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

#menu .navbar-nav .dropdown-submenu > a {
    color: white !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

#menu .navbar-nav .dropdown-submenu > a:hover {
    background-color: #c5911f !important;
    color: white !important;
}

#menu .navbar-nav .dropdown-submenu .dropdown-menu {
    background: #1c3d6c;
    border: 1px solid #2a5075;
}

#menu .navbar-nav .dropdown-submenu .dropdown-menu li a {
    color: white !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

#menu .navbar-nav .dropdown-submenu .dropdown-menu li a:hover {
    background-color: #c5911f !important;
    color: white !important;
}

#menu .navbar-nav .dropdown-submenu .dropdown-menu li a.modulo:hover {
    background-color: #c5911f !important;
    color: white !important;
}

/*----------End Dropdown Submenu----------*/


