/***************************************************************************
                  AutoIndex PHP Script, by Justin Hagstrom
                             -------------------

   filename             : stylesheet.css

   copyright            : Copyright (C) 2002-2004 Justin Hagstrom
   license              : GNU General Public License (GPL)

   website & forum      : http://autoindex.sourceforge.net
   e-mail               : JustinHagstrom [at] yahoo [dot] com

 ***************************************************************************/

/*  The default BODY setting  */
.autoindex_body, html
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #DFDBD8;

}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #C5C1BE;
	font-size: 13px;
}
.dark_row
{
	background-color: #B3AFAC;
	font-size: 13px;
}

.nombre_archivo
{
	/*border: 1px solid #7F8FA9;*/
	font-size: 13px;
	text-align: left;
}
.palabra_buscar
{
	/*border: 1px solid #7F8FA9;*/
	font-size: 13px;
	text-align: center;
	color: #727171;
	font-weight: bold;
}
.default_td
{
	/*border: 1px solid #7F8FA9;*/
	font-size: 13px;
	text-align: left;
}

.default_td2
{
	/*border: 1px solid #7F8FA9;*/
	font-size: 13px;
	text-align: center;
}


.default_th
{
	background-color: #8A8682;
	/*border: 1px solid #000010;*/
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}
.default_a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;	

}
.default_a:hover
{
	color: #000000;
	text-decoration: overline underline;
}

/* Deshabilito este estilo para que el aspecto del botón sea coherente con el apartado actualidad*/
/*  The style for every button  
.button
{
	color: #FFFFFF;
 	background-color: #8A8682;
	font-family: sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #8A8682;
	padding: 3px 10px 3px 10px;
}*/

/*  Misc. Styles  */
.paragraph
{
	background: #C1CAD2;
	color: #000000;
	font-size: 13px;
	border: 1px solid #6898C1;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #DFDBD8;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #FFFFFF;
	text-decoration: none;
}
.small
{
	font-size: 10px;
	color: #FFFFFF;

}
