@font-face{
	font-family: 'Indivisa Text Sans Regular';
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot');
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-Regular.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-Regular.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-Regular.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-Regular.svg#indivisa') format('svg');
}
@font-face{
	font-family: 'Indivisa Text Sans Bold';
	src: url('../../fonts/eot/IndivisaTextSans-Bold.eot');
	src: url('../../fonts/eot/IndivisaTextSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-Bold.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-Bold.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-Bold.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-Bold.svg#indivisa') format('svg');
}
html,body{
	font-size: 14px;
	font-family: 'Indivisa Text Sans Regular', Verdana, sans-serif;
}
*{
	box-sizing: border-box;
}
.clearfix{
	clear: both;
	display: block;
	height: 0;
	width: 0;
}
.error{
	color: #f00;
	padding: 5px;
}
.msg{
	color: #090;
	padding: 5px;
}
.button-default{
	background: #ba0c2f;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	padding: 5px 20px;
}
.link{
	background: #ba0c2f;
	color: #fff;
	cursor: pointer;
	padding: 3px 10px;
	text-align: center;
}
.right{
	float: right !important;
	margin-left: 10px;
}
.right .link{
	display: block;
}
.wrapper{
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
}
a{
	color: #366;
	text-decoration: none;
}
h1{
	font-size: 18px;
	margin: 0;
	padding: 5px 0;
}
h2{
	font-size: 16px;
	margin: 0;
	padding: 5px 0;
}
header{
	background: #142856;
	color: #fff;
	height: 60px;
	overflow: hidden;
}
#delasalle{
	background: url(../images/lasalle.png) center no-repeat;
	background-size: 110px auto;
	float: left;
	height: 40px;
	margin: 10px;
	width: 110px;
}
#title{
	float: right;
	line-height: 14px;
	margin: 10px 10px 0 0;
	text-align: right;
	width: calc(100% - 140px);
}
#lines{
	background: #fff;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50px;
	transform: skew(-45deg);
	width: calc(100% - 130px);
}
#lines:before{
	background: #fff;
	content: '';
	height: 10px;
	left: 99%;
	position: absolute;
	top: 0;
	width: 300%;
}
#lines span{
	float: right;
	height: 8px;
	margin: 1px 0 1px 1%;
	width: 32.33%
}
#lines span:nth-child(1){
	background: #ba0c2f;
	position: relative;
}
#lines span:nth-child(1):before{
	background: #ba0c2f;
	content: '';
	height: 8px;
	left: 99%;
	position: absolute;
	top: 0;
	width: 900%;
}
#lines span:nth-child(2){
	background: #862633;
}
#lines span:nth-child(3){
	background: #004b87;
}
section{
	margin: 0 auto;
	max-width: 1280px;
	padding: 10px;
	width: 100%;
}
form.bluesteel{
	background: #ddd;
	padding: 20px;
}
form.bluesteel label,
form.bluesteel input[type="text"],
form.bluesteel input[type="email"],
form.bluesteel input[type="password"],
form.bluesteel input[type="number"],
form.bluesteel select,
form.bluesteel textarea,
form.bluesteel button{
	border: none;
	display: block;
	margin-bottom: 5px;
}
form.bluesteel label.right{
	text-align: right;
}
form.bluesteel button{
	background: #55A4aa;
	border-radius: 3px;
	color: #fff;
	padding: 5px 20px;
}
form.bluesteel button:active{
	background: #89e0da;
}
.tile{
	background-color: #fff;
	background-position: 30px 20px;
	background-repeat: no-repeat;
	background-size: 60px;
	border: 1px solid #004b87;
	color: #333;
	float: left;
	font-size: 16px;
	height: 120px;
	margin: 0 10px 20px 10px;
	text-align: center;
	padding-top: 90px;
	position: relative;
	width: 120px;
}
.tile:hover{
	background-color: rgba(0,75,135,.5);
	border: 1px solid #004b87;
	color: #fff;
}

@media screen and (min-width: 768px){
	header{
		height: 70px;
	}
	#delasalle{
		background-size: 150px auto;
		height: 50px;
		width: 150px;
	}
	#title{
		font-size: 16px;
		line-height: 16px;
		margin: 10px 20px 0 0;
		width: calc(100% - 190px);
	}
	#lines{
		height: 35px;
		top: 36px;
		width: calc(100% - 190px);
	}
	#lines:before{
		height: 36px;
	}
	#lines span{
		height: 17px;
		margin: 3px 0 0 1%;
	}
	#lines span:nth-child(1):before{
		height: 17px;
	}
}