﻿/*--------------------------------------------------------------------------
 Clic 2006
----------------------------------------------------------------------------
 File: generales.css
 Sitio: www.armavision.com
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------		
 CSS general styles for the web site, apply to specific HTML tags
 CSS generales para el sitio, aplicados a etiquetas HTML especifcas .
--------------------------------------------------------------------------*/
* {
 	margin:0px;
	padding:0px;
 }

body{
 	background:url(../img/tile_pattern.jpg) repeat-x;
	text-align:justify;
 }

body, form, input, textarea, td, th{
	font-size:9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
 }

p { 
	margin-bottom:1em;
}

img{ 
	border:none; 
}

.bold{
	font-weight:bold;
}

table, td{
	border:none 0px;
	padding:0px;
	border-spacing: 0px;
	border-collapse:collapse; /*Elimina el padding en el IE*/
	vertical-align:top;
}
ul li{
 list-style-type:none;
}