/* CSS Document */
body {
background-color:#FFFFFF;
background-image:url(../images/fondo_body.jpg);
background-position: top right;
background-repeat:no-repeat;

font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
}

/*ENLACES*/
a:link {
color: #000000;
font-weight:bold;
text-decoration:none;
}


a:visited {
color: #000000;
font-weight: bold;
text-decoration:none;
}

a:hover {
color:#3F6340;
font-weight: bold;
text-decoration:none;
}

/*TABLAS*/
table {
background-color:#FFFFFF;
border:1px solid #000000;
margin-left : auto;
margin-right : auto;
}

caption {
background-color:#455F61;
color: #FFFFFF;
font-size:1.2em;
margin-left : auto;
margin-right : auto;
}

td {
background-color:#FFFFFF;
border: 1px solid #0B79A9;
color:#000000;
vertical-align:top;
}

table.calendar td {
width: 12%;
}

table.picture td {
border-width: 0px; /*borde invisible*/
}

.regularpaper {
background-color: #A3DEF3;
font-weight: bold;
}

.shortpaper {
background-color: #CBEE92;
font-weight: bold;
}

.poster {
background-color: #F4CD60;
font-weight: bold;
}

/*IMAGENES*/
img {
border-width: 0px;
}

ul.separado li {
margin-bottom: 1%;
}

/*TABLE OF CONTENTS*/
table.fee {width:90%;}
ul#toc {list-style:none;width:90%; padding-left:2%;}
#toc li {background:url(../images/dot.gif) repeat-x 0 1em;}
#toc li a {float:right;background:white;padding: 0 4px 0 0;}
#toc li span {float:left;background:white; padding 0 0 0 4px;}
#toc li br {clear:both;}
