/* CSS Document Ofimaquinas*/

h1 {
	font-size:18px;
	font-weight: bold; 
	color: rgb(107, 142, 35);
	margin: 0px 0px 6px 0px;
}

h2 {
	font-size:17px;
	font-weight: bold; 
	color: rgb(54, 54, 54);
	margin: 0px 0px 6px 0px;
}

h3 {
	font-size:12px;
	font-weight:bold
}


.linea_bullet {
	text-indent: 8px;
	background: url('../img/bullet.gif') no-repeat  left;
}

.linea_bullet_2 {
	text-indent: 18px;
	background: url('../img/bullet_2.gif') no-repeat  left;
}


.linea_numerada {
	text-indent: 0px;
}

.linea_numerada_truncada {
	text-indent: 15px;
}

.linea_cabecera_lista{
	margin: 0px 0px 2px 0px;
}

.linea_sin_bullet {
	text-indent: 0px;
}

.linea_bullet_truncada {
	text-indent: 8px;
}

p.p1 {
	margin: 0px 0px 6px 0px;
}

p.p2 {
	margin: 0px 0px 6px 0px;
}

p.p3 {
	margin: 0px 0px 6px 0px;
}

#footer {
	padding-top: 10px;
	font-size:smaller;
	border-top: 1px solid #000;
}

a:link, a:visited {
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}
