body {
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FF0097;
	SCROLLBAR-TRACK-COLOR: #333333;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
#framecontent{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 250px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	color: white;
	background-color: #f8f6f3;
}

#maincontent{
	position: fixed;
	top: 0;
	left: 250px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 250px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.botonera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #F8F6F3;
	height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.botonera:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}
.botonera_act {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.georgia11 {
	font-family: georgia;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.georgia11:hover {
	color: #000000;
	text-decoration: underline;
}
.tahoma9_gris_oscuro {
	font-family: Tahoma;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.tahoma9_gris_oscuro:hover {
	color: #000000;
}
.georgia14 {
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.titulos {
	font-family: Times;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
}
.subtitulos {
	font-family: Times;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
.arial_11_negro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.arial_11_gris{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.arial_11_gris:hover{
	text-decoration: underline;
}
.georgia12 {
	font-family: georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.borde {
	border: 10px solid #000000;
}
.blanco{
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.link{
	font-family: Tahoma;
	font-size: 9px;
	color: #FF0097;
	text-decoration: none;
}
.link:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.gris {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

