* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration:none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color:#FFF
}

header {
  background-color: #4990e3;
  display: flex;
  height: 40px;
  }

.width-constrainer {
  max-width: 1120px;
  width: 100%;
  height: 100%;
  margin: auto auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: white;
}

.link-logo {
  margin: 17px 150px 17px 0;
}

.logo {
  height: 50px;
  margin: 0;
}

header .main-nav {
  color: white;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

header .main-nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

header .main-nav > ul li {
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s all;
  display: flex;
  align-items: flex-end;
  cursor: default;
  position: relative;
}

header .main-nav > ul li:hover {
  color: #649bd2;
}

header .main-nav > ul li .menu-item {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0 5px 17px 5px;
}

header .main-nav > ul li > div.menu-item.drop {
  padding: 0;
}

header .main-nav > ul li > div.menu-item.drop:focus {
  outline: none;
}

header .main-nav > ul li > div.menu-item.drop > span {
  padding: 0 5px 17px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .main-nav > ul li > div.menu-item.drop > span > i {
  font-size: 8px;
  margin-left: 5px;
}

.menu-item.drop:focus,
.menu-item.drop:hover > .dropdown {
  display: block;
  pointer-events: initial;
}

.menu-item.drop > .dropdown {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 69px;
  background: white;
  width: auto;
  min-width: 220px;
  right: 0;
  border: 1px solid #23379a;
  color: #23379a;
}

.menu-item.drop > .dropdown::after,
.menu-item.drop > .dropdown::before {
  bottom: 100%;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.menu-item.drop > .dropdown::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

.menu-item.drop > .dropdown::before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 6px;
  margin-left: -6px;
}

.menu-item.drop > .dropdown > ul > li {
  font-size: 14px;
  font-weight: normal;
}

.menu-item.drop > .dropdown > ul > li:first-child {
  margin-top: 20px;
}

.menu-item.drop > .dropdown > ul > li:last-child {
  margin-bottom: 20px;
}

.menu-item.drop > .dropdown > ul > li > a {
  display: block;
  width: 100%;
  padding: 12px 21px;
  text-decoration: none;
  color: inherit;
}

.menu-item.drop > .dropdown > ul > li > a:hover {
  background-color: #edf6ff;
}

.main-content {
  flex: 1;
}
.textlittle3 td,
.textlittle3 {
	color:#396fa5;
	font-family:"Source Sans Pro", sans-serif;
	font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
	text-decoration:none;
}
.textsession {
    color:#ffffff;
    font-family:"Source Sans Pro", sans-serif;
    font-size:14px;
    text-decoration:none
}

.textsession a {
    color:#ffffff;
    text-decoration:none
}

.textsession a:hover {
    color:#b0cef1;
    text-decoration:none
}

.boxacceso {
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border: 0px solid ;
background-color:#e7f2fd
}

.titlewhite2 {
	color:#ffffff;
	font-family:"Source Sans Pro", sans-serif;
	font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.textlittle1 {
	color:#999999;
	font-family:"Source Sans Pro", sans-serif;
	font-size:10px;
	text-decoration:none;
	line-height:16px;
}

.textlittle2 {
	color:#777777;
	font-family:"Source Sans Pro", sans-serif;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
}

.textlittle2 a {
	color:#4889ce;
	text-decoration:none;
}
.textlittle2 a:hover {
	color:#4889ce;
	text-decoration:underline;
}

.textlittle3 td,
.textlittle3 {
	color:#396fa5;
	font-family:"Source Sans Pro", sans-serif;
	font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.pagetitle1 {
	color:#396fa5;
	font-family:"Source Sans Pro", sans-serif;
	font-size:16px;
	text-decoration:none;
	line-height:28px;
}

.pagetitle4 {
	color:#9D9064;
	font-family:"Source Sans Pro", sans-serif;
	font-size:25px;
	text-decoration:none;
	line-height:28px;
}
.pagetitle5 {
	color:#AFAFB2;
	font-family:"Source Sans Pro", sans-serif;
	font-size:25px;
	text-decoration:none;
	line-height:28px;
}
.pagetitle6 {
	color:#ea7e1e;
	font-family:"Source Sans Pro", sans-serif;
	font-size:25px;
	text-decoration:none;
	line-height:28px;
}
.textlittle7 {
	color:#396fa5;
	font-family:"Source Sans Pro", sans-serif;
	font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.textlittle7 a {
	color:#ffffff;
	text-decoration:none;
}
.textlittle7 a:hover {
	color:#396fa5;
	text-decoration:underline;
}
.pagetitle8 {
	color:#396fa5;
	font-family:"Source Sans Pro", sans-serif;
	font-size:25px;
	text-decoration:none;
	line-height:28px;
}

.Normal{color:#396fa5;
		font-family:"Source Sans Pro", sans-serif;
		font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
}

/* ************** SUBMENU IZQUIERDA ********************* */


td.EasyParentTabClass{
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 0px;

}

td.EasyParentTabClass a{
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 0px;
}

td.EasyParentTabClass a:hover{
text-decoration:underline;
}

td.EasyCurrentParentTabClass {
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
background-color:#edf6ff;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 3px;
}

td.EasyCurrentParentTabClass a{
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
background-color:#edf6ff;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 3px;
}

td.EasyCurrentParentTabClass a:hover{
text-decoration:underline;
}

td.EasyChildrenTabClass {
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 3px;
}

td.EasyChildrenTabClass a {
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 3px;
}

td.EasyChildrenTabClass a:hover{
text-decoration:underline;
}

 
td.EasyCurrentTabClass {
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 3px;
}

td.EasyCurrentTabClass a{
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
font-size:12px;
line-height:16px;
text-decoration:none;
padding: 4px 5px 4px 3px;
}

td.EasyCurrentTabClass a:hover{
text-decoration:underline;
}

td.EasyParentTabClassIMG, td.EasyChildrenTabClassIMG, td.EasyCurrentParentTabClassIMG {
height:5;
background-image:url(/NuevoWebsite/Portals/0/Skins/BridgerConway1Col/images/bg_dotted-line-submenu.gif);
background-repeat:repeat-x
}
/* submenu NIVEL 1 */
.submenunivel1 {
color:#34495e;
font-family:"Source Sans Pro", sans-serif;
font-size:11px;
line-height:16px;
text-decoration:none;
padding: 3px 5px 4px 0px;	
}

.submenunivel1 a {
color:#34495e;
text-decoration:none;
outline:none
}

.submenunivel1 a:hover {
color:#34495e;
text-decoration:underline;
}

.submenunivel1sel {
color:#114a86;
font-family:"Source Sans Pro", sans-serif;
background-color:#9dcaee;
font-size:11px;
line-height:16px;
text-decoration:none;
padding: 3px 5px 4px 6px;	
}

.submenunivel1sel a {
color:#114a86;
text-decoration:none;
}

.submenunivel1sel a:hover {
color:#114a86;
text-decoration:underline;
}

/* submenu NIVEL 2 */

.submenunivel2 {
color:#4889ce;
font-family:"Source Sans Pro", sans-serif;
font-size:11px;
line-height:16px;
text-decoration:none;
padding: 3px 5px 4px 6px;	
}

.submenunivel2 a {
color:#4889ce;
text-decoration:none;
}

.submenunivel2 a:hover {
color:#4889ce;
text-decoration:underline;
}

.submenunivel2sel {
color:#003d7d;
font-family:"Source Sans Pro", sans-serif;
font-size:11px;
line-height:16px;
text-decoration:none;
padding: 3px 5px 4px 6px;	
}

.submenunivel2sel a {
color:#003d7d;
text-decoration:none;
}

.submenunivel2sel a:hover {
color:#003d7d;
text-decoration:underline;
}


/* ************** FIN SUBMENU IZQUIERDA ********************* */

.imgiconos {
  max-width: 80%;
  height: auto;
}

footer {
  background-color: #9b9b9b;
  width: 100%;
  padding: 17px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  width: 150px;
  padding: 10px 0;
}

.social-icons > a {
  text-decoration: none;
  color: inherit;
}

.social-icons > a > i {
  font-size: 30px;
}

.copyright {
  font-size: 12px;
  color: white;
  display: block;
  text-align: center;
}

@media (max-width: 1120px) {
  header {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  header {
    height: 110px;
    padding: 15px 0 0 0;
  }

  header .width-constrainer {
    flex-direction: column;
    padding: 0;
    align-items: center;
    justify-content: space-around;
  }

  header .link-logo {
    margin: 0;
  }

  header .main-nav > ul {
    flex-wrap: wrap;
  }

  header .main-nav > ul > li {
    /* flex: 1; */
    flex-grow: 1;
    font-size: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    min-width: 76px;
  }

  .menu-item.drop > .dropdown {
    top: 58px;
  }

  .menu-item.drop > .dropdown > ul > li {
    font-size: 12px;
    text-align: left;
  }

  .menu-item.drop > .dropdown > ul > li:first-child {
    margin-top: 10px;
  }

  .menu-item.drop > .dropdown > ul > li:last-child {
    margin-bottom: 10px;
  }
}
