/* Default Stylesheet */


/** MAIN CONTAINERS **/
div#container {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

body.fullwidth div#container {
    width: 100%;
}
body {
    color: #333;
    background: #eee;
    font-size: .9em;
    text-align: center;
}

div#header {
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 0 2px 0;
}
div#header-in {
    padding: 0px;
    background: #3b6ead;
}

div#content-wrap {
    padding: 10px 0;
}
div.content {
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 0 2px 0;
}
div.rlcol div.content 	{
    margin: 0 60px;    /* Controlamos el ancho de la parte central*/
}
div.content-in {
    padding: 10px;
    background: no-repeat bottom right url("../images/fondoCerebro.png");
}

div.column {
    width: 50px;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
}
div.column-in {
    padding: 2px;
    height: 502px;
    border-top: thin #3b6ead dashed;
    border-bottom: thin #3b6ead dashed;
    background: url("../images/fondoOsoMadrono.png");
}

div.rlcol div.cleft 	{ float: left; }				/* three column left */
div.rlcol div.cright 	{ float: right; }				/* three column right */



div#footer {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-width: 0 2px 2px 0;
}
div#footer-in {
    padding: 2px;
    color: #fff;
    background: #3b6ead;
}

#copyrigth {
    font-style: italic;
    font-size: 0.8em;
    color: white;
}

#lastUpdate {
    float: right;
    color: white;
}

#webAuthor {
    float: left;
    color: white;
}

.tituloPagina {
    font-size: large;
    text-align: center;
    color: #3b6ead;
    border-bottom: thin dotted #0a9a39;
    margin-bottom: 1em;
}

.colorAzul {
    color: #3b6ead;
}
.colorVerde {
    color: #0a9a39;
}

.bgAzul {
    background-color: #3b6ead;
}
.bgVerde {
    background-color: #0a9a39;
}
.bgAmarillo {
    background-color: #e7ec23;
}
.bgBlanco {
    background-color: #fff;
}

h4.tituloCuadro {
    width: 100%;
    margin: auto;
    text-align: center;
    color: #3b6ead;
}

p.parrafoInicio {
    text-indent: 0.5em;
    text-align: justify;
}
p.parrafoInicio:first-letter {
    color: #3b6ead;
    font-size: xx-large;
    font-family: Times, serif;
}


.articulo {
    font-size: medium;
    font-style: oblique;
    text-indent: 1em;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

p.indentado1 {
    text-indent: 1em;
    margin-left: 1em;
}
p.indentado2 {
    text-indent: 2em;
    margin-left: 2em;
}

fieldset {
    margin-top: 1em;
    border: solid 1px #3b6ead;
    padding: 1em;
    font-size: inherit;
}
fieldset legend {
    color: #3b6ead;
    font-style: italic;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    border-left: solid thick #3b6ead;
    border-right: solid thick #3b6ead;
}

ul {
    margin-left: 2em;
    font-size: inherit;
    list-style-type: disc;
    color: green;
}

ol {
    margin-left: 2em;
    font-size: inherit;
    list-style-type: lower-alpha;
}

#nombreCongreso {
    text-align: center;
    font-size: 20px;
    font-variant: small-caps;
    font-style: italic;
}

#fechaCongreso {
    text-align: center;
    font-size: 16px;
}

h2 {
    margin-top: 1em;
    font-size: 18px;
    color: navy;
}

.tituloPonencia {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
    font-weight: bolder;
    font-variant: small-caps;
    color: #696;
}

.tituloSubPonencia {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
    font-weight: bold;
    color: #696;
}

.tablaFondo {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0.5em;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.tablaFondo th {
	padding: 0.2em;
	font-weight: bold;
	font-size: inherit;
    background: #696;
	color: #fff;
    text-align: center;
}
.tablaFondo tr:hover td {
	background: #ded;
	color: #339;
}
.tablaFondo td {
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #eee;
}
.tablaFondo tfoot td {
	font-size: 11px;
}
.tablaFondo tbody td {

}


.divParticipant {
    margin-top: 1em;
}

.participantName {
    font-size: 1.2em;
    font-weight: bold;
    color: #669;
}

.participantPosition {
    font-size: 0.8em;
    font-style: oblique;
}