﻿	/* Estilo de la web */ 

body{
    margin: 0;
    font-size: 10pt;
    font-family: verdana, arial;
    color: #333; /*gris*/
}

#body {
    border-top: 1px white solid;
}

#content {
    max-width: 710px;
    min-width: 500px;
    padding-left: 5px;
    text-align: justify;
}

#content h1 {
    font-size: 18pt;
}

#content ul li {
    list-style: normal;
    padding-bottom: 10px;
    list-style-image: url(images/flecha.gif);
    list-style-type:none;
}

#content .photo .atrib {
    font-size: 8pt;
    text-align: right;
    padding-right: 20px;
    color: #888;
}

.important {
    font-weight: bold;
    color: red;
}

.underconstruction {
    font-style: italic;
    color: #944d4d;
}

div.logos {
    clear: left;
    /*padding-left: 340px*/
    padding: 15px 15px 0 20px;
}

div.logos img {
	padding: 10px;
	border: none;
}

div.logos2 {
    clear: right;
    float: right;
    /*padding-left: 340px*/
    padding: 5px 15px 0 20px;
}

div.logos2 img {
	padding: 10px;
	border: none;
}

#content table {
    text-align: left;
}

#content td.special {
    background-color: #f2dbdb;
}

#content td.session {
    background-color: #eaf1dd;
}

#content td.poster {
    background-color: #c2d69b;
}

#content td.coffee {
    background-color: #c4bc96;
}

#content td.registration {
    background-color: #dbe5f1;
}

#navigation {
    float: left;
    width: 235px;
/*    border-right: 25px;*/
}

#navigation .menu .selected {
/*    font-weight: bold;*/
    color: black;
}

#navigation ul.menu {
    min-height: 420px;
    margin: 0;
    /*border-right: 25px;*/
    padding: 0px 15px 0 20px;
    font-weight:bold;
    background: url(images/menu3.png) top no-repeat;
}

#navigation ul.relevant {
    min-height: 40px;
    margin: 0;
    border-right: 25px;
    padding: 15px 15px 0 20px;
    font-weight:bold;
    background: url(images/separador2.jpg) top no-repeat;
}

#navigation ul li {
    /*list-style-image: url(/images/iconFlecha5.gif);*/
    padding-top: 10px;
    list-style-type: none;
}

#navigation ul ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    font-weight:normal;  
}

#navigation ul ul a {
    margin: 0;
    padding: 0;
/*    color:black; */
}

#navigation ul ul li {
    list-style-image: none;
    list-style-type:none;
    color:black;
}

#navigation h2 {
    font-weight:bold;
}

#content ul span{
    vertical-align:top; 
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

span.date {
    color: #888;
    padding-right: 10px;
}

a {
    text-decoration: none;
    color: #6d3407 ;
}

a:visited {     
    /*text-decoration: none; */
}

a:hover {
    text-decoration: underline;     
}

strong {     
    font-weight: bold; 
}  

td {
   vertical-align: top;
}

a img{
    border:none;
}

