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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffff88;
	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;
}




#head {
	background-color: #ff7400;	
	
}

#flags {
	padding-left: 10px;
}

#menu2 {
	margin-bottom: 10px;
	padding-left: 10px;		
}

#menu {
	height: 20px;
	
	background-color: #abdf42;
	
	padding-left: 10px;
}

#content {
	margin-bottom: 10px;
	text-align: justify;	
}

#footer {
	margin-bottom: 10px;	
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #abc64e;
}