/* - - - - - - - - - - - - - - - - - - - - -

Título : ASSA
Autor : Diego Benitez

Descripción : assa.css

Creado : 07 de agosto, 2007

- - - - - - - - - - - - - - - - - - - - - */


/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/
body,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
   line-height: 18px;
	color: #666;
	background-color: #000;

}
body {
	margin:0px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0201cb;
}
h1 {
	margin: 0px;
	font-size: 13px;
	color: #80ad13;
}

p {
	font-size: 12px;
	margin-top: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}


/****** CONTENIDO ******/


#contenido {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;

}

#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	color: #fff;
	font-size: 11px;
}



