/* CSS Document */
html  ul.list_stream li a { height: 1%; }/*fix para ie steplist */

ul.list_stream{
	list-style:none;
	padding:5px;
	font-size:12px;
	/*background-color:#F5F5F7;
	color:inherit;	*/
	}
	ul.list_stream li{
		/*margin: 5px 10px 5px 10px;
		float:left;
		width:30%;*/
		}
		ul.list_stream li.angosto{
			width: 98px;
			float:left;
			margin:4px 4px 0px 4px;
			}
		ul.list_stream li.angosto_tit{ padding-top:5px;}
		ul.list_stream li a{
			text-decoration:none;
			padding:5px 10px 5px 15px;
			/*text-align: left;*/
			display: block;
			}
			ul.list_stream li a.selected{background:#EDF1F9 url(../imgs/arrow_ul_blanco.gif) no-repeat center bottom; border: 1px dashed #C9C3C5;  border-bottom:1px solid #EDF1F9;}
			
		ul.list_stream li a, ul.list_stream li a:visited{
			color:#2963AC;
			background-color:#FFFFFF;
			border-bottom: 1px dashed #C9C3C5;
			background-image:url(../imgs/arrow_ul.gif);
			background-position:left;
			background-repeat:no-repeat;
			/*margin: 0px 10px 0px 10px;
			/*color:#000000;
				*/	
			}
		ul.list_stream li a:hover, ul.list_stream li a:active{
			background-color: #F5F5F7/*931111*/;
			color: #6A92CD/*ffffff*/;
			background-image:url(../imgs/arrow_ul_blanco.gif);
			background-position: left;
			background-repeat:no-repeat;
			}
	/*	ul.list_stream li.selected{
			
			}*/
		ul.list_stream li a span{
			font-size:10px;
			color:#C9C9C9;
			background-color:inherit;		
			}
.center{
	text-align:center;
	}


.show_info{
	clear:both;
	margin: 0px 25px 0px 110px;
	padding:5px 10px 5px 10px;
	background:#EDF1F9;	
	position: relative;
	border: 1px dashed #C9C3C5;
	border-top:none;
	}	
	.show_info div.tit{
		width:80%;
		float:left; 
		border-bottom: 1px solid #003366; 
		position:relative;
		margin: 0px 0px 0px 0px;
		}
		.show_info div.info{
	/*		width:80%;
			float:left;
			background:#99FF33;*/
			}
	.show_info h1{
		font-family:DFKai-SB, Arial Unicode MS, PMingLiU;
		font-size:18px;
		color:#336699;
		}
		.show_info .download{
			width:200px;
			height: 30px;
			float:right;
			background: #CCCCFF;
			position:relative;
			}