html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

* {
	font-family: Arial, Times;
	text-decoration: none;
	font-size: 13px;
	/*color: #000000;*/
}

body {	
	background-color: #999999;
	background-image: url(../_imgs/bgdiag01.gif);
}

ul,  h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

ol, li  {
	text-align: justify;
	padding: 4px;
}

p {
	text-align: justify;
	padding: 4px;
}

h1 {
	margin: 4px;
	font-size: 16px;
	color: #000000;
}

h2 {
	margin: 4px;
	font-size: 14px;
	color: #000000;
}

h3 {
	margin: 4px;
	font-size: 14px;
	color: #CC0000;
}

a {
color: #CC0000; text-decoration: none; font-weight: bold;
}
a:visited {
color: #CC0000;
}
a:active {
color: #666666;
}
a:hover {
color: #666666;
}

div#centerintro {
	border: 0;
	height: 50%;
	width: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
}

div#centeredintro {
	border: 0;
	width: 480px;
	height: 550px;
	position: absolute;
	left: -275px;
	top: -240px;
}

div#centercontent {
	border: 0;
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 100px;

}
div#centeredcontent {
	border: 0;
	width: 750px;
	position: relative;
	top: 0px;
	left: 0px;
}

#footer {
	border: solid 1px;
	border-color: #FFFFFF;
	background-color: #EAEAEA;
	height: 23px;
	color: #000000;
	padding: 0;
	margin: 0;
	display: block;
}

#footerleft {
	position: absolute;
	padding-top: 3px;
	left: 4px;
	width: 50%;
	text-align: left;
	display: inline;
	clear: both;
}

#footerright {
	position: absolute; 
	padding-top: 3px;
	right: 4px; 
	width: 50%;
	text-align: right;
	display: inline;
	clear: both;
}

#banner {
	border: 0;
	padding: 0;
	margin: 0;
	width: 210px;
	height: 175px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.banner_image {
	border: 0;
	display: block; 
	margin: 10px auto;

}

.ilumel1 {
font-weight: bold;
color: #0000BB;
}

.ilumel2 {
font-weight: bold;
color: #000000;
}

.ilumelcom {
font-weight: bold;
color: #000000;
}

.ilumel_com {
font-weight: bold;
font-size: 11px;
color: #000000;
}

.ilumelproyectos {
font-weight: bold;
color: #6666cc;
}

.vive {
font-weight: bold;
color: #0000BB;
}

.vive_e {
font-weight: bold;
color: #ff0000;
}

.ilumel_2 {
font-weight: bold;
color: #ff0000;
}

.storesLevel {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #CC0000;
}

.storesDesc {
	margin: 0px;
	padding-left: 5px;
	font-size: 12px;
	color: #FFFFFF;
}

.header1 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.header2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.header2b {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

a.submenu {
color: #000000; text-decoration: none; font-weight: normal;
}
a.submenu:visited {
color: #000000;
}
a.submenu:active {
color: #CC0000;
}
a.submenu:hover {
color: #CC0000;
}

.inputfield {
	color: #333333;
	font-size: 12px;
	border: solid 1px #CCCCCC;
}

.inputrequired {
	color: #000000;
	font-weight: bold;
}

button,.button {
	margin: 0px;
	padding: 0px;
	height: 23px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border: #999999 1px solid;
	background-color: #CCCCCC;
	cursor: pointer;
}
