.cdkFocus{
background: #e37f0d;
color:#000;
font-weight: bold;
}
.Jornada{
background: #f33e60;
}
.Clasificacion{
border: thin dashed #002b3d;  
background: #000;
}
.header{
background: #ca501f;
}
.even{
background: #e2f9f9;
}
.odd{
background: #9efd9e;
}
/* header */
#header {
    background: #ffffff;
    border-bottom: thick solid #002b3d; 
    border-left: thin solid #002b3d;
    border-right: thin solid #002b3d;    
}


/* tabs */
#nav-main-hook {
    /*background: #ffffff;*/
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: lowercase;*/
    font-family: sans-serif;
    /*max-width: 90%;*/
    
}
 #nav-main{
margin: 0;
  padding: 0;
  display: block;
    background: #eae8e3;
    margin-top:10px;
     margin-left:5px;
     padding-left:5px;
     border: thin solid #002b3d;  
  }

#nav-main li { 
    display: inline;
    padding: 0 1em 0 0;
}

#nav-main li a {
    font-weight: bold;
    color:#000;
}

#nav-main li a:hover {
    text-decoration: underline;
    color:#000;
}

#nav-main li a.base-selected:before {
    content: "[ ";
}

#nav-main li a.base-selected:after {
    content: " ]";
}

/* menu */
#leftbar {
    min-width: 15%;
    max-width: 25%;
    float: left;
}
#nav-section li.pagegroupselected{
background: #ca501f;
padding:2px;
margin:2px;
}
#nav-section li.pagegroupselected ul{
background: #e37f0d;
}
#nav-section li.pagegroupselected ul li {
border-bottom: thin solid #ca501f;
}
#nav-section li.pagegroupselected ul li li{
border-bottom:none;
}
#nav-section li.pagegroupselected ul li:last {
border-bottom: none;
}
#nav-section {
    /*background: #eae8e3;*/
    border: thick dashed #002b3d;  

     color: #ffffff;
font-weight: bold;
background: #e37f0d;
  /*  border: thin dashed #565248;*/
    margin-bottom: 2px;
}

#nav-section ul {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
}

#nav-section li.pagegroup ul {
    list-style: none;
}

.menupagetitle {
    color: #fff;
    display: inline;
    font-weight: bold;
    background: #ca501f;
}

.menupagetitle:before {
    content: "[ ";
}

.menupagetitle:after {
    content: " ]";
}

/* The actual content */
#content {
    margin-left: 18%;
    padding: 0 20px 0 20px;
}

/* footer */
#footer {
font-weight: bold;
    text-align: center;
    font-style: italic;
    font-size: 10px;
    background: #ca501f;
    color: #ffffff;
    padding: 2px;
    clear: both;
    border-top: thick solid #002b3d;
  /*  border-bottom: thick solid #002b3d;*/
}

#footer a {
    color: #9db8d2;
}
.note,  .warning, .fixme{
border: 1px solid #000;
 margin: 1em 3em;
}

/* note */
.note {
    border: 2px solid #013397;
    background: #b3d3fd;
}

.note .label, .warning .label, .fixme .label {
    font-weight: bold;
    font-size: large;
    text-align:center;
    padding: 5px 10px;
    color:#fff;
}

/* warning */
.warning {
 border-color: #990000;
}

.warning .label {
    background: #cc0000;
}
.warning .content, .note .content{
line-height:120%;
font-size:0.9em;
padding: 5px 10px;
}
.warning .content {
    background: #fff0f0;
}
/* link to alternate formats */
#export-link {
padding-right:5px;
    text-align: right;
    display: inline;
    float: right;
}

/* search box */
#search-input {
    padding-left: 10px;
    padding-top: 10px;
    border-top: 4px groove #bab5ab;
}

#search-input form input {
    width: 90%;
}

div.searchbox-input form input {
    display: block;
}

/* header */
#branding-tagline-name {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    /*text-transform: lowercase;*/
    background: #ca501f;
    color: #ffffff;
    padding-top: 10px;
    padding-left:5px;
   /* border-left: thick solid #002b3d;*/
}

#branding-tagline-tagline {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
   /* text-transform: lowercase;*/
    background: #e37f0d;
    color: #ffffff;
    /*padding-bottom: 10px;*/
    border-top: thick solid #002b3d;
   /* border-left: thick solid #002b3d;*/
    padding-left:5px;
}

#logo 
{
height:90%;
        /*padding:5px;*/
	float: right;
}
#logo img
{
	border-left: thick solid #002b3d;
	border-bottom: thick solid #002b3d;
	border-right: 2px solid #002b3d;
}
.logoInline{
 border: thick solid #002b3d;
}
#tag
{
	min-height: 110px;
	background-color: #e37f0d;
	/*border-top: thick solid #002b3d;   */
	/*border-left: thin solid #002b3d;   
	background-color: #002b3d;*/
	/*padding: 5px;*/
}

/* abstract */

div.abstract {
    font-style: italic;
}

/* container */
#container {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-top: thick solid #002b3d;
    border-bottom: thick solid #002b3d;
    border-left: thin solid #002b3d;
    border-right: thin solid #002b3d;
    background: #ffffff;
}

/* page */
#page {
    padding: 10px;
}    
#nav-section a{
color: #fff;
}
#nav-section li.menuitem:hover {
background: #ca501f;
}
#nav-section div.menupageitem:hover {
background: #ca501f;
}
/* HTML elements */
a {
    color: #013397;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

body {
    color: #000000;
    font-family: sans-serif;
    background: #eae8e3;
    font-size: 12px;
}

pre {
 /* width: 100%;*/
  font-weight: bold;
    /*background: #eae8e3;*/
   
   /* border-top: thick dashed #002b3d;
    border-bottom: thick dashed #002b3d;
    font-family: monospace;*/
     /*font-style: italic;*/
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
pre.code{
  color: #ffffff;
  background: #ca501f;
   border: thick dashed #002b3d;
}
.codefrag{  
color: #ffffff;
font-weight: bold;
margin:2px;
padding:1px;
background: #e37f0d;
border: thin dashed #002b3d;
}

img {
    border: 0;
}

h1 {
    font-size: 18px;
    margin: 4px 0 4px 0;
}

h2 {
    font-size: 16px;
    margin: 4px 0 4px 0;
}

h3 {
    font-size: 14px;
    margin: 4px 0 4px 0
}