#prensa table
{
	font-family:   Verdana, Arial, Helvetica, sans-serif;		
	font-size:     10px;
	font-weight:   bold;
	border:        none;
	width:         580px;
	margin-bottom: 5px;
}

#prensa th
{
	font-size:     14px;
	font-weight:   bold;
	text-align:    left;
	color:         white;
	border-bottom: none;
}


#prensa td
{
	font-size:     13px;
	font-weight:   bold;
	color:         white;
	border:        none;
}

#prensa td.campo
{
	color:       yellow;
	font-size:   13px;
	font-weight: bold;
	font-style:  normal;
	text-align:  right;
	width:       100px;
}

#prensa td.valor
{
	color:      white;
	text-align: left;
}

#prensa a:link, #prensa a:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

#prensa a:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: yellow;
	text-decoration: underline;
}

