﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}


#page_content {
	
}

#footer {
	clear: both;
}

/* Estilos MasterPage.Master*/
#fitwindow
{ 
	height:100%;
	width:100%;
	margin:0%;
	bottom:100%;
	top:0%;
	right:0%;
	left:0%;
	background-color:White;
}
form { width: 100%; height: 702px; }
#body
{	
	height:100%;	
	max-height:100%;
	margin:0%;
	top:0%;
	right:0%;
	left:0%;
	font-size: small;
    font-family: Arial;
	position:relative;
	background-color:White;
}
#Master
{
	height:94%;
}

#MasterPage_divHeader
{
	width:100%;
	height: 15%;
	min-width:40em;
}


#MasterPage_divMenu
{ 
	height:30px;
}

#MasterPage_divContent
{ 
	min-width:35em;
	width: 100%;
	height:78%;
	min-height:75%;
	position:relative;
}

#MasterPage_divFooter
{
	height:5%;
	width:100%;
	clear:both;
	min-width:40em;
	min-height:1em;
		 
}
.ArialSmall
{
	font-size: small;
    font-family: Arial;
}
.bottom-menu {
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.bottom-menu-lnk {
	
	text-decoration: none;
}

.bottom-menu-lnk:hover {
	color:Purple;
	text-decoration: underline;
}
