.typography p { margin-bottom:1.75em; 
	padding-left:20px;
margin-right:20px;
 }
.typography a {
	text-decoration:none;
	color:#003399;

}
.typography a:hover {
	text-decoration:none;
	color:#6CC7DC;
}
.typography #menu li a {
	background-image: url(../images/boton.png);
	background-position: right;
	background-repeat: no-repeat;
	padding:0 20px;
	display:block;
	color:#ffffff;
	font-size: 1.8 em;
	margin-right:2px;
}

.typography #menu li a:hover {
color: #696969;
 }


}
.typography #sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:10px;
	border-bottom:1px solid #dddddd;
}
.typography #sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
}
.typography #footer-valid a {
	color:#ffffff;
	text-decoration:none;
	padding: 10 px;
}
.typography #footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.typography h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	padding: 20px;
}
.typography h4 {
	padding: 20px;
}
.typography h5 {
	padding: 20px;
}

.typography h6 {
	padding: 20px;
}

.typography h2 {
	padding-left:20px;
}
.typography h3 {
	padding: 20px;
}
.content ul{
padding-left:20px;
}
.content span{
padding-left:20px;
}

.typography a.feed-button {
	display:block;
	width:100px;
	height:25px;
	background:url("../images/button-feed.png") 0 0 no-repeat;
	text-decoration: none;
}
.typography a:hover.feed-button { background-position:0 -25px; }
