﻿/*
* Fecha de creación:	19-Enero-2015
* Autor:				Carlos Valladolid
*
* Descripción:			Hoja de estilos para las pantallas del sitio Web público
*/

html, body, form
{
	background: #b7bcca url(/Image/Background/LoginBackground.jpg) repeat-x;
	border: 0px;
	color: #222;
	font-family: Arial, Calibri, Verdana;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#BodyDiv
{
	margin: auto;
	padding-top: 370px;
	width: 970px;
}

#LogoBackDiv
{
	background: url(/Image/Background/LogoBackground.png) no-repeat;
	height: 500px;
	position: absolute;
	right: 0px;
	width: 570px;
}

#MainDiv
{
	background: url(/Image/Background/MainBackground.png) no-repeat top;
	height: 640px;
	width: 100%;
}

