.my-class {
	font-size: 14px;
	}
#access2 {
    background-color: #CCCDCF;
    background-image: url(images/catbg.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    clear: both;
    display: block;
    float: left;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0 auto;
    padding-top: 3px;
    width: 100%;
}

.navbar-default .navbar-nav>.active>a
{
background-color: #d7d7d7;
    background-repeat: repeat-x;
    border-color: #ACACAC #999999 #AAAAAE #ACACAC;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle !important;
background-image: url(../img/fondo_items_menu.png);

}
.navbar-default .navbar-nav>li>a {
    color: #777;
    background-repeat: repeat-x;
    border-color: #ACACAC #999999 #AAAAAE #ACACAC;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle !important;
    background-image: url(../img/fondo_items_menu.png);
    margin-top: 2px;
    margin-right: 2px;
    padding-left: 12px;
}
.intranet-button a {
    background-color: #EDEDED;
    border-radius: 5px 5px 5px 5px;
    color: #666;
    cursor: pointer;
    font-size: 13px;
    #height: 20px;
    letter-spacing: 1px;
    margin-left: 15px;
    padding-top: 3px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
    margin-top: 50px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    text-decoration: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #E4E4E4;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #E4E4E4;
}
.panel {

    transition: padding 0.5s;
    -moz-transition: padding 0.5s; /* Firefox 4 */
    -webkit-transition: padding 0.5s; /* Safari and Chrome */
    -o-transition: padding 0.5s; /* Opera */
    -ms-transition:padding 0.5s; /* IE9 (maybe) */ 	
  
}
.panel.panel-drop {
    border-bottom: 4px solid #95A5A6;
}
.panel:hover {
	transform: scale(1.02);
}

#head {
    background: #ffffff url(/img/ifisgrandefinal.jpg) top center;
    background-size: inherit;
background-repeat: no-repeat;
background-position: left;

    color: #000000;
    padding: 80px 0 35px 0;

}
p {
    margin: 0px 0 0px;
}

header .h-title {
    float: left;
    font-family:"Times New Roman", Georgia, Serif;
    font-size: 30px;
    line-height: 23px;
    margin-top: 35px;
}



.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items 
                              horizontally inside the column */
}

/**
 *  Do NOT include this part into your stylesheet.
 *  "flex: 1" or "flex-grow: 1" is added to make the inner div
 *  - Which is also a flex-item - take up all the horizontal space
 *  available space inside the flex container (.col-* elements)
 */
.vertical-align > [class^="col-"] > div,
.vertical-align > [class*=" col-"] > div {
  /* flex: 1; */
  flex-grow: 1;
}


/**
 * S T Y L I N G
 ==================================*/

.vertical-align > div:first-child {
  
                             /* This is just for demonstration of
                                padding-box of the columns.
                              
                                I added this background to show 
                                the height of the columns         */
}

.vertical-align > div:last-child {
                              /* This is just for demonstration of
                                padding-box of the columns.
                              
                                I added this background to show 
                                the height of the columns         */
}


.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .wrapper i {
    padding: 10px;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    transition: all ease-in-out 150ms;
  }
  .wrapper a:nth-child(1) {
    color: #dd4b39;
  }
  .wrapper a:nth-child(2) {
    color: #4867AA;
  }
  .wrapper a:nth-child(3) {
    color: #1DA1F2;
  }
  .wrapper i:hover {
    margin-top: -3px;
    text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
  }