body {
	display: all;
}

#titulo {
	display: all;
	font-size:18px;
	font-weight: bold;
	margin-bottom: 8px;
}

#photoheader {
	display: none;
}

#topmid {
	display: none;
}

#cross {
	display: none;
}

#ajos {
	display: none;	
}

#subtitle {
	display: none;	
}

#content {
	display: all;;
}

#containercontent {
	display: all;
}


/* main container  to allow for footer */
#total {
	display: all;
}

/*header container to allow for footer */
#top {
	display: all;
}

#footer {
	display: none;
}

.title {
	display: all;
	font-size:14px;
	font-weight: bold;
}

h6 {
	display: all;
	font-size:14px;
	font-weight: bold;
}

h5 {
	display: all;
	font-size:16px;
	font-weight: bold;
}

h4 {
	display: all;
	font-size:16px;
	font-weight: bold;
}

h3 {
	display: all;
	font-size:16px;
	font-weight: bold;
}

a:link {
	display: all;
}

a:active {
	display: all;
}

a:visited {
	display: all;
}

a:hover {
	display: all;
}


/* primary nav */

#primarynav {
	display: none;

}

#primarynav ul {
	display: none;
}

#primarynav li {
	display: none;
}

.top {
	display: none;
}

#primarynav li a {
	display: none;
}

#primarynav li a:hover {
	display: none;
}

#primarynav li a:active {
	display: none;
}

#primarynav li a:visited {
	display: none;
}




ul.double {
	display: all;
}


ul.double li.alt1 {
	display: all;
}

ul.double li.alt2 {
	display: all;
}

#lightbg ul {
	display: all;
}




