img.centrado {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.centrado {
    text-align: center;
}

body {
    font-family: arial;
    font-size: small;
}

/* Marco izquierdo *********/

#izq {
    background: #6daeff url(../images/fondo_menu.png) repeat-y scroll top;
    margin: 0;
}

/* Marco derecho ***********/

#der {
    background: white url(../images/fondo.png) repeat-y scroll left;
    margin: 1em;
}

/* Menú ********************/

ul.menu {
    list-style-type: none;
    height: 100%;
    padding: 0;
    margin: 0.5em 0;
    /*border-top-width: 1px;
    border-top-style: solid;*/
}

ul.menu li {
    display: block;
    height: 100%;
    padding: 1px;
    width: 150px;
    margin: 0;
    float: left;
}

ul.menu li a {
    float: left;
    display: block;
    height: 100%;
    width: 150px;
    padding: 0.3em 5px 0.3em 5px;
    border: 1px solid #bad9ff;
    background-color: #87bdff;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

ul.menu li a:hover {
    /*background-color: white;*/
    color: #ffcccc;
    border: 1px solid white;
    /*background: #6daeff url(../images/fondo_menu_selec.png) repeat-y scroll right;*/
}

ul.menu li a.selec {
    font-weight: bold;
}

ul.menu li a img {
    border: none;
    margin-left: 5px;
}

/* Contenido ***************/

#der h1 {
    font-size: 16px;
    font-family: arial;
    color: white;
    background: #6daeff url(../images/fondo_titulo_seccion3.png) no-repeat scroll left;
    height: 25px;
    width: 570px;
    padding-left: 10px;
    clear: left;
}

#der h2 {

    font-size: 13px;

    font-family: arial;

    color: white;

    background: #6daeff url(../images/fondo_titulo_seccion3.png) no-repeat scroll left;

    height: 25px;

    width: 570px;

    padding-left: 10px;

    clear: left;
}

#der a {
    color: #ff1919;
    font-weight: bold;
    text-decoration: none;
}

#der a:hover {
    color: #ff1919;
    font-weight: bold;
    text-decoration: underline;
}

#der a.linktextbold {
    font-weight: bold;
}

#der a.linktextnormal {
    font-weight: normal;
}

#der a:hover.linktextnormal {
    font-weight: normal;
}

#der #colaboradores li {
    display: block;
    float: left;
    width: 150px;
    margin: 5px 5px 25px 5px;
    list-style-type: none;
    text-align: center;
}

table.programa {
	border: 1px light-gray;
}

table.programa th {
	border: none;
	padding: 3px;
	background-color: lightgray;
}

table.programa td {
	border: none;
	padding: 3px;
}

table.programa td.cafe {
	background-color: #cec;
}

table.programa td.comida {
	background-color: #ceb;
}

table.programa td.actividad {
	background-color: #dce;
}

table.programa td.organizacion {
	background-color: #ecd;
}

table.programa td.alt {
	background-color: #edc;
}

table.programa td.mesa {
	background-color: #cee;
}

table.programa td.sesion {
	background-color: #eec;
}

table.programa td.hora {
	border-bottom: 1px lightgray solid;
}

div.patrocinadores img {
	padding: 5px;
}

/* Barra lateral derecha ***/

#barra-der {
    float: right;
    clear: none;
    width: 160px;
    margin-left: 20px;
    margin-right: 20px;
}

#barra-der h1 {
    font-size: 16px;
    font-family: arial;
    color: white;
    background: #6daeff url(../images/fondo_titulo_seccion_corto.png) no-repeat scroll left;
    height: 25px;
    width: 140px;
    padding-left: 10px;
}

a img {
    border: 1px solid white;
    text-decoration: none;
}

a:hover img {
    border: 1px solid #ff1919;
    text-decoration: none;
}

a img.sinborde {
    border: none;
}

a:hover img.sinborde {
    border: none;
}

#der img.incrustada {
    float:left;
    clear: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#der h1 img.estrella {
    vertical-align: top;
}

.new {
	color: red;
}

