@charset "ISO-8859-1";
/* CSS Document */
/*general*/
body { 
background-color:#D8BFD8;
}
img {
	display:block;
	border:none;
}
/*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;
}
/*capas principales*/
#container {
    width: 920px;
    margin: 0 auto;
	min-height:1120px;
}
#content {
	width:910px;
	padding:4px;
}
#head, #body {
	float:left;
	width:900px;
	margin:4px;
}
/*logo de capa head*/
#logo {
	width:900px;
	height:119px;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
}
/*menú superior de capa head*/
#menu-top-1 ul {
list-style-type:none;
width:898px;
position:relative;
display:block;
height:33px;
font-family: "Times New Roman", Times, serif; 
font-size:14px;
background:url(images/bg.png) repeat-x top left;
border:1px solid #000;
margin:0;
padding:0;
}
#menu-top-1 ul li {
display:block;
float:left;
margin:0;
padding:0;
}
#menu-top-1 ul li a {
float:left;
color:#fff;
text-decoration:none;
height:24px;
padding:9px 15px 0 20px;
font-weight:normal;
}
#menu-top-1 ul li a:visited {
color:white;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
}
#menu-top-1 ul li a:hover {
color:#b3b3b3;
background:url(images/bg.png) repeat-x top left;
text-decoration:none;
border-left: 1px solid #FFF;
border-top: 1px solid #FFF;
}
#menu-top-1 ul a {
color:#fff;
font-weight:700;
}
/*item del menu que hemos seleccionado (para todos los menus)*/
.seleccionado {
    color: #000 !Important;
	background-color: #DB7093 !Important;
}
#seleccionado {
    color: #000 !Important;
	background-color: #DB7093 !Important;
}
#seleccionado2 {
    color: #000 !Important;
	background-image:url(images/bg3.png) !Important;
}
/*para búsqueda por Google capa logo, contenedor head*/
.form {
	color:#FFF;
	padding-top:4px !Important;
	padding-left:45px !Important;
}
/*menú inferior spry horizontal del contenedor head*/
#menu-top-2 {
	padding:0;
	height:35px;
	background-image:url(images/head2.png);
	background-color: #F0DEA3;
	border:1px solid #000;
}
/* contenedor de los box y los box 1, 2  */
#content-1 { position:relative; background-color:#D8BFD8; }
#box-1 { position:absolute; top:0; left:0; margin:0; width:120px; }
#box-2 { margin-left:155px; margin-right:1px; border:none; padding-top:8px }
/*estilos específicos de index-php)*/
#actividad, #sesion, #noticias, #publicaciones, #final {
	float:left;
	width:750px;
}
#final {
	height:40px;
}
.actividad-td1, .sesion-td1 {
	background-image:url(images/head1.png);
	font-size:16px !Important;
	text-align:center;
	height:40px;
	color:#FFF;
	border:2px solid #FFF;
}
.actividad-td2 {
	background-color:#e6e6fa;
	font-size:14px;
	text-align:center;
	height:30px;
	color: #000;
	border:2px solid #FFF;
	font-weight:bold;
}
.actividad-td3 {
	background-color:#e6e6fa;
	font-size:14px;
	text-align:center;
	height:30px;
	color: #000;
	border:2px solid #FFF;
	font-weight:bold;
}
.actividad-span {
	text-align:left !Important;
	font-weight:normal;
	color: #000;
	margin-left:6px;
	line-height:1.8em;
}
.actividad-span2 {
	text-align:left !Important;
	font-weight:normal;
	color: #000;
	margin-left:6px;
	line-height: normal;
}
.actividad-span2 img {
	display:block;
	float:left;
	margin-right:8px;
}
#sesion td, #query td {
	background-color:#e6e6fa;
	border:2px solid #FFF;
	font-size:12px;
}
#sesion img {
	display:block;
	float:left;
	margin-right:2px;
}
.sesion-td2, .sesion-td2 td {
	background-color:#e6e6fa !Important;
	font-size:14px !Important;
}
#publicaciones {
	float:left;
	padding-left:2px;
}
.publicaciones-td1 {
	background-image:url(images/head1.png);
	font-size:16px;
	text-align:left;
	height:30px;
	color:#FFF;
	border:2px solid #FFF !Important;
	padding-top:14px;
	padding-left:14px;
}
.publicaciones-td2 {
	background-color:#e6e6fa !Important;
	font-size:14px !Important;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF !Important;
	width:400px;
	float:left;
	height:200px;
}
.publicaciones-td2 img {
	display:block;
	text-align:left;
	margin-right:4px;
}
.publicaciones-td3 {
	background-color:#e6e6fa !Important;
	font-size:14px !Important;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF !Important;
	width:342px;
	float:left;
	height:200px;
}
#query, #query2, .query3 {
	font-size:14px;
}
.query3 {
	float:left;
}
#query td, .query3 td {
	background-color:#e6e6fa;
	border:2px solid #999 !Important;
	min-width:110px;
}
#query td {
	font-size:14px;
}
.query3 td {
	font-size:12px;
}
#query tr:hover td, .query3 tr:hover td {
	background-color:#FFF;
}
#query th, .query3 th {
	border:2px solid #FFF;
	background-color:#CCC;
}
#query, #query2, .query3 {
	background-color:#e6e6fa;
	border:2px solid #FFF;
}
#query img {
	margin-left:10px;
	margin-right:10px;
}
#query a{
	font-size:12px;
}
.query-head {
	background-image:url(images/header2.gif);
	font-size:16px !Important;
	text-align:center;
	color: #000;
}
.query-enlaces th {
	background-image:url(images/head1.png) !Important;
	color:#FFF !Important;
	border:none !Important;
}
.query-nobackground td:hover {
	background-color:#e6e6fa !Important;
}
#head-content {
	background-image:url(images/head1.png);
	font-size:16px;
	text-align:center;
	height:30px;
	color:#FFF;
	border:2px solid #FFF !Important;
	padding-top:14px;
	width:740px;
	font-weight:bold;
}

#content-page th, #content-page td, #content-page-blank th {
	border:2px solid #FFF;
}
#content-page th, #content-page-blank th {
	background-image:url(images/header2.gif);
	text-align:center;
}
#content-page td {
	background-color:#e6e6fa;
	min-width:80px;
}
#content-page-blank {
	background-color:#FFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	padding-left:4px;
	padding-right:4px;
	font-size:12px;
	line-height:1.8em;
	border:1px solid #666;
	width:734px;
}
#content-bottom-1c, #content-bottom-2c {
	float:left
}
#content-bottom-1c {
	width:300px;
	margin-left:4px;
}
#content-bottom-2c {
	width:430px;
}
/*css para las biografías de académicos.Plantilla bio.dwt*/

#container-bio {
	margin:0 auto;
	width:705px;
}
#content-bio, #contentheader {
	width:700px;
	background-color:#FFF;
}
#content-bio {
	border:2px solid #FFF;
}
#contentheader {
	background-image:url(images/head1.png);
	color:#FFF;
	text-align: center;
	font-size: 18px;
	height:40px;
	padding-top:16px;
	font-weight:bold;
	width:700px;
}

td.contentHeader2 {
background-image:url(images/head1.png);
font-family:Verdana, Geneva, sans-serif;
font-size: 14px;
font-weight:normal;
color: #FFF;
text-align:center;
height:40px;

}

#content-text img {
display: block;
margin: 4px;
}
#content-text {
	padding-left:4px;
	font-size:14px;
	color:#000; font-weight:normal;
	line-height:1.8em;
}
#content-text tr:hover td {
	background-color:#fff;
}
.contentText2 {
border: 1px solid #CCC;
color: #000000;
line-height: 20px;
text-align:left;
}
td.contentHeader3 {
background-image:url(images/header2.gif);
font-size: 14px;
font-weight:bold;
color: #fff;
padding-left:4px;

}
td.contentText2 {
background-color: #e6e6fa;

}
#content-bottom-bio {
	width:340px;
	padding-left:16px;
	margin-top:10px;
}
.sesiones {
	font-size:14px
}
.sesiones a {
	font-size:14px !Important;
}