﻿/*
* Fecha de creación:	23-Febrero-2015
* Autor:				Carlos Valladolid
*
* Descripción:			Hoja de estilos para las pantallas del sitio Web público
*/

html, body, form
{
	background: url(/Image/Background/LoginBackground.jpg) no-repeat center;
	background-size: cover;
	border: 0px;
	color: #222;
	font-family: Calibri, Verdana, Arial;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#BodyDiv
{
	
}

#FooterDiv
{
	background: url(/Image/Background/FooterBackground.png) repeat-x;
	bottom: 0;
	height: 105px;
	position: absolute;
	width: 100%;
}

#HeaderDiv
{

}

#MainDiv
{

}
