.body
    	 {
           background-color: #cccccc;
           vertical-align: top;
	   width:100%;
	   height:100%;
    	 }
			
.table
	{
	background-color: #fff;
	background-size:800px 100%;
	background-repeat:no-repeat;
	background-position:center center;
	width:800px;
	border-style:solid;
        border-width:1px;
        vertical-align:top;
	}

			
.mainTable
	{	
	width:85%;
	vertical-align:top;
	float: center;	
	border: none;	
	}
	
.header
	{
	background-image: url('Herancas/header.png');
	background-repeat:no-repeat;
	width:800px
	height: 149px;
	}


.footer
	{
	background-image: url('Herancas/footer.png');
	background-repeat:no-repeat;
	vertical-align:top;
	width:100%;
	height: 102px;
	margin-bottom: 0px;
	padding-bottom:0px;
	}
	
.logo
	{
	float: right;
	margin-right: 10%;
	vertical-align: top;
	}


.questions
	{
	background-color: #00853f;
	padding-left: 10px;
	padding-top: 10px;
	}

.buttonNext
	{
	background-image: url('Herancas/btSeguinte.png');
	vertical-align:top;
	width:107px;
	height:31px;
	margin-bottom: 0px;
	padding-bottom:0px;
	float: right;
	}


.buttonReset
	{
	background-image: url('Herancas/btReiniciar.png');
	vertical-align:top;
	width:107px;
	height:31px;
	margin-bottom: 0px;
	padding-bottom:0px;
	float: right;
	}
