body{font-family: 'Roboto', sans-serif;font-size:1.25em;}
.w400 {font-weight:400;}
.w400i {font-weight:400;font-style:italic;}
.w500 {font-weight:500;}
.w500i {font-weight:500;font-style:italic;}
.w700 {font-weight:700;}
.w700i {font-weight:700;font-style:italic;}
.w900 {font-weight:900;}
.w900i {font-weight:900;font-style:italic;}
.fs2x{font-size:1.5rem;}
h2{text-decoration: underline;}
#saltarcontenido a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}
#saltarcontenido a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#000;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
.sub{font-size: 0.75em;}
.sumari{
	background-color: #f7f8f9;
	padding-left:50px;
	padding-bottom: 35px;
}
ul {
  list-style-image: url('../files/guion.png');
}
a{color:#034575;}
a:hover{font-weight:700;text-decoration:none;}
.footer{
	margin-top: 100px;
	padding: 50px 0px 50px 0px;
	background-color: #034575;
}
@media (max-width: 768px) {
	h1{
		font-size: 1.5em !important;
	}
}
