/*DISEŅO CABECERA*/
#contienemenu{
	float:left;
	position:relative;
	width:100%;
	min-width:61.9em;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	font-size:0.7em;
	padding-bottom:4px;
	}

.izquierda_menu{
	float:left;
	position:relative;
	width:1%;
	max-width:10px;
	height:25px;
	min-height:25px;
	background-image:url(../menu/images/menu_07.jpg);
	background-repeat:repeat;

	}
	
.listadomenu{
	float:left;
	position:relative;
	width:11%;
	min-width:9em;
	list-style:none;
	list-style-image:none;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	text-align:center;
	margin-top:10px;
	}



.listadomenubusca{
	float:left;
	position:relative;
	width:40%;
	min-width:34em;
	height:20px;
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	list-style-image:none;
	text-align:left;
	background-image:url(../menu/images/menu_12.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin-top:5px;
	text-indent:5px;
	margin-left:6px;
	}

.input{
	margin-left:6px;
	background-color:#FFFFFF;
	color:#333333;
	border: 1px solid #c00000;
	width:55%;
	}

.enlaces_menu{
	color:#333333;
	text-decoration:none;
	background-color:#FFFFFF;
	}

.enlaces_menu:hover{
	color:#c00000;
	text-decoration:underline;
	background-color:#FFFFFF;
	}

.contiene_tiempo{
	width:30%;
	float:right;
	text-align:right;
	position:relative;
	}

.imagen_tiempo{
	vertical-align:middle;
	}

.salto_lista{
	max-height:20px;
}

/*NUEVO MENU*/
.indentmenu{
font: bold 13px Arial;
width: 50%; /*leave this value as is in most cases*/
margin-top:4px;
position:relative;
float:left;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
/*dark purple border*/
border-width: 1px 0;
background: white;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #333333; /*text color*/
padding: 5px 11px;
text-decoration: none;
font:tahoma,verdana;
font-size:0.8em;
border-right:1px solid #666666;
}


.indentmenu ul li a:visited{
color: #333333;
font:tahoma,verdana;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #c00000 !important; /*text color of selected and active item*/
background: white url(media/indentbg2.gif) center center repeat-x;
}

.listadomenu_ocupado{
	float: left;
color: #ffffff; /*text color*/
padding: 5px 11px;
text-decoration: none;
font:tahoma,verdana;
font-size:0.8em;
border-right:1px solid #666666;
background-color:#c00000;
	}
