﻿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;
}

h2
{
	font-size: 13px;
	color: #036;
	padding-bottom: 3px;
	border-bottom: #e6ebf1 1px solid;
}

h2.sub-title
{
	font-size: 13px;
	color: #036;
	margin-left: 7px;
	padding: 0px 0px 3px 5px;
	border-bottom: #e6ebf1 1px solid;
}

.menu_apps
{
	font-family: Verdana;
	font-size: 10px;
	color:#fff;
	font-weight: bold;
	padding-top: 7px;
	vertical-align: bottom;	
	float:right;	
}

.menu_apps ul
{
	list-style:none;	
	min-width: 400px;	
}

.menu_apps ul,.menu_apps li
{
	color:#fff;	
	margin:0;
	padding:0;
	float:left;
}

.menu_apps a
{
	color:#fff;	
	margin:4px;
}


#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;
	min-width: 784px;
	height: 70px;
	font-size: 9px;
	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;
}
