body {
	background: white;
	color: #1D444B;
	margin: 0;
	padding: 0;
	font: 100%/1.7 Arial, Verdana, Helvetica, Geneva, sans-serif;
}
#header {
	color: White;
	background: #1D444B;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header a, #header a:link, #header a:visited {
	color: #feebaa;
	background: #1D444B;
	text-decoration: none;
}
#header a:hover , #header a:active {
	color: #feebaa;
	background: #1D444B;	
	text-decoration: none;	
}
p.subtitle {
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 80%;
    float: left;
    margin: 1em 0 0 2.5em;
    line-height: 1.1em;
}
p.change-language {
    position: absolute;
    top: 0;
    right: 2em;
    font-weight: bold;
    font-style: italic;
}
#header p.change-language a, 
#header p.change-language a:link,
#header p.change-language a:visited{
	color: #E6EACD;
	background: #1D444B;
}
#header p.change-language a:hover , 
#header p.change-language a:active {
	color: #fff;
	background: #1D444B;	
	text-decoration: none;
}
* html p.subtitle {
    float: left;
    margin: 0.5em 0 0 1.5em;
}
.invisible {
	display: none;
	visibility: hidden;
}
#container {
	color: white;
	background: #1D444B;
	clear: right;
}
a, a:link, a:visited {
    color: #005A9C;
    background: #fff;
}
a:hover, a:active {
	background: #feebaa;
	color: #1D444B;
}
kbd {
    border: 1px #E6EACD solid;
    padding: 0 1em 0 1em;
}
p + p {
    margin-top: -1em;
}
form p + p {
    margin-top: 0;
}
/*  =============================================================
    The main content (without sponsorship, menu, header, or foot)
    =============================================================
*/ 
#content {
	color: #1D444B;
    margin: 0 13em 0 0;
    padding: 0 2em 2em 2em;
    background: #fff url("http://www.w3c.es/Eventos/2007/eGov/img/borde-tl.jpg") no-repeat right top;
}
* html #content {
    margin: 0 15em 0 0;
    padding: 0 2em 2em 2em;
}
#foot-box-filled {
   background: #1D444B;
   color: white;
}
#foot-box {
   background: #fff url("http://www.w3c.es/Eventos/2007/eGov/img/borde-bl.jpg") no-repeat right top;
   color: #1D444B;
   margin: 0 13em 0 0;
   height: 48px;
   min-height: 48px;
   max-height: 48px;
   padding:0;   
}
* html #foot-box {
   margin: 0 15em 0 0;
}
#navigation {
    top:0;
    height: 55px;
    min-height: 55px;
    float: right;
    margin: 0;
    padding: 0 1em 0 1em;
    background: #1D444B url("http://www.w3c.es/Eventos/2007/eGov/img/doble-borde.png") no-repeat left bottom;
    color: #fff;
    clear: none;
}
#navigation li {
	list-style: none;
	display: inline;
	margin: 0 0.8em 0 0.8em;
}
* html #navigation ul {
	margin: 0.5em 1em 0 1em;
}
#navigation a, #navigation a:link, #navigation a:visited {
	color: #E6EACD;
	background: #1D444B;
	text-decoration: none;
    font-weight: bold;	
}
#navigation a:hover , #navigation a:active {
	color: #fff;
	background: #1D444B;	
	text-decoration: none;
}
#navigation .active-link {
    color: #567278;
    background: #1D444B;
    font-weight: bold;
}
h1 {
    margin: 0;
    padding: 0 0 0.5em 1em;
}
h2 {
    clear: left;
    margin-top: 0;
}
* html h2 {
    margin-top: 0;
}
h3 {
    margin-bottom: 0;
}
h3 + p{
    margin-top: 0;
}
.right {
    float: right;
}
.center {
    text-align: center;
}
address, dl {
    padding: 0 0 0 1em;
    border-left: 2px #E6EACD solid;
}
a img {
    border: none;
    text-decoration: none;
}

.image {
    border-right: 3px solid rgb(255, 255, 255);
	 padding-top: 0.1em;
	 padding-right: 0.3em;
	 float: left;
}


/* Tables */
table {
    width: 99%;
}
* html table {
    width: auto;
}
table caption {
    display: none;
    visibility: hidden;
}
table tbody tr td:first-child {
    background: #E6EACD;
    color: black;
    width: 7em;
    text-align: center;
    padding: 0;
}
table tbody tr td {
    background: #C4C9A2;
    color: black;
    padding: 0 1em 0 1em;
}
table tbody tr td a, table tbody tr td a:visited, table tbody tr td a:link{
    background: #C4C9A2;
    color: black;
}
table tbody tr td a:hover, table tbody tr td a:active{
	background: #feebaa;
	color: #1D444B;
}
table td[colspan="2"] {
    font-style: italic;
}
table tbody tr.coffee td {
    background: #E6EACD;
    color: black;        
}
#foot {
	color: White;
	background: #1D444B;
	margin: 0 0 0 0;
	padding: 1em;
}
#foot a, #foot a:link, #foot a:visited {
	color: White;
	background: #1D444B;
	font-weight: bold;
}
#foot a:hover, #foot a:active {
	color: black;
	background: #E6EACD;
	font-weight: bold;
	text-decoration: none;
}

.tecInfo-left {
    float: left;
    margin-left: 1em;
}
.tecInfo-right {
    float: right;
    margin-right: 1em;
}
p#conformance-logos {
    text-align: center;
    margin-right: 13em;
    height: 80px;
    vertical-align: middle;
    line-height: 80px;
}
p#conformance-logos a img{
    vertical-align: middle;
    line-height: 80px;    
}
#conformance-logos a, 
#conformance-logos a:link, 
#conformance-logos a:visited , 
#conformance-logos a:hover, 
#conformance-logos a:active {
	color: #fff;
	background: #1D444B;	
	text-decoration: none;
}

#sponsorship {
    width: 13em;
    max-width: 13em;
    min-width: 13em;
    float: right;
    clear: right;
    padding: 3em 0 0 0;
    text-align: center;
    margin: 0 1em 0 0;
}
#sponsorship dl {
    font-size: 80%;
    font-style: italic;
    padding:0;
    border: none;
}
#sponsorship dt {
    width: 160px;
    display: block;
    text-align: center;
}
#sponsorship dd {
    width: 160px;
    display: block;
    text-align: center;
    line-height: 0.5em;
}
#sponsorship a {
    background-color: #1D444B;
    color: #fff;
}
* html #sponsorship dd {
    margin:0;
    padding:0;
    background-color: #1D444B;
    color: #fff;
}
#sponsorship dd.promoter {
	color: black;
	background: #1D444B;
}

dt {
	font-size: 1.2em;
	margin-top: 10px;
}

.filled {
    background: #fff;
    color: #1D444B;
    height: 20em;
}

h4 {
	margin: 1em 3em;
	padding: 0.5em 1em;
	background-color: #F8F8E5;
	color: #383840;
	border: 1px #383840 dotted;
}
div.day {
    border-top: 2px #1D444B solid;
    
}

.thumbnail {
    font-size: 90%;
    display:block; 
    float:left; 
    width:160px; 
    height:200px; 
    margin: 0.5em 0.5em; 
    text-align:center;
}
.album {
    max-width: 700px;
    margin: 0 auto;
}
* html .album {
    width: 550px;    
}
.thumbnail a {
    border: 0;
    text-decoration: none;
}
.thumbnail img {
    border: 1px #555 solid;
}

