/*!
 * Style PrensaLibre Digital v1.0 (http://prensalibre.com)
 * Copyright 2016 PrensaLibre.com
 */
 @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/*General*/
body,
html{
	height: 100%;
}
a,a *{
	text-decoration: none!important;
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}
img,
img:hover{
	-webkit-transition: all 0.2s ease-in-out;
  	-moz-transition: all 0.2s ease-in-out;
  	transition: all 0.2s ease-in-out;
}

#PL-header{
	background:#fff;
	border-bottom:2px solid #1389d3;
	position: absolute;
	top: 0;
	width: 100%;
}
.pl-content{
	max-width: 1200px;
	width: 100%;
	padding:10px 20px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
	display: table;
}
#PL-header img{
	max-width: 100px;
}
#PL-main{
	height: 100%;
	width: 100%;
	display: table;
	background:url(../img/bg_mapas.jpg) no-repeat;
	background-size: cover; 
}
.pl-vertical-align{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-top: 0%; 
}
.pl-vertical-align img{
	display: table;
	margin: 0 auto;
}