* { padding: 0; margin: 0;}

html { 
	overflow:hidden; 
}

html, body {
	margin:0px;
	height:100%;	
	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

#wrapper { 
	width: 100%;
	height:100%;
		
}

#header { 
	height:50px;
	background-color: #ffffff; 
	padding: 0 0 0 0; 
	text-align: left;
	/* border-width: 1px;
	border-color: #BBCFBB;
	border-style:solid;*/
	
}

#header h1 {
	text-align: center; 
	color:#000000; 
	font-size: 12px;
}

#header p {
	text-align: left; 
	color:#000000; 
	font-size: 12px;
	font-style:bold;
	
}


#leftcolumn { 
	float:left;
	height:100%;
	width:28%;
	background-color:#EF3C39;
	margin-bottom: -500px;
	padding-bottom: 500px;

	
}

#content { 
	font-size: 12px;
	margin: 5px 5px 10px 350px;	
	height:50%;
	color: #333;	
	background-color:#ffffff;
	margin-bottom: -500px;
	padding-bottom: 500px;
	
}

#footer{
	height: 20px;
	width:100%;
	background-color: silver;
	color:#0000;
	font-size:12px;
	text-align: center;
	font-weight:bold;	
	position: fixed;
	bottom: 0;
	left: 0;
	line-height:20px;

 
}

.tabla {
	margin:0;
	padding:2px;
	border-color: #000000;
	text-align:center;
	
}

.div_usuario {
	position:absolute;
    top: 45%;
    left: 45%;
    width:26em;
    height:14em;
    margin-top: -7em; /*set to a negative number 1/2 of your height*/
    margin-left: -8em; /*set to a negative number 1/2 of your width*/
    /*border: 1px solid #ccc;
    background-color: #f3f3f3;*/
	
}

.indicadores {
	background-color: #BDBDBD;	
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border-style: solid;
	border-color: #fff;

}


