/* coses generiques */

body,table {
    margin: 0;
    padding: 0;
    font-family: arial;
    font-size: 10pt;
    background-color:#dadada;
}


#capaPresentacio{
        position:relative;
        left:0;
        top:5px;
	height:170px;
	width:900px;
        background-image: url(/docroot/aulesempresa/imgs/banner_aules.jpg);
        background-position: 0px 20px;
        background-repeat: no-repeat;
	margin-bottom:30px;
}

#tot{
    margin-left:auto;margin-right:auto;padding:0;position:relative;width:900px;
    background-color:white;
}

a img {
    border:0px;
}


a {
    text-decoration: none;
    color: black;
}

a:hover {
    color:#4F4F4F ;
}


h1 {
    font-size:180%;
    margin-top:0;
    font-weight: bold;
    color: #669CBE;
}  

h2 {
    font-size:140%;
    font-weight: bold;
    color: #669CBE;
}

h3 {
    font-size:110%;
    font-weight: bold;
    color: #669CBE;
    padding-bottom:0px;
    margin:0px;
}

table {
    border: 0px;
    background-color: transparent;
}

#portada ul {
    margin-top:1em;
}

.titol {
    color: gray;
}

#cos p {
    margin:0px;
    margin-bottom:1em;
    margin-left:1em;
}

#cos .programes p {
    font-weight: bold;
}

#capaPresentacio table{
    border: 0;
}

.data {
   font-size:80%;
   color: #9A9A9A;
}

/* menu */

#menu {
    font-size:100%;
    position: absolute; 
    top: 200px; 
    left: 0px;
    font-weight:bold; 
    color:#4F4F4F;
    width:14em;
}

#menu a:hover {
 color: #9A9A9A;
}

#menu ul {
list-style-image:none;
list-style-type:none;
margin:0;
padding:0 0 1em 1em;
}

#menu a {
 text-decoration:none;
 font-weight: bold;
 _background-image: url(../imgs/linia.gif);
 _background-repeat: no-repeat;
 _background-position: center bottom;
 _padding-left: 15px;
}

#menu li a {
display:block;
padding-bottom:7px;
padding-top:7px;
text-decoration:none;
}

#menu ul.level2 li {
  border-bottom:1px solid #dadada;
}

#menu ul.level2 strong a,#menu ul.level2 li.trail a{
 color:#669CBE; 
 _background-image: url("http://www.aulesempresa.upc.edu/anteriors/2007/imatges/puntBlau.jpg");
}


.margeamunt {
    background-image: url("http://www.aulesempresa.upc.edu/anteriors/2007/imatges/marge_1.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

#cos {
    margin-left:16em;
    margin-right:2em;
    _margin-top:200px;
    margin-bottom:2em;
    _position:absolute;
    min-height:500px;
}

#portada {
    margin:0px 10px 0 250px;
}


.margeavallesquerra {
    background-image: url("http://www.aulesempresa.upc.edu/anteriors/2007/imatges/marge_2i.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
    padding:10px;
}

.margeavall {
    background-image: url("http://www.aulesempresa.upc.edu/anteriors/2007/imatges/marge_2.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding:10px;
}

#capaLogo {
 position:absolute;
 top:20px;
 left:20px;
 visibility:show
}

#capaMenu2 {
 position:absolute;
 top:165px;
 left:30px;
 visibility:show
}
#capaMenu {
 position:absolute;
 top:165px;
 left:5px;
 visibility:show; 
}
#empreses {
 position:relative;
 margin-lef:80px;
}

#Organitza {
 _position:absolute; 
 _margin:200px 0 5px 20px;
 display:none;
}

#Mailto {
 _float:right;
 _padding-right:1em;
 display:none;
}

#FIB {position:absolute;top:50px;left:11px;visibility:show}
#Telecos {position:absolute;top:30px;left:62px;visibility:show}

/* horaris */

.capcalera {background-color:#669CBE;color:white;font-weight:bold}
.empresa {font-weight: bold}
.taula_horaris td {border: 1px solid #dadada; padding:4px}
.taula_horaris {border-collapse: collapse}

#peu {
  padding:1em;
  border-top: 1px solid #dadada;
  text-align:center;
  clear:both;
}
#peu div {
  font-size:80%;
}

.empreses .empresa .logo {
  display: block;
  height: 50px;
  _width: 119px;
}

.empreses .empresa {
  text-align:center;
  height:100px;
  width:50%;
  float:left;
}

.taula_horaris .empresa {
 white-space: nowrap; 
}

/* retocs als CSS per temes d'accessibilitat */

#text_portada {position:relative}
#presentacio {width:49%}
#noticies {float:right;width:49%}
#noticies h2 {margin-top:0;padding-top:0;}
.empresa img {display:block; margin-right:auto;margin-left:auto;}
.empresa {text-align:center;}
dl {margin-left:1em;}
dt {font-weight:bold;color:#669CBE;font-size:120%}
dd {font-weight:bold;margin-bottom:1em;}
th {background-color:#669CBE;color:white}
.taula_horaris .hora {width:10%}
.taula_horaris th, .taula_horaris td {width:18%}
.taula_horaris {margin-right:auto;margin-left:auto}

/* Versio per imprimir */
@media print {
	#menu {
		display: none;
	}

	#capaPresentacio{
		display: none;
	}

	#cos {
		margin-left: 0em;
		margin-right: 18em;
		margin-bottom:2em;
		min-height:500px;
	}
}