body {
	font-family: Arial, FreeSans, DejaVu Sans Condensed, sans-serif;
	background-color: #f4e4dc;
	/*background-repeat:no-repeat;*/
	background-position:center top;
}
td {
	font-size: 9pt;
}

.bordeDerecho {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.bordeIzquierdo {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#sombraIzquierda {
	background-repeat:repeat-y;
	background-position:right;
	background:url(images/ui_04.png);
}
#sombraDerecha {
	background-repeat:repeat-y;
	background-position:left;
	background:url(images/ui_05.png);
}

.capa_menu {
	/* overflow: auto;
	height: 225px; */
	position: relative;
	width: 180px;
}

div.itemSEL {
	position: relative;
	width: 179px;
	/*background-color: #FF9900;*/
	cursor:pointer;
	top: 2px;
	left: 8px;
	text-align:right;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 4px;
}

div.itemUNSEL  {
	position: relative;
	width: 164px;
	cursor:pointer;
	top: 2px;
	text-align:right;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 4px;
}

a.linkSinEstilo {
	text-decoration:none;
}
a.linkSinEstilo.menu {
	font-size: 14px;
	font-weight:bolder;
	color: #FFFFFF;
}
.H2 {
	font-size: 16px;
	font-weight:bold;
}
.H3 {
	font-size: 14px;
	font-weight:bold;
}
.H4 {
	font-size:12px;
	font-weight:bold;
}
.gris {
	color: #9C9C9C;
}
.naranja {
	color: #F37432;
}
.blanco {
	color: #FFFFFF;
}
.negro {
	color: #000000;
}
