/*--------------------------------------------------------------------------
 Clic 2006
----------------------------------------------------------------------------
 File: generales.css
 Sitio: www.queremosfiesta.com
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------		
 Estilos generales para el sitio, aplicados a etiquetas especifcas HTML.
--------------------------------------------------------------------------*/
	html, body, table, td, th, tr, input, textarea{
		font-size:9pt;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
	}
	form{
		margin:0px;
		padding:0px;	
	}
	h1, h2, h3, h4, h5, h6{
		margin:0px;
		font-size:10pt;
	}
	table, td{
		border:none 0px;
		padding:0px;
		border-spacing: 0px;
		border-collapse:collapse; /*Elimina el padding en el IE*/
		vertical-align:top;
	}
	a{
		text-decoration:none;
		color:#000000;
	}
	a:hover{
		color:#666666;
	}
	img{
		border:none;
	}
	.strong{
		font-weight:bold;
		color:#000000;
	}
	ul{
		margin:10px 0px 10px 0px;
		padding:0px;
		margin-left:20px;
	}
	li{
		padding:0px;
		list-style:none;
		list-style-image: url(../img/layoutCss/bullet.jpg);
		/*font-weight:bold;*/
	}
	p{
		margin-bottom:10px;
		font-weight:normal;
	}
	p.firstline{
		font-weight:normal;
		margin:0px 0px 10px 0px;
	}