div
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-container
{
	width: 1200px;
	min-width: 720px;
	height: 100%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	
	position: relative;
	top: 0;
	left: 0;
}
.banner
{
	position: relative;
	left: 0;
	top: 0;
}
.banner h1
{
	color: rgb(0, 105, 150);
	font-size: 28px;
	position: absolute;
	top: -0.5em;
	left: 310px;
}
.banner h4
{
	color: rgb(0, 105, 150);
	position: absolute;
	top: 1.2em;
	left: 820px;
}
.banner a,
.banner img
{
	text-decoration: none;
	border: none;
}

.banner .logo-camara{
    position: absolute;
    left: 93%;
}


.header
{
	text-align: center;
	height: 25px;
	background-color: rgb(0, 105, 150);
	color: rgb(255, 255, 255);
	font-weight: bold;
}
.header a,
.header a:active,
.header a:visited
{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255, 255, 255);
	margin: 0 0 0 0;
	padding: 0.1em 1em 0.1em 1em;
	height: 25px;
	position: relative;
	top: 0.2em;
}
.content
{
	border: rgb(150, 0, 0);
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
}
.left-panel
{
	width: 19%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.left-panel ul
{
	list-style-type: none;
	position: relative;
	padding-left: 0;
}
.left-panel ul li
{
	background-color: rgb(0, 105, 150);
	border-bottom: solid 1px rgb(152, 189, 204);
	padding: 0.2em;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
}
.left-panel #contacto
{
	/*background-color: rgb(0, 105, 150);
	color: rgb(255, 255, 255);*/
	border: solid 1px rgb(0, 0, 0);
	font-weight: bold;
	padding: 0.2em;
}
.left-panel #contacto p
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
.left-panel #contacto a
{
	color: rgb(0, 0, 0);
	text-decoration: none;
	width: auto;
}
.left-panel #contacto a:hover
{
	cursor: pointer;
	background-color: rgb(255, 255, 255);
}
.left-panel a,
.left-panel a:active,
.left-panel a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: rgb(255, 255, 255);
	width: 100%;
	display: inline-block;
}
.left-panel nav
{
	position: relative;
	top: 0.5em;
}
.subheader
{
	position: relative;
	top: 0.5em;
}
.header a:hover,
.left-panel a:hover,
.left-panel ul li:hover,
.footer a:hover
{
	background-color: rgb(152, 189, 204);
}
#display
{
	width: 80%;
	height: 100%;
	position: absolute;
	left: 20%;
	top: 10%;
}
.footer
{
	background-color: rgb(0, 105, 150);
	text-align: center;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer a
{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255, 255, 255);
	margin: 0 0 0 0;
	padding: 0.2em 1em 0.2em 1em;
	height: 25px;
	
	position: relative;
	top: 0.2em;
}
.footer p
{
	color: rgb(255, 255, 255);
	font-weight: bold;
	position: absolute;
	bottom: -0.7em;
	right: 0.5em;
}

.facebook
{
	position: absolute;
	left: 7em;
	top: 3px;
}