/* CSS Document */
body {
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
}

/* Links*/
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #FF0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* Links: home, empresa, contacto, newsletter*/
a.menu:link {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}
a.menu:visited {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}
a.menu:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.menu:active {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}

/* Links telefonia*/
a.tel:link {
	color:#339933;
	text-decoration: none;
	font-weight:bold;
}
a.tel:visited {
	color:#339933;
	text-decoration: none;
	font-weight:bold;
}
a.tel:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.tel:active {
	color:#339933;
	text-decoration: none;
	font-weight:bold;
}

/* Links fotografia*/
a.fot:link {
	color:#000099;
	text-decoration: none;
	font-weight:bold;
}
a.fot:visited {
	color:#000099;
	text-decoration: none;
	font-weight:bold;
}
a.fot:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.fot:active {
	color:#000099;
	text-decoration: none;
	font-weight:bold;
}

/* Links pocket*/
a.pok:link {
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}
a.pok:visited {
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}
a.pok:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.pok:active {
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}

/* Links impresoras*/
a.imp:link {
	color:#CC6600;
	text-decoration: none;
	font-weight:bold;
}
a.imp:visited {
	color:#CC6600;
	text-decoration: none;
	font-weight:bold;
}
a.imp:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.imp:active {
	color:#CC6600;
	text-decoration: none;
	font-weight:bold;
}

/* Links papeles*/
a.pap:link {
	color:#000066;
	text-decoration: none;
	font-weight:bold;
}
a.pap:visited {
	color:#000066;
	text-decoration: none;
	font-weight:bold;
}
a.pap:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.pap:active {
	color:#000066;
	text-decoration: none;
	font-weight:bold;
}

/* Links cartuchos*/
a.car:link {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}
a.car:visited {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}
a.car:hover {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
a.car:active {
	color:#666666;
	text-decoration: none;
	font-weight:bold;
}

/* Headings*/

h1,h2,h3,h4,h5,h6,h7 {
	font-family: Georgia, Times New Roman, Times, serif;
}
.h1 {
	font-size: 16px;
	color:#FF0000;
}

/* Impresoras*/
.h2 {
	font-size: 16px;
	color: #CC6600;
}

/* Cartuchos*/
.h3 {
	font-size: 16px;
	color: #990000;
}

/* Fotografia*/
.h4 {
	font-size: 16px;
	color: #000099;
}

/* Papeles*/
.h5 {
	font-size: 16px;
	color: #000066;
}

/* Telefonia*/
.h6 {
	font-size: 16px;
	color: #339933;
}

/* Pocket PC*/
.h7 {
	font-size: 16px;
	color: #666666;
}

