
/* CSS Document */

/***
 * Hoja de Estilos General
 *
 * Autor:	Alvaro González G. (Wiretek Servicios Informáticos)
 * Mail:	alvaro@wiretek.cl
 * Web:		http://www.wiretek.cl/
 *
 */


/***************************: Estilos Generales */
body
{
	background				:url(../img/background.jpg);
	color					: rgb(0, 0, 0);
	font					: normal normal normal 11px Tahoma, sans-serif;
}


/***************************: Arreglo para 'float' */
.clearfix:after
{
	content					: '.';
	display					: block;
	height					: 0;
	clear					: both;
	visibility				: hidden;
}
.clearfix
{
	display					: block;
}
.clearfix
{
	display					: block;
}
* html .clearfix
{
	height					: 1px;
}


/***************************: Contenedor Principal */
.contenedor
{
	
	border					: #aaaaaa solid 1px;
	width					: 980px;
	height					: 580px;
	padding:1px;
	margin					: auto auto;
}


