html {
    overflow-y: scroll;
}

body {
	background-color: #069;
	background-image: url(../images/bgRepeat.jpg);
	background-repeat: repeat-x;
	min-height:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	text-align:left;
}

p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	margin-bottom:10px;
}

h1
{
	font-size:24px;
	line-height:26px;
	margin-bottom:15px;
	color:#036;
}

a
{
	color:#039;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.mainMenu
{
	margin-top:141px;
	height:45px;
	width:100%;
	z-index:1000;
}

.bgRepeatY
{
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/bgRepeatY.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	height:auto;
	min-height:100%;
	width:100%;
}

/* Hack for IE */
* html .bgRepeatY {
    height: 100%;
}
/* End IE Hack */ 

.module
{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
	
.mainBg
{
	background:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	min-height:500px;
}

/* estilos de modules */
.map
{
	border:#FFF 10px solid;
}
