﻿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(../resources/icons/mainBg.png);
    background-color: #ffffff; /*#B3B3B3*/
	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:1024px;
	height:103px;
	background-color: white;
}
div.topLeftHeader
{
	padding-left:10px;
	width:316px;
	height:103px; 
	
	float:left;
}
div.topCenterHeader
{
	width:372px;
	height:103px; 
	
	float:left;
}
div.topRightHeader
{
	width:326px;
	height:103px; 
	float:left;
	text-align:center;
}
/* ********************************************************************************* */
div#top
{
	width: 1024px;
	height:26px; /*DBF*/
	text-align:center;
	background-color: white;
}
div.topLeft
{
	width:326px;
	height:26px; /*DBF*/
	
	float:left;
}
div.topCenter
{
	width:372px;
	height:26px; /*DBF*/
	float:left;
}
div.topRight
{
	width:326px;
	height:26px; /*DBF*/
	float:left;
	text-align:center;
}
/* ********************************************************************************* */
div#mainContent
{
	width: 100%;
	height:auto;
	background-color: White;
	margin-top:10px;
}
div.left
{
	margin-left:10px;
	width:202px;
	float:left;
	background-color: white;
}
div.center
{
	width:600px;
	float:left;
	background-color: white;
	text-align:center;
	margin-top:5px;
}
div.right
{
	margin-left:5px;
	width:207px;
	float:left;
	background-color: white;
}
/***********************************************************************************/
div#footer
{
	float:left;
	width:1024px;
	height:100px;
	padding-top:20px;	
	background-color:White;
}
