/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.tabs {list-style:none; padding:0px 0 0 10px; margin:0px 10px 50px 0; height:26px; background: #A90C0C;}
.tabs li {float:left; margin-right:-29px;}
.tabs li a {display:block; position:relative; text-decoration:none;}
.tabs li a em {display:block; height:26px; float:left; padding:0 39px 0 10px; background:url(tabs/tab2.png) right top; position:relative; z-index:100; font-size:90%; font-weight:normal; font-style:normal; color:#fff; line-height:25px; font-family:verdana;}
.tabs li a b {display:block; float:left; width:29px; height:26px; background:url(tabs/tab2.png) left top; position:relative; z-index:200;}

.tabs li a.m1 {z-index:600;}
.tabs li a.m2 {z-index:500;}
.tabs li a.m3 {z-index:400;}
.tabs li a.m4 {z-index:300;}
.tabs li a.m5 {z-index:200;}
.tabs li a.m6 {z-index:100;}

.tabs li a:hover {border:0; z-index:700; cursor:pointer;}
.tabs li a:hover b {background-position: left center;}
.tabs li a:hover em  {background-position: right center; color:#ffffff;}

.tabs li a.selected, .tabs li a.selected:hover {border:0; z-index:800; cursor:default;}
.tabs li a.selected b, .tabs li a.selected:hover b {background-position: left bottom;}
.tabs li a.selected em, .tabs li a.selected:hover em  {background-position: right bottom; color:#A90C0C; font-weight:bold;}

/* ---------------------- MENU LATERAL IZQUIERDO ----------------------------*/

#menu_izq {
	width: 150px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	margin-bottom: 10px;	
}

#menu_izq ul, li {
	list-style-type: none;
}

#menu_izq ul {
	margin: 0;
	padding: 0;
}

#menu_izq li {
	border-bottom: 1px dashed #e1e1e1;
	font-size: 95%
}

#menu_izq li.selected {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	display: block;
  padding-top: 4px;
  padding-bottom: 4px;
	width: 100%;
	background: #A90C0C;
	color: #ffffff;
}

#menu_izq a {
	text-decoration: none;
	color: #5d5d5d;
	display: block;
  padding-top: 4px;
  padding-bottom: 4px;
	width: 100%;
}

#menu_izq a:hover {
	background: #e1e1e1;
	color: #000000;
}

#menu_izq .header {
  line-height: 1.8em;
	color: #A90C0C;
	font-size: 110%;
	letter-spacing:	1;
	font-weight: bold;
	}