/* /styles/lists.css */ 

/*------ TAMAŅO DE LETRAS EN TABLAS PARA IE ------*/
table tr td, table tr th
{
	text-align: left;
	font-size: 11px;
}

/*---- LISTADO DE BARCOS EN EL PASO 2 */
#listadoBarcos
{
	margin-left: 10px;

	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 10px;
}

#listadoBarcos table
{
	width: 668px;
	padding-bottom: 10px;

}

#listadoBarcos table tr td
{
	padding: 2px;
}

#listadoBarcos table tr.tableAlternateRow
{
	background: #F6F0C5;
}

#listadoBarcos table tr.tableSeparator
{
	background: #E9E4BB;
}

#listadoBarcos table tr.tableSeparator td
{
	padding: 0px;
	height: 1px;
}


#listadoBarcos table
{
	border-bottom: 1px solid #CCCCCC;
padding-bottom: 10px;
}

#listadoBarcos table tr td a
{
	color: #000099;
	text-decoration: underline;
}
