
/************************************************
Gas Natural 
basic.css

Provee de formateo básico para aquellos navegadores
que no soportan CSS avanzado.

Fecha: 				26/01/2006
Última revisión:	26/01/2006
************************************************/

/******IMPORTANTE******/
/*Toda esta información se reescribe en los archivos de css avanzado*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
p {
	font-family:			Arial, verdana, Helvetica, sans-serif;
	color: 					#000;
}

body {
	margin:					0;
	padding:				40px 5% 5% 5%;
	background-color:		#fff;
}

a:link {}

a:visited {}

a:active {}

a:hover {}

h1 {
	font-size: 150%;
	font-weight: normal;
}
	
h2 {
	font-size: 120%;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	font-weight: normal;
}

h4 {
	font-size: 80%;
	font-weight: bold;
}

h5 {
	font-size: 70%;
	font-weight: bold;
}

h6 {
	font-size: 64%;
	font-weight: bold;
}

p {
	font-size: 80%;
	line-height: 120%;
}

ol, ul, li {
	list-style: none;
	font-size: 80%;
	line-height: 120%;
}

/*Eliminación de bordes*/
img,
fieldset {
	border: 0px none;
}