* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background: #f0f0f0;
	color: #696969;
}
a {
	color:#02afdf;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#02afdf;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#242549;
	font-size:48px;
	padding:20px 0 0 20px;
}
.logo span {
	color:#02afdf;	
}
.author {
	padding:0 0 20px 20px;
}
h1 {
	color:#02afdf;
	font-size:26px;
	font-weight:bold;
}
.mainLogo {	
	float:left;
}
.icons {
	float:right;
	padding:40px 20px 0 0;
}
.icons img {
	border:0;
}
#container { 
	width: 960px;  
	margin: 0 auto;
	background:#FFFFFF;
} 
.mainContent {
	padding:20px 70px;
}
.leftSidebar {
	float:left;
	width:350px;
	padding:20px 0 20px 0;
}
.leftSidebar p {
	padding-top:20px;
}
.rightSidebar {
	margin-left:380px;
	border-left:1px solid #bababa;
	padding:20px 0 20px 30px;
}
.moreDetails {
	text-align:right;
	padding:20px 0;
}
#footer {
	text-align:center;
	height:75px;
	background:url(http://www.lavawebsolutions.com/CodeIgniter_2.0.0/images/footerBackground.jpg) repeat-x left top;
}
#footer p {
	padding:20px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*MAIN MENU*/
#navcontainer {
	padding:20px 0 170px 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: url(http://www.lavawebsolutions.com/CodeIgniter_2.0.0/images/menuBackground.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
	height:60px;
}
#navcontainer ul li { 
	display: inline;
	color:#ffffff;
}
#navcontainer ul li a {
	padding:18px 29px 0 30px;
	background: url(http://www.lavawebsolutions.com/CodeIgniter_2.0.0/images/menuBackground.jpg) repeat-x left top;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-size:24px;
}
#navcontainer ul li a:hover {
	background: url(http://www.lavawebsolutions.com/CodeIgniter_2.0.0/images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
#navcontainer #active a {
	background: url(http://www.lavawebsolutions.com/CodeIgniter_2.0.0/images/menuActive.jpg) repeat-x left top;
	color: #fff;
	height:60px;
}
.menuSeparator {
	height:60px;
	width:2px;
	float:left;
}

form {
	display:inline;
	clear:none;
}

h2 {
	margin-top:20px;
}

.mainContent p {
	margin-top:14px;
	margin-bottom:14px;
}

p.small {
	font-size:8pt;
}

p.listado {
	font-size:14pt;
}

p.listado a {
	text-decoration:none;
	font-size:14pt;
}

a.clspagination {
	font-size:12pt;
	font-style:italic;
}

p.pc {
	font-size:11px;
}
