html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }
body {
	background-color: #e9edf2;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
/************************************************
*************************************************
MAIN CONTAINERS
*************************************************
************************************************/
#container {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	background-image: url(../images/bckgnd_rapor.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-color: #e9edf2;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }

#inner {
	border: 0px dashed #FFFFFF;
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 331px;
	background-image: url(../images/bckgnd_cuadros.png);
	background-repeat: no-repeat;
	background-position: center 140px;
    }

/* \*/
* html #content {
    top: 50%;
    left: 0;
    height: 1px;
    }

* html #content #inner {
    position: relative;
    top: -50%;
    }
/*Mi codigo*/
div#instrucciones {
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 600px;
}
div#flash {
	height: 311px;
	width: 600px;
}

