#modal {
	position: fixed;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background-image: url(imgs/bg_black50.png);
	z-index: 100;
}

#horizon {
	position: absolute;
	top: 50%; left: 0px;
	width: 100%; height: 1px;
	overflow: visible;
}

#showCompDlg {
	position: relative;
	top: -250px; left: 0px;
	width: 700px; height: 500px;
	margin: 0px auto; padding: 0px;
	border: 0px none;
	
	font-family: Tahoma,Verdana,sans-serif;
	font-size: 1.1em;
	color: rgb(102, 102, 102);
}

#showCompDlg .showComptop {
	width: 700px; height: 8px;
	background-color: transparent;
	background-image: url(imgs/bg_showcomptop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#showCompDlg .showCompcon {
	position: relative;
	top: 0px; left: 0px;
	width: 672px; height: 472px;
	padding: 6px 14px;
	
	background-color: transparent;
	background-image: url(imgs/bg_showcompcon.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#showCompDlg .showCompbot {
	width: 700px; height: 8px;
	background-color: transparent;
	background-image: url(imgs/bg_showcompbot.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#showCompDlg .showComp_modulo {
	width: 640px; height: 440px;
	border: 6px solid #DDDDDD;
	padding: 10px;
}

#showCompDlg #showComp_cerrar {
	position: absolute;
	top: 22px; right: 30px;
	color: #CACBCE;
	cursor: pointer;
}

#showCompDlg p#showComp_title {
	margin-bottom: 15px;
}

#showCompDlg #compList {
	width: 600px; height: 330px;
	margin: 10px auto 0px auto;
	padding: 2px 0px 0px 2px;
	border: 2px solid #999;
	
	overflow: auto;
}

#showCompDlg #compList div.compItem {
	width: 188px;
	background-color: #DDD;
	padding: 0px 2px;
	margin: 0px 2px 2px 0px;
	font-size: 1.2em;
	line-height: 20px;
	
	float: left;
}