/* -- Tabla del listado -- */
table.listado{
border-spacing:1px;
font:10px 'Verdana', Arial, Helvetica, sans-serif;
background:#616297;
color:#666666;
width:100%;
}
table.listado caption{border:#666666;border-bottom:2px solid #666666;text-transform:uppercase;padding:10px;background:url();font:15px 'Verdana', Arial, Helvetica, sans-serif;font-style:italic;font-weight:bold;}
table.listado td, table.listado th{padding:4px; text-align:center;}
table.listado thead td{font-weight:bold; color:#FFFFFF;}
table.listado tbody th{font-weight:bold;border:1px solid #ffffff;}
table.listado tbody tr{background:#CCCCCC;text-align:left;}
table.listado tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}
table.listado tbody th a:link, table.listado  tbody th a:visited{color:#666666;padding:3px 0px 0px 18px;background:url(Imagenes/nueva_ventana.gif);background-repeat:no-repeat;}
table.listado tbody th a:hover{color:#330066;}
table.listado tbody tr td{height:50px;background:#CCCCCC;border:1px solid #ffffff;}
table.listado tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}
table.listado td a:link, table.listado td a:visited{color:#666666;text-decoration:none;font-weight: bold;}
table.listado  td a:hover{color:#666666;text-decoration:underline;font-weight: bold;}



/* -- tabla de la ficha con foto -- */
table.ficha_autor{

border-spacing:1px;
font:12px 'Verdana', Arial, Helvetica, sans-serif;
color:#000000;
width:100%;
}

td.celda_foto{
	width:200px;
}


table.ficha_autor td, table.ficha_autor th{padding:4px; text-align:center;}

table.ficha_autor tbody tr{background:#CCCCCC;text-align:left;}

table.ficha_autor tbody th a:hover{color:#330066;}
table.ficha_autor tbody tr td{height:40px;background:#CCCCCC;border:1px solid #ffffff;vertical-align:top;}
table.ficha_autor  td a:hover{color:#666666;text-decoration:underline;font-weight: bold;}

/*---------------------------------------*/
/* -- tabla del contenido de la ficha -- */
table.contenido_ficha_autor{

font:14px 'Verdana', Arial, Helvetica, sans-serif;
background:#616297;
color:#000000;
width:100%;
}

table.contenido_ficha_autor td{padding:4px; text-align:justify;} 
table.contenido_ficha_autor td.centrada{ text-align:center;}
table.contenido_ficha_autor th{padding:0px; text-align:center;}

table.contenido_ficha_autor tbody tr{background:#CCCCCC;text-align:left;}

table.contenido_ficha_autor tbody th a:hover{color:#330066;}
table.contenido_ficha_autor tbody tr td{background:#CCCCCC;border:none;}
table.contenido_ficha_autor  td a:hover{color:#666666;text-decoration:underline;font-weight: bold;}





/*---------------------------------------*/
/* -- Estilos para algunas pijaditas -- */

.mote{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	font-size:18px;
	
}

.subtitulo
{
	color:#666666;
	font-size:11px;
}