html, body {
height: 100%;
background-color:#FFFFFF;
}
body{
	margin: 0px;
	padding: 0px;
    text-align: center;
}
#contenedor_principal{
	text-align: left;
	height:456px;
	max-width: 950px;
	min-width: 765px;
	width:expression((documentElement.clientWidth || body.clientWidth) < 785 ? "765px" : ((documentElement.clientWidth || body.clientWidth) > 970 ? "950px" : "100%"));
	margin: auto;
	margin-top: 10px;
}
#contenedor_menu{
	width:236px;
	/*background-color:#993399;*/
	float:right;
	height: 100%;
	border-left-width: 8px;
	/**border-left-width: 5px;*/
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#contenedor_contenido{
	/*background-color:#0066CC;*/
	height: 100%;
}
#contenido{
	overflow-y:auto;
	overflow-x:hidden;

}
#contenedor_marcas{
	margin-top: 1px;
	padding-top: 0px;
	/*background-color:#00CC00;*/
	height:43px;
}
#seguridad{
	position:absolute;width:100%;	height: 50px;	top:0px;left:0px;
		background-color:#FFFFFF;
}

.activo{
float:left;
margin-top:-5px;
color:#59A5A1 !important; 
}

.inactivo{
float:left;
margin-top:-5px;
color:#FFFFFF !important; 
background-color:#59A5A1; 
}