/* PDFs d'en Pep Torrens */

.item-pep-torrens {
    background-image: url("imatges/taula-ruta.jpg");
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
    font-family: trebuchet ms;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.item-pep-torrens-nou {
    background: green;
}

.pt-amagada {
    color: #777777;
}

.pt-editada {
    border-color: red;
    border-width: 2px;
    border-style: solid solid none;
}

.pt-nom {
    margin-left: 5px;
}

.pt-opcions {
    margin-left: 5px;
    margin-right: 15px;
}

#pt-mostra {
}

.pt-nom:hover {
    text-decoration: none;
    color: #FFFF66;
}

#opc-pep-torrens {
    border-color: red;
    border-width: 2px;
    border-style: none solid solid;
    padding: 5px;
}

#pt-resposta {
    color: red;
    font-weight: bold;
}

#pt-visitants {
    cursor: pointer;
    color: blue;
}

#pt-opcions-generals {
	position: fixed;
	background: greenyellow;
	left: 10px;
	bottom: 10px;
	padding: 10px;
}

/* vim: set tabstop=4 shiftwidth=4 noexpandtab: */
