@charset "utf-8";
@import url("webfonts/PTSansBold/stylesheet.css");

body {
	background-image: url(../../imagenes/background.png);
	font-family: PTSansRegular;
	background-repeat: no-repeat;
}

div#preload { display: none; }

#envoltorio {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 614px;
	max-width: 980px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 100%;
	position: relative;
	background-image: url(../../imagenes/main_banner.png);
	border-radius: 10px;
}

#contenido {
	width: 980px;
	height: 585px;
	display: inline-block;
	position: relative;
}

#columna {
	float: left;
	height: 580px;
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	overflow: auto;
	display: inline-block;
}
.cursor {
	cursor: pointer;
}
#visor {
	margin: 0px;
	padding: 0px;
	height: 580px;
	width: 84%;
	clear: none;
	padding-right: 3px;
	display: inline-block;
	position: absolute;
}

.nav {

	text-align: right;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.nav li {
	background: none;
	margin: 0 10px 0 0;
	display: inline-block;
	float: right;
}
.nav a {
	font-family: PTSansBold;
	text-decoration: none;
	display: inline-block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid grey;
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-ms-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
	border-radius: 3px;
	color: #999;
	font-size: 18px;
	font-weight: normal;
}
.nav a:hover {
	background-color: #999999;
	color: black;
}
.logo {
	position: absolute;
	left: 5px;
	bottom: 5px;
	opacity: 0.7;
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-ms-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}
.logo:hover {
	opacity: 1.0;
}
