body {
	text-align: justify;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	text-indent: 0%;
	/*line-height: 25px;*/
	add_filter( 'run_wptexturize', '__return_false' );

}
h1, h2, h3, h4, h5, h6 {  
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	text-indent: 0%;
	/*line-height: 30px;*/
		text-align: justify;
}	

h2, h5 a {
	/*color: #ff0000;*/
	/*font-size: 85%;*/
	font-weight: normal;
	/*font-style: oblique;*/
	text-decoration: none;
}
h2 a:hover {
	/*color: #ff0000;*/
	/*font-size: 90%;*/
	font-weight: bolder;
	/*font-style: oblique;*/
	text-decoration: underline red;
	/*letter-spacing: 0.25px;  Añade los pixeles que quieras */
}
h5 a:hover {
	/*color: #ff0000;*/
	/*font-size: 90%;*/
	font-weight: bolder;
	/*font-style: oblique;*/
	text-decoration: underline red;
	/*letter-spacing: 0.25px;  Añade los pixeles que quieras */
}


p {
	text-indent: 10%;
	text-align: justify;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-style: normal;
}
p0 {
	text-indent: 0%;
	font-style: normal;
}
p a {
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	/*font-style: oblique;*/
	text-decoration: none;
}
p a:hover{
	letter-spacing: 1px; /* Añade los pixeles que quieras */
	text-decoration: underline red;
	font-style: normal;
}
li a {
	color: #000000;
	font-size: 85%;
	font-weight: bolder;
	/*font-style: oblique;*/
	/*text-decoration: none;*/
}
li a:hover {
	color: #000000;
	font-size: 85%;
	font-weight: bolder;
	/*font-style: oblique;*/
	text-decoration: none;
}

footer p {
	text-indent: 0%;
}

footer a {
	font-size: 100%;
	font-weight: normal;
	}
footer a:hover {
	font-size: 100%;
	font-weight: normal;
	}

header {
	text-indent: 0%;
	line-height: 20px;
	text-align: left;
}
header a {
	font-size: 100%;
	font-weight: normal;
	}
header a:hover {
	font-size: 100%;
	font-weight: normal;
	}
