@charset "ISO-8859-1";
/* CSS Document */
body {background-image:url(images/background.png);background-position: top; background-repeat:repeat-x;background-color: #F0E0A3; font-family: "Times New Roman", Times, serif; font-size:11px;}
/*vinculos*/ 
a:link {
color: #1400bf;
text-decoration: none;
}
a:visited {
color: #1400bf;
text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:active {
color: #1400bf;
text-decoration: none;
}
/*encabezados*/
h1{
font-family:Verdana, Geneva, sans-serif;
font-size:20px;
font-weight:normal;
margin:0;
padding-top:30px;
color:#FFF;
text-align:center;
}		
h2 {
	font-size:14px;
	color:#744A0A;
	text-align:center;
}
h3 {
	font-size:12px;
	text-align:center;
}
h4 {
	font-size:12px;
	color: #000;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
}
/*declaraciones de capas*/
#container, #content, #content-main, #head, #headgraphic, #content-left-top, #content-right-top {
	background-color:#FFF !Important;
}
#container {
	text-align: left; 
    width: 900px;
	height:auto;
    margin: 10px auto;
	border: 2px solid #666;
}
#content-main {
	width:900px;
	margin-left:8px;
}
#content {
    height:auto;
}
/*logo*/
#head {
	margin: 4px;
	background-color:#FFF;
	padding-top:4px;
}
#headgraphic {
	background-image:url(images/header-bg.jpg); 
	background-repeat:no-repeat;
	height:121px;
}
/*div de busquedas php para novedades y los + vistos*/
/*box de busquedas php*/
#content-left-top img, #content-right-top img {
	float:right;
	display:block;
}
#content-left-top td, #content-right-top td, #busqueda td {
line-height:1.4em;
background-color: #F0DEA3;
border:solid;
border-color:#F0DEA3;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
text-align:left;
}
#content-left-top, #content-right-top, #busqueda, #menu-secundario, #video, #diapositivas {
	float:left;
	margin-top:4px;
}
#content-left-top, #content-right-top {
	width:48%;
	height:auto;
	border: 1px solid #C5B39C;
}
#busqueda img {
	display:block;
	float:left;
	margin-right:2px;
}

/*div de video y diapositivas de full.php*/
#diapositivas, #video {
	border:groove #F0DEA3;
}
#video {
	padding-bottom:10px;
	width:310px;
}
#video-full {
	padding-bottom:15px;
	width:890px;
}
.video-conferencia {
	width:310px;
	height:240px;
}

/*tabla de busqueda para los archivos de query*/
#busqueda {
	width:100%;
	font-size:14px;
}
#busqueda td.busqueda {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	text-align:center;
	color:#FFF;
	background-color:#BC916D;
}
/*las dos celdas de encabezamiento a las busquedas php*/
#content-left-top td.noborder, #content-right-top td.noborder {
	border:none;
	background-color:#FFF;
}
/*botones de imagenes que separan apartados*/
#logo-top, #logo-2, #logo-3  {
	float:left;
	width:90%;
}
#logo-top, #logo-2, #logo-3 {
	border-bottom: #609 solid;
}
#logo-3 {
	 margin-left:4px;
 }
/*menu superior de navegacion*/
#nav-top {
	font-family:Verdana, Geneva, sans-serif;
    float:left;
    width: 100%;
    line-height:normal;
	border-bottom:1px solid #24618E;
	background-color:#D89851;
}
#nav-top ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	background-color:#D89851;
}
#nav-top li {
    display:inline;
    margin:0;
    padding:0;
	background-color:#D89851;
}
#nav-top a {
    float:left;
    background:url("images/nav-left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
      }
#nav-top a span {
    float:left;
    display:block;
    background:url("images/nav-right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#1400bf;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav-top a span {float:none;}
    /* End IE5-Mac hack */
#nav-top a:hover span {
    color:#FFF;
}
#nav-top a:hover {
     background-position:0% -42px;
}
#nav-top a:hover span {
     background-position:100% -42px;
}
/*box fotos jalbum*/
* html #tlc, * html #trc {height: 1%;}
/* */
#tlc, #trc { zoom: 1 }
#box
	{
	float:left;
	background-color:#FFF;
	padding-left:50px; /*mueve toda la caja*/
	padding-bottom:20px;
	text-align: left;
	width:800px;/* modifica el ancho */
}
#content-box
	{
	padding:0 3em 3em 4em; /*contenido interior (fotos)*/
}
#content-box h1
	{
	color:#744A0A;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
#content-box p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
#tlc, #trc, #blc, #brc /* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}
#tlc
	{
	background-image:url(images/tlc.gif);
	background-position: 0% 0%;
	}
#trc
	{
	background-image:url(images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/blc.gif);
	background-position: 0% 100%;
	}
#brc
	{
	background-image:url(images/brc.gif);
	background-position: 100% 100%;
	}
#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
#tb
	{
	background-image:url(images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/bb.gif);
	background-position: 50% 100%;
	}
#rb
	{
	background-image:url(images/rb.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}
#lb
	{
	background-image:url(images/lb.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	background-color:#eee;
	}
/*menu inferior de los portales nav-bottom*/
#nav-bottom {
	width:900px;
	padding-top:2px;
	float:left;
}
#nav-bottom ul li{
	list-style-type: none;
	margin-top:2px;
}
#nav-bottom ul {
    margin: 0;
    padding: 0;
}
#nav-bottom li {
    float: left;
}
#nav-bottom a {
    text-decoration: none;
    background: #F0DEA3;
    display: block;
    padding: 3px 10px;
    text-align: center;
    border: 1px solid #BD926D;
    border-width: 1px 1px 1px 0;
}
.primero {
    text-decoration: none;
    background: #FFF;
    display: block;
    padding: 3px 10px;
    text-align: center;
    border: 1px solid #BD926D;
    border-width: 1px 1px 1px 1px;
	width:180px;
	margin:0;
	margin-left:50px;
	font-weight:bold;
}
#nav-bottom a:hover {
    background: #BD926D;
	text-decoration:underline;
}
/*box para biografia*/
#container-box-bio {	
	margin:0 auto;
	width:800px;
	padding-left:35px;
}
#header-box-bio {
	height:100px;
	background:url(images/bg_header.jpg) no-repeat 0 0;
}	
#content-box-bio {
	background:url(images/bg_content.gif) repeat-y;
	padding:.5em 34px;
	font-size:14px;
	line-height:2em;
	color:#000;
}
/*borde fotos bio.php*/
#content-box-bio img {
	display:block;
	border: solid #5F1604;
}
#footer-box-bio {
	padding:25px 60px;
	background:url(images/bg_footer.gif) no-repeat 0 0;				
	color:#fff;
	font-size:16px;
}				
/*menu secundario superior para sesiones*/
ul.menu {
list-style-type:none;
width:890px;
position:relative;
display:block;
height:33px;
font-size:12px;
background:url(images/bg.png) repeat-x top left;
margin:0;
padding:0;
}
ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}
ul.menu li a {
float:left;
color:#fff;
text-decoration:none;
height:24px;
margin-left:80px;
padding:9px 15px 0 20px;
font-weight:normal;
}
ul.menu li a:visited {
color: #FFF;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}
ul.menu li a:hover {
color:#b3b3b3;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}
ul.menu a {
color:#fff;
font-weight:700;
}
/*BLUE*/
ul.menu.blue{
background-color:#76B3F1;
}
ul.menu.blue li a:hover, .menu.blue  {
background-color: #FFF;
}
ul.menu.blue li a:active {
	border:1px solid #FFF;
}
.seleccionado {
    color: #F00 !Important;
}
/*tabla titulo, conferenciante, sesion barra inferior de index.php (presentación)*/
.presentacion {
	width:800px;
	border:none;
	background-color:#333;
	text-align:center;
	color:#FFF;
	margin-left:50px;
}
.presentacion td {
	font-size:14px;
}
/*caja sidebox de 2 colores con encabezamiento*/
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */
.sidebox, .sidebox2 {
	width: 30em; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.sidebox {
	/*margin: 0 auto; /* center for now */
	float:left;
	margin-left:60px;
}
.sidebox2 {
	margin-right:60px;
	float:right;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size:16px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	font-size:12px;
}
.boxbody img {
	margin-right: 4px;
}
/*fotos biografias bio.php*/
.foto {
	width:120px;
	height:96px;
	display:block;
	text-align:left;
}
/*fotos index.php*/
.foto-full {
	width:800px;
	height:600px;
}
/*fotos index.php pequeña*/
.foto-full-400 {
	width:400px;
	height:600px;
}
.foto-low {
	width:200px;
	height:200px;
}
/*borde fotos full.php*/
.page-body img {
	display:block;
	border:solid #5F1604;
}
/*tabla para los thumbs del apartado fotos sesiones*/
#fotos-sesiones table {
	width:100%;
}
#fotos-sesiones td {
	width:25%;
}
#fotos-sesiones img {
	width:100%;
	height:130px;
	border:double;
	border:#666;
	border-width:2px;
}
.reproductor-mp3 {
	font-weight:bold;
	background-color:#FC9;
}
.reproductor-mp3-2 {
	font-weight:bold;
	background-color: #FCF;
}