
body {
	background:#e4eaed;
	margin:0;
	padding:0;
	font-family:"Lucida Grande",Tahoma,sans-serif;
	font-size:8pt;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #000;
	}

#container {
	margin:0 auto 0 auto;
}

#sidebar {
	float:right;
}

#sidecontent {
	padding:10px 10px 0 10px;
	height:590px;
	overflow: hidden;
	/*background-color:red;*/
}

#handlink {
	width:10px;
	float:left;
	height:600px;
	border-right:1px solid #cfdbdf;
	/*background-color:blue;*/
}

#content {
	width:75%;
	float:left;
	padding:10px;
	/*background-color:green;*/
}
.icon {
	margin: 0 5px 0 5px;
}



/* MENU SUPERIOR */

.menu_top {
	float:right;
}

/* MENU SUPERIOR */




/* MENU CONTEXTUAL */

#trigger {display:block;}
#box {display:none;}

/* MENU CONTEXTUAL */




/* ESQUINAS REDONDEADAS */

/* Blanco/Azul */

.rounded_blaz {
  margin-top:2px; zoom:1; background-color:#ffffff; font-size:12px; width:100%;
}
.rounded_blaz  a {
  text-decoration:none;
}
.tl_blaz {background: url(../images/tl_blaz.gif) no-repeat top left;}
.tr_blaz {background: url(../images/tr_blaz.gif) no-repeat top right;}
.br_blaz {background: url(../images/br_blaz.gif) no-repeat bottom right;}
.bl_blaz {background: url(../images/bl_blaz.gif) no-repeat bottom left;}
.bl_blaz {padding: 1px 1px 1px 1px;}


/* Azul/Azul */

.rounded_maaz {
  margin-top:2px; zoom:1; background-color:#cfdbdf; font-size:12px; width:100%;
}
.rounded_maaz  a {
  text-decoration:none;
}
.tl_maaz {background: url(../images/tl_maaz.gif) no-repeat top left;}
.tr_maaz {background: url(../images/tr_maaz.gif) no-repeat top right;}
.br_maaz {background: url(../images/br_maaz.gif) no-repeat bottom right;}
.bl_maaz {background: url(../images/bl_maaz.gif) no-repeat bottom left;}
.bl_maaz {padding: 1px 1px 1px 1px;}


/* Blanco/Azul oscuro */

.rounded_blma {
  margin-top:2px; zoom:1; background-color:#ffffff; font-size:12px; width:100%;
}
.rounded_blma  a {
  text-decoration:none;
}
.tl_blma {background: url(../images/tl_blma.gif) no-repeat top left;}
.tr_blma {background: url(../images/tr_blma.gif) no-repeat top right;}
.br_blma {background: url(../images/br_blma.gif) no-repeat bottom right;}
.bl_blma {background: url(../images/bl_blma.gif) no-repeat bottom left;}
.bl_blma {padding: 1px 1px 1px 1px;}


/* Azul oscuro/Blanco */

.rounded_mabl {
  margin-top:2px; zoom:1; background-color:#cfdbdf; font-size:12px; width:100%;
}
.rounded_mabl  a {
  text-decoration:none;
}
.tl_mabl {background: url(../images/tl_mabl.gif) no-repeat top left;}
.tr_mabl {background: url(../images/tr_mabl.gif) no-repeat top right;}
.br_mabl {background: url(../images/br_mabl.gif) no-repeat bottom right;}
.bl_mabl {background: url(../images/bl_mabl.gif) no-repeat bottom left;}
.bl_mabl {padding: 1px 1px 1px 1px;}


/* Blanco/Negro */

.rounded_blnr {
  margin-top:2px; zoom:1; background-color:#ffffff; font-size:12px; width:100%;
}
.rounded_blnr  a {
  text-decoration:none;
}
.tl_blnr {background: url(../images/tl_blnr.gif) no-repeat top left;}
.tr_blnr {background: url(../images/tr_blnr.gif) no-repeat top right;}
.br_blnr {background: url(../images/br_blnr.gif) no-repeat bottom right;}
.bl_blnr {background: url(../images/bl_blnr.gif) no-repeat bottom left;}
.bl_blnr {padding: 1px 1px 1px 1px;}

/* ESQUINAS REDONDEADAS */



/* TABS */

/* Style for Usual tabs */
.usual {
  color:#111;
  /*width:93%;*/
  margin:2px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#111;
  background:#EAEAEA;
}
.usual ul a:hover {
  color:#111;
  background:#e4eaed;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#cfdbdf;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:#cfdbdf;
  font:10pt Georgia;
}
.usual div a { color:#000; font-weight:bold; }

/* TABS */
