/*
  BBLUG: Bahia Blanca Linux Users Group
  Pablo Odorico
  2001-2006
  http://bblug.usla.org.ar/
*/

/*** LINKS ***/
a:link {
	text-decoration: none;
	color: #008;
}

a:visited {
	text-decoration: none;
	color: #008;
}

a:hover {
	text-decoration: underline;
	color: #55a;
}

/*** VARIOS ***/
img {
	border-width: 0;
}

body {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
}

p {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
}

hr {
	border: 1px solid #aaa;
	width: 97%;
}

ul {
 	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: circle;
}

P.texto {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	text-indent: 0.5em;
}

/*** TABLAS ***/
table.menu {
	border: 0px;
	border-spacing: 1px;
	width: 121px;
	border-collapse: collapse;
	background-color: #efefef;
/**/
}

table.tabla {
	border: 0px;
	border-spacing: 1px;
	border-collapse: collapse;
}

/* Tabla gris */
table.tabla2 {
	border: 0px;
	border-spacing: 1px;
	border-collapse: collapse;
}

td {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
}

td.tabla {
	padding: 4px;
	border: 1px solid #A0A0A0;
}


td.tabla2 {
	padding: 4px;
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	border: 1px solid #888;
}

td.miembros {
	cursor: pointer;
	padding: 4px;
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	background-color: #eee;
	border: 1px solid #A0A0A0;
}
td.miembros:hover { background-color: #fff; }


/* Box de titulo */
td.titulo {
	cursor: default;
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 11px;
	/*font-weight: bold;*/
	background-color: #bbb;
	text-align: center;
	padding: 4px;
	border: 1px solid #888;
}

/* Box de titulo de tabla gris */
td.titulo2 {
	cursor: default;
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 11px;
	color: #000;
	background-color: #DCDCDC;
	text-align: center;
	padding: 4px;
	vertical-align: top;
	border: 1px solid #A0A0A0;
}


/* Box de menu */
td.menu {
	cursor: pointer;
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	text-indent: 0.2em;
	padding: 4px;
	border: 1px solid #888;
	white-space:nowrap;
}
td.menu:first-letter { font-weight: bold; }
td.menu:hover {	background-color: #fff;
color: #333; }

/*** FORMS ***/
input.input1 {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	color: #000;
	background-color: #eee;
	border: 1px solid #888;
	text-indent: 0.2em;
}

input.input1error {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	color: #000;
	background-color: #fee;
	border: 1px solid #f88;
	text-indent: 0.2em;
}

select.input1 {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	color: #000;
	background-color: #eee;
	border: 1px solid #888;
	text-indent: 0.2em;
}

input.input2 {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	color: #000;
	background-color: #eee;
	border: 1px solid #888;
}

textarea.text {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	color: #000;
	background-color: #eee;
	border: 1px solid #888;
	padding: 2px;
}

/*** Textos ***/

/* Titulo 1: RSS, Noticias */
.tit1 {
	font-family: Georgia, Bitstream Vera, Serif;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

/* Titulo 2: Titulo Conceptos */
.tit2 {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

/* Comentario (descripción de links) */
.c {
	font-family: Verdana, "Bistrtream Vera Sans", Sans-Serif;
	font-size: 12px;
	color: #555;
}



/** Menu by nico pace **/
#navcontainer { width: 121; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana,"Bistrtream Vera Sans",Sans-Serif;
white-space:nowrap;
font-size:12px;
border:0.5px solid #888;
}

#navcontainer a:first-letter {
font-weight:bold;
}

#navcontainer a
{

display: block;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 3px;
padding-top: 5px;
background-color: #efefef;
border-bottom: 1px solid #888;
}

#navcontainer #active a
{
background-color: white;
font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
color: #333;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #fff;
}
