/* Archivo CSS para elgranado.es versión print
Autor: Antonio Casas
web: antoniocasas.es
email: web@antoniocasas.es */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
	color: #000000;
}

p {
	font-size: .9em;
	text-align: justify;
}

body p em {
	font-style: italic;
}

img {
 	border: none;
}

h1 {
	font-size: 1.2em;
	color: #abc64e;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;

}

h2 {
	font-size: 1.05em;
	color: #abc64e;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

h3 {
	font-size: 1.01em;
	color: #abc64e;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}

ul {
	margin:0;
	padding-left: 1.5em;
}
ul li { 
	padding-left: .2em;
	}
	
ul.second {
	list-style-type: circle;
}

#wrapper{
	margin: 0 auto;
}

#content #principal {
	text-align: justify;
	background-image: url(../img/fondoprint.png);
	background-repeat: no-repeat;
	background-position: center;
}