body {
	background-color: white
}

H1 {
	FONT-SIZE: 24px;
	TEXT-ALIGN: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;


}
H2 {
	FONT-SIZE: 14px;
	TEXT-ALIGN: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #black;
	font-weight: bold;
}
P {
	FONT-SIZE: 10px;
	TEXT-ALIGN: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #black;
}

LI {
	FONT-SIZE: 10px;
	TEXT-ALIGN: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.contentText {
	BORDER-RIGHT: thin none;
	BORDER-TOP: thin none;
	BORDER-LEFT: thin none;
	BORDER-BOTTOM: thin none;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	left: auto;
	top: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	BACKGROUND-COLOR: white;
}

.contentBox {

	BORDER-RIGHT: thin solid;
	BORDER-TOP: thin solid;
	BORDER-LEFT: thin solid;
	COLOR: black;
	BORDER-BOTTOM: thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	left: auto;
	top: auto;
	text-align: left;
	BACKGROUND-COLOR: white;

}


/* LOGO */


#logoMain {
float: left;
padding-left: 10px;
padding-bottom: 10px;
display: none;
}

/* CAJAS */

#top {
	display: none;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color: #FFFFFF;
	z-index: 2;
}
#links {
	display: none;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index: 1;
}

#bannertop {
	display: none;
	position: absolute;
	left:300px;
	top:20px;
	z-index: 3;
}
#left {
	display: none;
	position: absolute;
	left:10px;
	top:130px;
	width:120px;
}

#profiles {
	display: none;
	position: absolute;
	padding: 3px;
	border: 0px solid #669900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;

}

#profiles A {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

#profiles A:Hover {
	background:  #669900;
	font-size: 11px;
	color: red;


}


#bannerleft {
	display: none;
	position: absolute;
	left:14px;
	top:440px;
	}

#container {
    position: absolute;
	left:0px;
	top: 0px;
	right:0px;

}

#center {
	width:450px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;

}
#footer {
	display: none;
    position: relative;
	left:-140px;
	width:750px;

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal; 
	color: #999999; 
	padding-top: 10px;
	padding-botton: 10px;
}

#bannerigh {
	display: none;
	position: absolute;
	left:660px;
	top:135px;
	border: 0px solid #669900;
	}
	
#imagen {
	float: right;
	margin: 10px;
	}
