﻿/*
* Fecha de creación:	21-Octubre-2015
* Autor:				Antonio Silva
*
* Descripción:			Hoja de estilos para el template Main publico de la aplicación Web
*/

html, body, form
{
	border: 0px;
	color: #77778C;
	font-family: Candara, Gautami;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#MainDiv
{
	border: 0px;
	height: 100%;
	padding: 0px;
	width: 100%;
	/*position: fixed;*/
	overflow: auto;
}

#HeaderDiv
{   
	/*background: #FFFFFF;*/
	height: 70px;
	width: 100%;
}

#BodyDiv
{
	border: 0px;
	padding: 0px;
	width: 100%;
	min-height: 800px;
	/*position: relative;*/
}

#BodyDiv #BodyBannerDiv
{
	height: 416px;
	width: 100%;
	/*position: relative;*/
}

#BodyDiv #BodyContentDiv
{
	/*height: 100%;*/
	min-height: 500px;
	bottom: 0px;
	width: 100%;
	/*position: relative;*/
}

#BodyDiv #BodyContentDiv #BodyContentHolderDiv
{
	/*height: 100%;*/
	width: 950px;
	margin: auto;
	/*left: 50%;
    margin-left: -475px;
	position: absolute;*/
	padding-top: 10px;
}

#FooterDiv
{
	color: #999999;
	font-size: 11px;
	font-family: Arial;
	height: 300px;
	text-align: center;
	line-height: 80px;
	width: 100%;
	position: relative;
}