/* CSS Document */

#listadoProyectos
{
	color:#666666;
	margin-top:313px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	overflow:hidden;
	width:100%;
	height: 300px;
	position: absolute;
	font-size:10px;
}

	#lista
	{
		width:760px;
		margin:0 auto;
		height:280px;
	}
	
	

	.cabecera
	{
		margin:0 auto;		
		width:740px;
		height:30px;
		background-image:url(../imgs_body/lineaBlanca.png);
		background-repeat:repeat-x;
		background-position:center bottom;
	    font-size:8pt;
		text-transform:uppercase;
	}
	
	.listaCompleta
	{
		margin:0 auto;		
		width:740px;
		height:45px;
		background-image:url(../imgs_body/lineaBlanca.png);
		background-repeat:repeat-x;
		background-position:center bottom;
		padding-top:4px;
		text-transform:uppercase;
	}
	
		.cabecera ul, .listaCompleta ul
		{
			margin:0;
			list-style:none;
			padding:0;
		}
		
		.cabecera ul li, .listaCompleta ul li
		{
			float:left;
			width:120px;
			margin-right:2px;
			text-align:center;
		}
	
	