﻿body {
	border: 0px;
	text-align: center;
	margin: 0px;
	/*background-image: url(/images/bg.jpg);
	background-repeat: repeat-x; 
	background-color:#FCFFE8;*/
}
/* Este DIV centra el contenido de toda la pagina */
#centerDiv {
	 /* corregimos el text-align:center del body para IE 6 */
	margin:0px auto 0px auto;
	width:780px;	
/*	background-image: url(/images/bg_y.jpg);
	background-repeat: repeat-y; 
	background-position:center;*/

}

#headerDiv {
	margin:0px;
	width:780px;
}

#leftDiv 
{
    width: 155px;
	top: 0px;
	float:left;
	position:relative;
	margin:0px;

}
#mainDiv {
	width: 738px;
	top: 0px;
	float:left;
	padding-left:21px;
	padding-right:21px;
	margin:0px;
	position:relative;
	text-align:left;

}

#mainDivAncho {
	width: 760px;
	top: 0px;

	float:left;
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	position:relative;
	text-align:left;

}
#rightDiv 
{
    width: 155px;
	top: 0px;
	float:left;
	position:relative;
	margin:0px;

}

#footerDiv {
	clear: both;
	width: 780px;
	margin:0px;
	border:0px;

	
}

