@charset "utf-8";
/* CSS Document */
.header-img {
	height: 500px;
	width: 100%;
	background-image: url(imagenes/lac-news.jpg);
	background-attachment: fixed;
		padding-top: 180px;
}
.header-litimg {
	height: 480px;
	width: 100%;
	background-image: url(imagenes/lac-lit.jpg);
	background-attachment: fixed;
		padding-top: 180px;
}
.header-conimg {
	height: 480px;
	width: 100%;
	background-image: url(imagenes/lac-con.jpg);
	background-attachment: fixed;
	background-size:cover;
		padding-top: 180px;
}
.header-img img {
	width: 100%;
	height: auto;
}
.header-conimg img {
	width: 100%;
	height: auto;
}
.header-litimg img {
	width: 100%;
	height: auto;
}
.firstbot {
	margin-top: 20px;
	width: 30%;
	padding-top: 12px;
	height: 50px;
	background-color: rgba(0,0,0,.5);
	border-color: white;
	border: solid;
	border-width: 2px;
	color: white;
	font-size: 1.8em;
	font-weight: 500;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	-webkit-transition: all 400ms ease-in 0s;
	-moz-transition: all 400ms ease-in 0s;
	-ms-transition: all 400ms ease-in 0s;
	-o-transition: all 400ms ease-in 0s;
	transition: all 400ms ease-in 0s;
}
.firstbot:hover {
	background-color: #0658c8;
	border:none;
}
.respimg {
	width:100%;
	height:auto;
}
.court {
	background-image:url(imagenes/courtbg.jpg);
	background-attachment:fixed;
	background-size:cover;
}
.library {
	background-image:url(imagenes/library.jpg);
	background-attachment:fixed;
	background-size:cover;
	height:300px;
	width:100%;
}
.lawlogos ul {
	padding-top:50px;
	padding-bottom:30px;
}
.lawlogos li {
	display:inline;
	padding:50px;
}
.posicion {
	position:fixed;
	width:100%;
	height:auto;
}
.espacio {
	height:110px;
}
.languages {
	position:fixed; bottom:20px;
}
.languages select {
		width:150px; height:30px; font-size:17px; background-color:#353535; color:white;
}
@media screen and (max-width: 767px) { /* phone */
.posicion {
	position: static ;
}
.espacio {
	display:none;
}
.firstbot {
	font-size:1em;
	height:25px;
	padding-top:7px;
}
.header-litimg, .header-img  {
	height: 150px;
	background-size: auto 400px;
	padding-top: 80px;
}
.header-conimg {
	height: 150px;
	padding-top: 80px;
	background-image: url(imagenes/lac-contact.jpg);
	background-size:150%;
	height:auto;
	
}
