body
{
	font-family: verdana;
	color: #666666;
	font-size: 11px;
	line-height: 14px; /* probar ésto, si no, quitarlo */
}
p
{
	font-family: verdana;
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}
p.cajaContacto
{
	font-size: 10px;
	line-height: 11px;
}
a
{
	text-decoration: none;
	color: #666666;
}
a:visited
{
	text-decoration: none;
	color: #666666;
}
a:hover
{
	text-decoration: underline;
	color: #666666;
}
img
{
	vertical-align: middle;
}
td, th
{
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}
table.precios td
{
	width: 40px;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	padding: 4px;
}
td.preciosCabecera
{
	height: 20px;
	text-align: center;
	font-weight: bold;
	background: #CCCCEE;
	color: #666677;
}
td.preciosPar
{
	background: #DDDDEE;
	color: #666677;
}
td.preciosImpar
{
	background: #EEEEEE;
	color: #666677;
}
a.marco
{
  float: left;
  padding: 10px;
  background: #EEEEEE;
  border-width: 1px;
  border-color: #666666;
  border-style: solid;
}
a:hover.marco
{
  float: left;
  padding: 10px;
  background: #CCCCCC;
  border-width: 1px;
  border-color: #666666;
  border-style: solid;
}
div.mensajeOut
{
  text-align: center;
}
div.mensajeIn
{
  text-align: center;
  color: #666666;
  width: 350px;
  background: #DDDDDD;
  border: 1px solid #666666;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}