
/*	===============================================================
	© EMPRESA
	http://www.empresa.com

	Tipo:				Estilos base
	Diseñado por:		Jaser3d
	Autor original:		Jaime Serna
	Fecha creación:		22 Noviembre 2010
	---------------------------------------------------------------
	Número de versión: 	1.0
	Último cambio:		22 Noviembre 2010
	============================================================ */


/*	---------------------------------------------------------------
	Estos estilos son el formato básico que pueden entender la mayoría 
	de los navegadores más antiguos, y se sobrescriben en la hoja de 
	estilos estructural (plantilla1.css).

	------------------------------------------------------------ */

	/* Norma de reajuste global */
	* {margin: 0; padding: 0;}
	
	/* Normas generales para cubrir los errores de herencia. */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}

	/* Elimina el margen/relleno alrededor de los elementos de formulario. */ 
	input, select, textarea { font-size: 11px; }

	/* Elimina el borde las imágenes. */
	a img, abbr, acronym { border: none; }
	
	/* Hace que ambos se presentan correctamente. */	
	strong, b	{ font-weight: bold; }
	em, i		{ font-style: italic; }

	/* Establece que las listas no tengan marcadores por defecto. */
	ul, ol { list-style: none; }	 

	/* Estilos de tabla */
	table						{ border-collapse: collapse; border-spacing: 0; }
	table, th, tr, td, caption	{ vertical-align: top; }	
	caption, th, td				{ text-align: left; font-weight: normal;}