﻿
/* Publicaciones */
.header-documento
{
	font-size: 10px;
	font-weight: normal;
	color: #9B9B9B;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

.header-comentario
{
	font-size: 10px;
	font-weight: normal;
	color: #9B9B9B;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

.header-tipo
{
	font-size: 10px;
	font-weight: normal;
	color: #9B9B9B;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

.header-peso
{
	font-size: 10px;
	font-weight: normal;
	color: #9B9B9B;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}

.header-fecha
{
	font-size: 10px;
	font-weight: normal;
	color: #9B9B9B;
	width: 108px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
}



a.publicacion-vinculo:link, a.publicacion-vinculo:visited
{
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

a.publicacion-vinculo:hover
{
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}

.item-icono
{
	padding: 5px 5px 5px 5px;
	color: #333333;
	border: solid 1px #999999;
	text-align: center;
	vertical-align: top;
}

.item-documento
{
	background-image: url(/imagenes/descarga.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 10px;
	padding: 5px 3px 5px 20px;
	color: #333333;
	width: 200px;
	border: solid 1px #999999;
}

.item-comentario
{
	font-size: 10px;
	width: 270px;
	padding: 5px 3px 5px 3px;
	color: #333333;
	border: solid 1px #999999;
}

.item-tipo
{
	width: 80px;
	padding: 5px 3px 5px 3px;
	color: #333333;
	vertical-align: top;
	border: solid 1px #999999;
}

.item-peso
{
	width: 80px;
	padding: 5px 3px 5px 3px;
	color: #333333;
	vertical-align: top;
	border: solid 1px #999999;
	text-align: center;
}

.item-fecha
{
	width: 107px;
	padding: 5px 3px 5px 3px;
	color: #333333;
	vertical-align: top;
	border: solid 1px #999999;
	text-align: center;
}

 
 
 


div.publicaciones-buscar
{
	text-align: left;
	margin: 14px 0px 14px 0px;
	border-bottom: solid 1px #E9E9E9;
	border-top: solid 1px #E9E9E9;
	color: #9B9B9B;
	background-image: url(/imagenes/flechita-abajo.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 3px 0px 3px 20px;
}


.ddl-categoria
{
	font-size: 10px;
	background-color: #993366;
	color: #FFFFFF;
}

TD.categoria
{
	padding: 10px 0px 30px 16px;
}