/* 
    Document   : DarkBlue
    Created on : 24-jul-2009, 10:40:11
    Author     : xxx
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

hr.separador
{
    color:#667542;
}

td.menutop > a
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	color: white;
	font-weight: bold;
	text-decoration:none;
}

td.menutop > a:hover
{
	color:#FF6600;
}

.prodtitle
{
    display:block;
    font-weight:bold;
    color:black;
}

.fichaimg
{
    border : 0px solid #144677;
    margin-left: 10px;
    padding: 20px;
}
