#pageInicio {
	min-height: 1100px;
	height: 100%;
	overflow: auto;
}

#pageProject {
	min-height: 1100px;
	height: 100%;
	overflow: auto;
}

#topicosPic ul {
	background: transparent url(../../img/inicio/topicos.png) repeat scroll
		0 0;
	height: 270px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 190px;
}

#topicosPic ul div {
	cursor: pointer;
}

.opaque {
	opacity: .4;
	filter: alpha(opacity = 40);
}

.unopaque {
	opacity: 0;
	filter: alpha(opacity = 0);
}

#topicosPla {
	position: absolute;
	background-color: #00f;
	left: 75px;
	width: 80px;
	height: 30px;
}

#topicosReu {
	position: absolute;
	background-color: #9b0007;
	left: 79px;
	width: 80px;
	height: 30px;
	top: 38px;
}

#topicosPro {
	position: absolute;
	background-color: #007900;
	left: 100px;
	width: 80px;
	height: 30px;
	top: 68px;
}

#topicosPre {
	position: absolute;
	background-color: #790079;
	left: 105px;
	width: 80px;
	height: 30px;
	top: 108px;
}

#topicosAge {
	position: absolute;
	background-color: #ff5f00;
	left: 100px;
	width: 80px;
	height: 30px;
	top: 150px;
}

#topicosEst {
	position: absolute;
	background-color: #88a1eb;
	left: 90px;
	width: 80px;
	height: 30px;
	top: 198px;
}

#topicosSol {
	position: absolute;
	background-color: #ff0404;
	left: 78px;
	width: 80px;
	height: 30px;
	top: 235px;
}

#inicioContent {
	width: 760px;
}

#inicioContent div.inicioLeftTabs {
	float: left;
	width: 100%;
}

#inicioContent #left div.inicioLeftTabs {
	background: transparent url("../../img/inicio/bk_btn_div_small.png")
		repeat-x;
	height: 40px;
	width: 180px;
	border: 1px dashed white;
}

#inicioContent #left h1 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#inicioContent #left div.selected {
	border: 2px dashed #002F5A;
}

#inicioContent #left {
	width: 190px;
	float: left;
}

.simpleList {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 30px;	
	font-size: small;
}



#inicioContent #right {
	width: 560px;
	float: left;
}

.inicioLeftTabs {
	cursor: pointer;
}

.block h1.dashed{
	border-bottom: 1px dashed #002f5a;
	padding-bottom: 8px;
}

.block {
	padding-left: 10px;
	padding-bottom: 16px;	
}

#welcomeText {
	height: 280px;
	width: 560px;
	padding-left: 10px;
}

#welcomeText h1,#welcomeMindMapper h1 {
	border-bottom: 1px dashed #002f5a;
	padding-bottom: 8px;
}

#welcomeMindMapper {
	height: 280px;
	width: 100%;
	padding-left: 10px;
}