/* CSS Document */

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	color:#82795E;
	padding-bottom: 10px;
	font-weight: normal;
	word-spacing: -0.1em;
}
h2{
font-family: Tahoma, Verdana, Arial,"Trebuchet MS";
/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:1.4em;
	color:#666666;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

p strong{
	font-weight:bold;
	color:#000000;
}


/*** LINKS:
		recuerda utilizar siempre la regla del LoVe-HAte ***/
p 	a, a:link, a:visited, a:hover, a:active {
		/*text-decoration: none;*/
		color:#333333;
	}
p a:hover{
	text-decoration:underline;
	color:#333333;
}
#content p{
text-align:justify;
}
#content h5{
	text-align:right;
	text-decoration:none;
	font-size: 0.8em;
	padding-right: 15px;
	background: url(images/flecha_arriba.gif) no-repeat right top;
	margin-bottom: 20px;
}

li {
	color: #000000;
	list-style-type: disc;
	font-size: 1.2em;
	margin-left: 20px;
	padding-bottom: 5px;
}
li a:link{
text-decoration:underline;
}
li a:hover{
text-decoration:underline;
color: #CCCC66;
}
.pie h6{
color:#FFFFFF;
}

