html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    }
body {
	background-color: #fefefe;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    }
/************************************************
*************************************************
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: #FFFFFF;
    }
#container2 {
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	background-image: url(../images/bckgnd_cuadros.png);
	background-repeat: no-repeat;
	background-position: center center;
    }

#content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    }

#inner {
	border: 1px dashed #FFFFFF;
	width: 955px;
	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: 650px;
	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%;
    }
div#contentWrapper {
	width: 955px;
	height: 410px;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#nav {
	height: 210px;
	width: 955px;
}
div#contentFlash {
	width: 800px;
	height: 350px;
	padding-right: 77px;
	padding-left: 78px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
}
div#subnav{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 6;
	height: 30px;
	width: 650px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 152px;
	padding-bottom: 0px;
	padding-left: 153px;
}
/************************************************
*************************************************
FOOTER
*************************************************
************************************************/

div#footerWrapper {
	position: relative;
	text-align: left;
	clear: both;
	float: left;
	width: 955px;
	color: #CCCCCC;
	height: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#footer {
	height: 20px;
	width: 955px;
	text-align: center;
	color: #999999;
	line-height: 20px;
	font-size: 11px;
}
div#footer a{
	color: #FF6600;
	text-decoration: none;
}
div#footer a:hover{
	text-decoration: underline;
}
