﻿body
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	font-size:small;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	
	/* Fondo */
    background: url(../images/styles/mainBg.png);
    background-color: #ffffff; 
	background-attachment: fixed;
	background-repeat:  repeat-y;
	background-position: center;
	width:100%;
	height:100%;
}
div#contenedor
{
	MARGIN: 0px auto;	 
	width:1024px;
	height:100%;
	background-color:White;
}
div#header
{
	width:100%;
	height:90px;
	text-align:center;
	background-color: white;
}
div#mainContent
{
	width: 100%;
	height:auto;
	background-color: White;
}
/*FOOTER*/
.footer
{
	width:1024px;
	clear:both;
	border-top:solid 1px #B4B4B4;
	text-align:center;
	color:#B4B4B4;	
}

.headerLeft
{
	float:left;
	width:224px;
	height:100%;
	text-align:center;
	vertical-align:text-top;
}
.headerRight
{	
	float:left;
	width:780px;
	height:100%;
	padding-right:20px;
	text-align:right;
	line-height:50px;
	background-color:#47484A;
	font-size:30px;
	color:#FF7E00;
	font-weight:bold;
}
.headerFooterLeft
{
	float:left;
	height:auto;
	overflow:hidden;
}
.headerFooterRight
{
	float:left;	
}
.mainLeft
{
	float:left;
	width:224px;	
	background-color:#47484A;
}
.mainRight
{
	float:left;
	width:799px;
	height:100%;	
}
.overflowdiv
{
	overflow-y:scroll;
	width:720px;
	height:420px;	
}

/*GRID*/
.rowStyle
{
	background-color:#EEEEEE;
	text-align: center;
}
.itemStyle
{
	background-color:#FFFFFF;
	
}
.gridTable 
{
	
	
	border-width:2px;
	border-color:#000000;
	
}

.gridHeader
{
	background-color: #FF7E00;
	text-align: left;
	min-width: 190px;
}
.gridRow
{
	text-align: center;
	background-color: #47484A;
	color: #FF7E00;
}
.alternatingRow
{
	background-color: #EAB795;
	text-align: center;
}