/*------------------------------*/
/* Listado de cursos			*/
				#intro{
						font-family: "Georgia",serif;
						font-size: 1.2em;
						line-height: 1.8em;
						margin: 30px 0px 30px 0px;
						}	
	
		#titu {
		
		font-size: 28px;
		margin: 5px 0px 0px 0px;
		font-weight: normal;
		color: #ff6600;
		}
						
	#listado {
		
		margin: 30px 40px 30px 30px;
		padding-top: 10px;
		}
		
		#listado .head {
			color: #ff6600;
			border-bottom: solid 1px #ff6600;
			padding: 20px 10px 10px 10px;
			height: 15px;
			
			}
			
			
		#listado .menuambitos{
			margin-bottom: 20px;
			}
			
		#listado .menuambitos p {
			font-size: 11px;
			padding: 8px 4px 0px 17px;
			background-image: url("../img/flechica_lista.gif");
			background-repeat: no-repeat;
			background-position: left ;	
			}
		
		#listado .menuambitos a {
			color: #ff6600;
			font-weight: normal;
			}
			
		#listado .menuambitos a:hover {
			font-weight: bold;
			color: #ff6600;
			}
		
		#listado span, #listado div.valor div {
			display: block;
			font-size: 12px;
			float: left;
			}
			
		#listado .titu01 { width:210px; }
		#listado .titu02 { width:140px; text-align:center;}
		#listado .titu03 { text-align:center;}
		
		#listado div.valor {
			
			border-bottom: dotted 1px #cdcdcd;
			border-top: dotted 1px #cdcdcd;
			padding: 8px 10px 3px 10px;
			cursor: pointer;
			margin-top: 8px;
			}
			
		#listado div.valor:hover {
			background-color: #ffeeee;
			}
			
		#listado div.valor a {
			color: #666666;
			font-weight: normal
			}
			
		#listado div.datos {
			background-color: #efefef;
			padding: 10px 10px 10px 10px;
			border-bottom: dotted 1px #ababab;
			margin-bottom: 8px;
			display: none;
			}
			
		#listado div.datos p{
			font-size: 11px;
			display: none;
			margin-bottom: 4px;
			}
			
		#listado .datos a {
			color: #ff6600;
			font-weight: normal;
			}
			
		#listado .datos a:hover {
			font-weight: bold;
			color: #ff6600;
			}
			
		