
/******

MOVIDO a default-master.ccs para eliminar una petición 

*******/

/**********************************************************************
/* Site-Wide/Master Templates
/**********************************************************************/

/* BODY tag */

body {
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: white;
  margin: 0px;
}


/* Site Header */

#site-header {
    font-size: 85%;
    padding: 0.2em; 
    text-align: center;
}

#site-header .system-name {
    float: left;
    text-align: left;
}

#site-header .system-name a {
  text-decoration: none;
}
#site-header .system-name a:hover {
  text-decoration: none;
}

#site-header .users-online {
  display: inline;
  float: right;
  padding-right: 2em;
}

#site-header .user-greeting {
  display: inline;
}

#site-header .permanent-navigation {
  display: inline;
  float: right;
}

#site-header .action-list a { 
  text-align: center; 
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}
#site-header .action-list a:hover { 
  text-decoration: none;
  background-color: #f0f0f0;
  border: solid 1px #999999;
}

/* User Messages */

#user-message {
    background-color: #FCE94F; 
    padding: 8px;
    font-size: 90%;
    border: 2px solid #A40000;
    text-align: center;
    margin: auto;
    width: 60%;
}

#user-message ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
} 

#user-message ul li {
    margin-left: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
}


/* Boxed User Message */

.boxed-user-message {
    background-color: #FCE94F; 
    padding: 8px;
    font-size: 85%;
    border: 2px solid #A40000;
    text-align: center;
    margin: auto;
    width: 75%;
}

.boxed-user-message h3 {
  color: #990000;
  margin-top: 0px;
}


/* Context Bar */

#context-bar {
    clear: both;
    font-size: 90%;
    margin: 0.1em auto;
    border-top: 1px dotted #016799;
    border-bottom: 2px solid #016799;
    padding-left: 0.2em;
    background-color: #eaf2ff; 
}
#context-bar #breadcrumbs {
    clear: left;
    float: left;
    padding: 0.1em;
}
#context-bar #breadcrumbs ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
} 
#context-bar #breadcrumbs ul li {
    margin-left: 0;
    padding-left: 0.1em;
    display: inline;
    border: none;
    list-style: none;
}
#context-bar #navlinks {
    float: right;
    margin: 0.2em;  
    text-align: right;
}


/* Subsite Name */

#subsite-name { 
  font-weight: bold; 
  font-size: 120%;
  padding-left: 8px;
    width: 30%;
}
a.subsite-name {
  color: black;
  text-decoration: none;
}
a.subsite-name:hover {
  color: black;
  text-decoration: none;
}

#page-body {
  margin-left: 8px;
  margin-right: 8px;
}

/* Site Footer */

#site-footer {
    clear: both;
    border-top: 1px solid #ccc;
    font-size: 85%;
    margin-top: 0.2em;
    padding: 0.2em;
    text-align: right;
}

#site-footer ul {
  display: inline;
  margin-left: 0;
  padding-left: 0;
  border: none;
}

#site-footer ul li {
  margin-left: 0;
  padding-left: 10px;
  border: none;
  list-style: none;
  display: inline;
}

#site-footer .action-list {
  float: left;
}

/**********************************************************************
/* General navigation
/**********************************************************************/

/* First level tabs */

#navbar-div {
  border-bottom: 2px solid #016799;
}
#navbar-container {
  height: 2em;
  position: relative;
}
#navbar { 
  position: absolute;
  height: 2em;
  margin: 0px;
  padding: 0em;
  left: 10px;
  bottom: 2px;
  margin-top: 10px;
  font-size: 90%;
}
html>body #navbar { bottom: 0px }

#navbar .tab { 
    height: 1.3em;
    float: left; 
    border: 1px solid #729fcf;
    padding: 0.2em;
    margin: 0.2em 0.4em;
    text-align: center;
    background-color: #eaf2ff; 
}

#navbar .tab a {
    text-decoration: none;
    color: black;
}

#navbar .tab:hover {
    background: white;
}


#navbar #navbar-here { 
    border: 2px solid #016799;
    border-bottom-color: white;
    background: white;
    font-weight: bold;
}

#navbar-body { 
    border-right: 2px solid #016799;
    border-bottom: 2px solid #016799;
    border-left: 2px solid #016799;
    background-color: white;
    clear: both;
    padding: 1em 1em 0.75em 1em;
}

#navbar-body h1 {
    border-bottom: 1px solid #000000;
}


/* Second level tabs */

#subnavbar-div {
  border-bottom: 1px solid #666;
}
#subnavbar-container {
  height: 35px;
  width: 742px;
  position: relative;
}
#subnavbar {
  position: absolute;
  width: 720px;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  right: 0px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
html>body #subnavbar { bottom: 0px }

#subnavbar .tab { 
  height: 16px;
  float: left; 
  background-color: #eeeeee; 
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#subnavbar a {
  text-decoration: none;
  color: black;
}
#subnavbar a:hover {
  text-decoration: underline;
}
#subnavbar #subnavbar-here { 
  border-bottom-color: white;
  background-color: white;
}
#subnavbar #subnavbar-here a {
  color: black;
}


#subnavbar-body { 
  border-bottom: 1px solid #016799;
  border-left: 1px solid #016799;
  border-right: 1px solid #016799;
  background-color: white;
  clear: both;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}



/**********************************************************************
/* Widgets
/**********************************************************************/


/* Various forms of links */

.action-list { 
  padding: 0;
}

.action-list ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}
                
.action-list ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

a.refresh {
  color: white;
  text-decoration: underline;
}
a.refresh:hover {
  color: red;
  text-decoration: underline;
}

a.button { 
  font: 85% arial;
  border: solid 1px black;
  background-color: #e1e1e1;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
}
a.button:link { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:hover { 
  text-decoration: none;
  background-color: #ccc;
  border: solid 1px black;
}
a.button:active { 
  text-decoration: none;
  border: solid 1px black;
}

a.admin:link, a.admin:visited {
  color: #f00;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
}

a.admin:hover { 
  color: #fff; 
  background: #f00;
}


ul.action-links li {
  list-style: circle url(/resources/acs-subsite/action-link-marker.png);
  margin: 8px;
  margin-left: -16px;
}

div.subsite-context-bar {
  font-size: 85%;
  margin-bottom: 4px;
  position: relative;
}



/* Text Styles */

h1 {
  font-size: 120%;
  margin-bottom: 12px;
}
h2 {
  font-size: 115%;
  margin-bottom: 12px;
}
h3 {
  font-size: 110%;
  margin-bottom: 12px;
}
h4 {
  font-size: 105%;
  margin-bottom: 12px;
}

.small {
  font-size: 85%;
}

.highlight { 
  background-color: #ffc; 
}


/* Portlets */

.portlet-wrapper {
  border-right: 2px dotted #729fcf; 
  border-top: 0px; 
  padding: 0.5em 0.3em;
}


.portlet-header {
  text-align: center;
}

.portlet-header title {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet-header h2 {
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet h2 {
  background: #dddddd; 
  padding: 2px 8px 2px 8px; 
  margin: 0;
}

.portlet .portlet-body {
  border: 1px dotted #999; 
  border-top: 0px; 
  padding: 6px 8px 6px 8px;
}





/* Generally Available Tabs */

#tabs-div {
  border-bottom: 1px solid #666;
}
#tabs-container {
  height: 15px;
  position: relative;
}
#tabs { 
  position: absolute;
  height: 21px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  left: 10px;
  bottom: -2px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  font-size: 80%;
  font-weight: bold;
}

html>body #tabs { bottom: 0px }

#tabs .tab { 
  height: 16px;
  float: left; 
  background-color: #cccccc;
  border: 1px solid #666;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
}
#tabs .disabled { 
  color: #999999;
}
#tabs a {
  text-decoration: none;
  color: black;
}
#tabs a:hover {
  text-decoration: underline;
}
#tabs #tabs-here { 
  border-bottom-color: #f6f6f6;
  background-color: #f6f6f6;
}
#tabs #tabs-here a {
  color: black;
}

#tabs-body { 
  border-bottom: 1px solid #016799;
  background-color: #f6f6f6;
  clear: both;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

ul.compact {
 margin: auto;

}

ul.compact li{
 list-style: none;
 padding: 0.1em;
 display: inline;
}

ul.compact li a {
 
  border: 1px solid #016799;
  background-color: #f6f6f6;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

ul.compact li a:hover {
  font-size: 110%;
  text-decoration: bold; 
}

/* Clases que he ido añadiendo */

.odd {
    background-color:#EEEEEC;
    border:2px solid #3465A4;
    margin:0.8em;
    padding:1em;
}

.even {
    background-color:#D3D7CF;
    border:2px dotted #3465A4;
    margin:0.8em;
    padding:1em;
}

.numero {
    color: #800000;
    font-size: 120%;
    margin: 0.3em;
}
    

