body {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  background: url(imagenes/fondo.jpg) repeat top left;;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  z-index: -100;
}

a span.informacion{
	color:#0b4019;
	font-size: 0.7em;
	float: right;
	margin-right: 0.5em;
}

a span.ponente{
	color:#d1864d;
}

img {
    border:none;
}

a {
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

img.dcha{
	float:right;
	margin-bottom:.8em;
	margin-left:.8em;
}

img.izq{
	float: left;
	clear: both;
	margin-top: -3em;
}

img.centro{
	text-align: center;
	margin: auto;
	margin-bottom:.8em;
}

p.dcha{
	float: right;
}

p.izq{
	float: left;
}

#contenido p.centrado{
	text-align: center;
}

.flecha{
	position:relative;
	top:.5em;
	padding-left:.3em;
	padding-right:.5em;
}

#contenido .imgcontenido{
	float:left;
	width: 150px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 6px;
}

#contenido .imgcontenido2{
	float:left;
	width: 206px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 6px;
}

#contenido .imgcontenido3{
	float:left;
	/*width: 206px;*/
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 6px;
}

p.cursiva{
	font-style: italic;
}

p.importante{
	border: 1px solid #000;
	padding: 10px;
	font-weight: bold;
}

#contenedor{
	width: 100%;
	margin: 0 auto;
	text-align:center;
	z-index: 100;
	position: relative;
	background-image: url(imagenes/esquinaSuperior.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 650px;
}

#contenido{
	position: relative;
	background-image: url(imagenes/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	font-size: .8em;
	margin-top:1.4em;
	padding: 1em;
	padding-left: 280px;
	padding-right: 160px;
	min-height: 750px;
	z-index:200;
}

*html #contenido{
	margin-top:-750px;
	width:100%;
}

#cabecera{
	position: relative;
	background-color: #0b4019;
	min-width: 100%;
	height: 70px;
	text-align: right;
	margin-top: -1em;
	padding: 1em;
}

#interno{
	position: relative;
}

#contenido h1{
	font-family:"Futura Bk BT";
	text-align: center;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	color:#0b4019;
}

*html #contenido h1{
	font-size: 2em;
}

#contenido h2{
	font-family:"Futura Bk BT";
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color:#0b4019;
}

*html #contenido h2{
	font-size: 1.5em;
}

#contenido p{
	text-align: justify;
}

#contenido ul{
	text-align: justify;
	font-weight:  normal;
}

#contenido li.lista{
	margin-bottom:2em;
}

/*====================================================
Listas ordenadas
======================================================*/
#contenido ol{
	text-align: justify;
	font-weight: bold;
}

#contenido ol span{
	font-weight: normal;
}

/*==============================================================
Tablas
================================================================*/
#contenido table.itinerarios tr{
	background-color:#E0EEED;
}

#contenido table.itinerarios tr.impar{
	background-color:#f1e4cf;
}

#contenido table.itinerarios td.izq{
	text-align:left;
	padding-left: 0.5em;
}

#contenido table.itinerarios{
	/*margin-top:1em;*/
	margin-left:4px;
	margin-bottom:3px;
	font-size:1em;
	text-align:center;
	width: 99%;
}

*html #contenido table.itinerarios{
	margin-top:2em;
}

#contenido table.itinerarios th,caption{
	border:1px solid #000;
	background-color:#0b4019;
	color:#fff;
}	

#contenido table.itinerarios caption{
	margin-top: 1em;
	border-top: 1px solid #000;
	background-color:#e0eeed;
	color:#0b4019;
	padding:.5em;
	font-size: 1.5em;
	font-weight:bold;
}


/*========================================================
Menu lateral
==========================================================*/
#menuLateral{
	background-color: #0b4019;
	position: absolute;
	top: 0;
	right: 0;
	font-size: .6em;
	color: #fff;
	text-align: left;
	float:right;
 	width: 110px;
	height: 770px;
	font-weight:bold;
	margin-right:1.5em;
	z-index: 500;
}

*html #menuLateral{
	position: relative;
}

#menuLateral ul li{
	padding-top:1em;
	list-style-type:none;
	margin-left:-3em;
}

#menuLateral a{
	color: #fff;
}

#menuLateral img{
	border: 1px solid #fff;
}

#menuLateral .logosemana{
	border-style: none;
}

/*Menu desplegable experimentos*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:100%; height:32px; position:relative;text-align: center; z-index:400;font-family:arial, sans-serif; margin-top: 1em; font-size: 1em;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:100%; w\idth:548px; font-size:0.9em;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;text-align: center;}
.menu ul ul {width:100%; z-index:500;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:137px;position:relative; text-align: center;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; color:#fff; width:100%; height:30px; border:1px solid #000; border-width:1px 1px 1px 1px; background:#c5711b; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:137px; w\idth:137px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#cb881d url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#cc891e url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#cb881d url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#fbb92c;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#e3a82a;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:137px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:137px; top:-1px; width:137px; z-index: 601}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-137px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse; font-size:1em;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#cf991f; color:#000; height:auto; line-height:1em; padding: 5px 10px; width:116px;border-width:0 1px 1px 1px; z-index:500;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:137px;w\idth: 137px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#cc891e;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#cc891e;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*=======================================================================================
Pie de las webs
=========================================================================================*/
#pie{
	position: relative;
	height:6em;
	font-size:.8em;
	margin-top: 1em;
	border-top:.1em dashed #000;
	text-align:center;
	width: 750px;
	clear: both;
	margin: 1em auto;
	z-index: 2;
}

#pie p{
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
}

.pie1{
	padding-top:1em;
 	float: left;
}

.pie2{
	padding-top:1em;
 	float: left;
	width: 385px;
}

.otri, .pcti{border-right:.1em solid #000;padding-right:1em;}

.pieotri{
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 1em;
}

/*===================================================================== 
Cuadros de conferencias 
=======================================================================*/
#contenido .conferencia{
	position: relative;
	min-width: 100%;
	padding: 5px;
}

#contenido .conferencia p.dia{
	background-color: #0b4019;
	color: #fff;
	border: 1px solid #000;
	text-align: center;
	padding: .7em;
}

#contenido .conferencia p.tipoHora{
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

#contenido .conferencia p.titulo{
	text-align: center;
	font-weight: bold;
}

#contenido .conferencia p.resto{
	text-align: left;
	margin: 0;
}

/*================================================================================
Para el sabias que
===================================================================================*/
#unidades  ul li{
	list-style:none;
}

#unidades  ul{
	color:#333;
	width:400px;
	padding-left:2em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-top:1em;
}

#unidades{
	margin-top:2.5em;
}

ul.medidas{
	background:#52aee7;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

ul.solidos{
	background:#f7b673;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

ul.biomedicina{
	background:#9cba8c;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

ul.apoyo{
	background:#b5a28c;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

#unidades a{
	color:#333;
	font-weight:lighter;
}

#unidades span.blanco{
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	font-family:"Futura Bk BT";
}

#menusup h2.medidas{background:#52aee7;}
#menusup h3.medidas{background:#bdd3e7;}
#menusup h2.solidos{background:#f7b673;}
#menusup h3.solidos{background:#f7dfc6;}
#menusup h2.biomedicina{background:#9cba8c;}
#menusup h3.biomedicina{background:#d6e7d6;}
#menusup h2.apoyo{background:#b5a28c;}
#menusup h3.apoyo{background:#ded3ce;}

#menusup h2{
	font-size:1.4em;
	font-weight:lighter;
	font-style: normal;
	color: #000;
	height: 1.8em;
	padding-top:.2em;
	padding-bottom:.2em;
}

#menusup h3{
	margin-top:-0.8em;
	font-size:1.2em;
	color:#333;
	font-weight:lighter;
	height: 1.8em;
	padding-top:.2em;
	padding-bottom:.2em;
	margin-bottom: 3em;
}

/*======================================================================================
Detalles de copyright
========================================================================================*/
#contenido p.copy{
	text-align:center;
	margin:0;
}

#galeria{
	width:99%;
}

img.ponente{
	float: left;
	margin-right: 1em;
	border: 4px solid #d1864d;
}

span.naranja{
	font-weight: bold;
	color:#c3561e;
}








