body.grans #blocs_estructura {
   margin-left: -10px;
}

body.grans .bloc-estructura {
   display: inline-block;
   vertical-align: top;
   width: 33.33%;
   border-left: 10px solid #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}

body.grans .bloc-estructura .titol {
   height: 145px;
   position: relative;
}

body.l1 #blocs_estructura {
   display: table;
   width: 100%;
}

body.l1 .bloc-estructura {
   display: table-row-group;
}

body.l1 .bloc-estructura ul {
   border-bottom: 10px solid #fff;
}

body.l1 #bloc-estructura-2 {
   display: table-header-group;
}

body.l1 .bloc-estructura .titol {
   height: 100px;
   position: relative;
}

.bloc-estructura .titol a {
	font-family: 'Open Sans Condensed Light', sans-serif;
	font-size: 40px;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
	display: block;
   position: absolute;
   bottom: 10px;
}

ul.estructura-criteris {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
ul.estructura-criteris li {
	border-top: 1px solid #fff;
   padding: 10px;
}
ul.estructura-criteris li a {
	color: #000;
	text-decoration: none;
	display: block
}
ul.estructura-criteris li a:hover {
	color: #fff;
}
ul.estructura-criteris li a:hover { 
   color:white; 
}

