body {
	font-family: Times New Roman, Palatino, Times, serif;
	font-size: 18px;
	line-height: 1.6;
	background: url('http://jorgerock.com/wp-content/themes/bebas/back.jpg');
}

a {
	color: #2968B9;
	text-decoration: underline;
}

a:hover {
	color: #46b34a;
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	margin: 0 10px 0 0;
}

img.left {
	display: block;
	float: left;
}

img.right {
	display: block;
	float: right;
}

img.center {
	display: block;
	margin: 0 auto;
}

p.center {
	display: block;
	margin: 0 auto;
}

p.right {
	text-align: right;
}


#page {
	width: 820px;
	margin: 0px auto;
	padding: 10px;
	background: #fff;
}

.top {
	padding: 0 10px 67px 0px;
}

#header {

}

a#title {
	right: 0;
	bottom: 0;
	display: block;
	height: 62px;
	width: 430px;
	background: url('http://jorgerock.com/wp-content/themes/bebas/logo.png') bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	margin: 0 0 -80px 0px;
	outline: none;
}

#header ul {
	list-style: none;
	margin: 0 0 20px -40px;
}

#header ul li {
	float: left;
	margin: 0 10px 0 0;
}

#header ul li a {
	font-size: 18px;
	font-family: Courier;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 5px;
	color: #fff;
}

#header ul li a:hover {
	color: #000;
}

#header ul li a.sobre {
	background: #39b54a;
}

#header ul li a.themes {
	background: #d4145a;
}

#header ul li a.proyectos {
	background: #662d91;
}

#header ul li a.fotos {
	background: #f7931e;
}

#header ul li a.apuntes {
	background: #603813;
}

#portafolio {
	margin: 50px 0 0 0;
}

#portafolio h2 {
	display: inherit;
	margin-bottom: -20px;
	font-family: Times New Roman, Palatino, Times, serif;
	cursor: pointer;
}

#portafolio h2 a {
	font-size: 46px;
	color: #000000;
	text-decoration: none;
}

#accordion {
	margin: 15px 0 0 5px;
}

#portafolio h3.toggler {
	background: #2968B9;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
	font-size: 34px;
	cursor: pointer;
	display: inline;
	font-weight: normal;
}

#portafolio ul {
	margin: 10px 0 0 -40px;
}

#portafolio ul li {
	list-style: none;
}

#portafolio ul li a {
	background: #2968B9;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none;
	font-size: 24px;
}

#portafolio ul li a:hover {
	background: #d4145a;
}

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0px;
	font-size: 10px;
	line-height: 0.8;
	color: #7F7F7F;
}

#footer a {
	text-decoration: none;
}

.download {
	display: block;
	background: #59A86A url(img/download.png) 5px no-repeat;
	padding: 5px 5px 5px 25px;
	color: #1B1D21;
	border: 1px solid #82F59B;
	text-align: center;
	font-weight: bold;
}

.download a, .download a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 2px dotted;
}

.download a:hover {
	color: #474747;
}

