@charset "utf-8";
/* CSS Document */

.content-cent {
	width: 100%;
	max-width:980px;
	margin:auto;
}
#contenido2 .content-cent a:link, #contenido2 .content-cent a:visited  {text-decoration:none; color:#333; }
#contenido2 .content-cent a:hover, #contenido2 .content-cent a:active {text-decoration:underline; color:#8B0304; }

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	/*max-width:1000px;*/
	left:0;
	/*Podemos hacer que el menu abarque el 100% al hacer scroll*/
	width:100%;
	box-shadow:0px 4px 3px rgba(0,0,0,.5);
}


.navbar-default-2 {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default {
	background-color: #9B9793;
	border-color: #9B9793;
}
.navbar {
	border-radius: 0px;
}
nav {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.menuf{text-transform: uppercase; font-weight: bold;}
.titu2{
        color:inherit;
	    font-weight: bold;
        font-size: 63px;
        margin: 0.25em 0;
        text-transform: uppercase;
        text-align: center;
}
.inn_hover{ 
  /*border: 1px solid black;*/
    
	/*filter: grayscale(0%);
    -webkit-filter: grayscale(0%); */
	
    filter: none;  /* For IE 6 - 9 */
    -webkit-transition: all .5s ease;  /* Transition for Webkit browsers */
}

.inn_hover:hover { 
    /*filter: grayscale(100%);
    -webkit-filter: grayscale(100%);*/
    filter:blur(4px);
}
.btn-deep-orange {

    background-color: #ff7043;

}
.btn-deep-orange:hover, .btn-deep-orange:focus, .btn-deep-orange:active, .btn-deep-orange.active {

    background-color: #ff835d !important;

}
.btn:hover, .btn:active, .btn:focus, .modal-dialog .modal-content, .modal-dialog.cascading-modal .modal-header, ul.instagram-photos li img, .media .media-left img {

    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);

}
.btn {

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}

.btn {

    color: #FFFFFF !important;

}
.titu1 {

    /*color: #800101;*/
    font: 500 2em Roboto,Arial,Helvetica;
        font-weight: 500;
    font-weight: 500;
    margin: 0.25em 0;
    text-transform: uppercase;

}

/* SECCION AVISOS, CONVOCATORIAS Y EVENTOS */
.panel-default > .panel-heading {
    color: #fff;
    background-color: #006f94;
    border-color: #ddd;
}
.bgc {
    background-color: #006f94 !important;
}
.panel-body ul {
  list-style-type: none;
  padding: 0;
  border: 1px solid #ddd;
}

.panel-body ul li {
  padding: 4px 8px;
  border-bottom: 1px solid #ddd;
}

.panel-body ul li:last-child {
  border-bottom: none
}
.panel-body {
    padding: 0px;
}