﻿html
{
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: rgb(93%, 94%, 96%);
	font-size: 11px;
	font-family: verdana;
	color: #476B92;
	overflow: hidden;
}
body
{
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: verdana;
	overflow: hidden;
}

#header
{
	position: absolute;
	margin-left: -480px;
	top: 0px;
	left: 50%;
	width: 970px;
	min-width: 970px;
	height: 50px;
	font-size: 1em;
	z-index: 5;
	background: #fff url(imagenes/layout/header_isur.png);
	/*border: 1px solid #FFFF00;*/
}
* html #header
{
	top: 2px;
	height: 48px;
}

#title_menu
{
	background-position: #fff;
	/*position: absolute;
	margin-left: -300px;*/
	padding: 0px 3px 0px 3px;
	/*top: 52px;
	/*left: 50%;
	width: 784px;*/
	width: 100%;
	/*min-width: 784px;*/
	height: 70px;
	z-index: 5;
	font-family: verdana;
	background: #fff;
	/*border: 1px solid #FF0000;*/
}
* html #title_menu
{
	top: 52;
	bottom: 0;
	height: 70px;
	width: 784px;
}

#title_top
{
	width: auto;
	border-bottom: solid 2px #FF9900;
	font-weight: lighter;
	color: #003366;
	padding: 0px 2px 4px 2px;
	margin: 0;
}

#title_top h1
{
	padding: 0px;
	margin: 3px 3px 3px 3px;
	font-size: 20px;
	font-weight: normal;
}

#content
{
	display: block;
	overflow: auto;
	position: absolute;
	z-index: 3;
	top: 122px;
	bottom: 25px;
	width: 790px;
	margin-left: -300px;
	left: 50%;
	background: #fff;
	/*border: 1px solid #FF6600;*/
}
* html #content
{
	top: 122px;
	bottom: 25;
	height: 71%;
	width: 790px;
}

#left-sidebar
{
	position: absolute;
	margin-left: -480px;
	left: 50%;
	top: 52px;
	width: 180px;
	bottom: 25px;
	min-width: 180px;
	background: #fff;
	z-index: 5;
	/*border: 1px solid #0066FF;*/
}
* html #left-sidebar
{
	top: 52;
	bottom: 0;
	height: 100%;
}
#footer
{
	text-align: center;
	position: absolute;
	margin-left: -480px;
	left: 50%;
	bottom: 0;
	width: 970px;
	min-width: 970px;
	height: 25px;
	font-size: 9px;
	z-index: 5;
	font-family: verdana, tahoma, arial, trebuchet MS, sans-serif;
	background: #fff;
	border-top: solid 1px #476B92;
}

* html #footer
{
	bottom: 2px;
	width: 972px;
	height: 48px;
}
