/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,select
{ margin:0; padding:0; }

/* whoever thought blue linked image borders were a good idea? */

/* de-italicize address */
address { font-style:normal }

@font-face {
font-family: Helvetica, Arial, ArialNarrow, sans-serif;
src: url("http://www.stariberica.es/geststar/fonts/Helvetica.dfont") format('opentype');
      }	
li { float: left; list-style-type: none;  position: relative;  }

#cabeza {
	height:25px; 
	margin: 5px 5px 5px 5px; 
	background-color:#336633; 
	overflow-y:hidden; 
	overflow-x:hidden;
}
#recuadroGneral {
	float:left;
	clear:left; 
	border:1px solid #589901; 
	margin: 0px 5px 0px 5px; 
	overflow-y:hidden; 
	overflow-x:hidden;
	background-color:#F2F2F2;
}
p {	
	line-height: 140%;
	font-size: 0.8em;
	font-weight: lighter;	
	font-variant: normal;	color:#000000;	text-transform: none;	font-style: normal;
	font-family: helvetica, Din, Arial, sans-serif, Geneva;
}

input {
	background-color:#E6E6E6;
}

select {

	background-color:#E6E6E6;

}

select option {
  background: #E6E6E6;
color: #000000;
font-size:1em;
}


#logoStar {float:left; margin-left:20px; font-size:20px; color:#fff; padding-top:0px; font-weight:bold;}

#horaStar {float:right; color:#fff; margin-right:20px; margin-top:5px;}





#contenedorTabs {
	clear:left; 
	height:18px; 
	margin: 0px 5px 0px 5px; 
	font-family: helvetica, Din, Arial, sans-serif, Geneva;
     	font-size: 11px;
} 
#contenedorTabs > ul {
      	width:100%; 
	margin:0px;
	padding:0px;
}

#contenedorTabs > ul > li {
      	height: 16px;
	line-height:16px;
	text-align:center;
      	width:7.5%; 
	margin-right: 1px; 
	border: 1px solid #589901;
	float:left;
      	background-color: #A0B75A;
}

#contenedorTabs ul li a {
	display:block;
        color:#FFFFFF;
	text-decoration: none; 
}


#contenedorTabs ul li a:hover {
        background-color: #999999;
}

#contenedorTabs >ul > li.menuprincActivo  {
	color: #666666;
	background-color: #cccccc;
     font-weight: bold;
     border: 1px solid #589901;
     border-bottom: 2px solid #ccc;
	opacity:1;
	visibility:visible;
}

#contenedorTabs > ul > li {
    display: inline-block;
    width: 7,5%;
    position: relative;
}




/* primer submenu  */

#contenedorTabs ul li ul { 
display:none;
position:absolute;
top:0;
width:130px;
}
#contenedorTabs > ul > li > ul{ 
left:10%;
top: 100%;
}
#contenedorTabs li:hover ul, #contenedorTabs li:focus ul {
	display:block;
    background:  #ccc;
    z-index: 5;
}
#contenedorTabs ul li ul li {
    display: block;
position:relative;
	border: 0px;
border-bottom: 1px solid #589901;
width:auto;
}

#contenedorTabs ul li:hover li a {
    font-family: helvetica, Din, Arial, sans-serif, Geneva;
width:120px;
    font-size: 12px;
	text-align:center;
    line-height: 18px;
    border: 5px solid #ccc;
    background: #589901;
}
#contenedorTabs li ul li a:hover {
    background: #333;
}

/*   /////////////  hasta aqui primer submenu



//////////////// segundo nivel submenu  */


#contenedorTabs ul li ul li {
position:relative;
}
#contenedorTabs ul li ul li ul {
display:none;
right:-130px;
top:0;
}
#contenedorTabs >ul >li >ul >li >ul >li {
display:none;
    background: #589901;
}

#contenedorTabs ul li ul li:hover ul li {
display:block;
}
/*      //////////// hasta aqui segundo submenu   */