

/* Estilos css.*/

td img {display: block;}
#fondo {
 width:100%;
 height:100%;
 padding:0;
}

body {
	background-color: #ffffff;
}


.tabla{
	  margin-top:-9px;   /* se verá en todos los navegadores */
      #margin-top:-13px;  /* en todos los IE, se verá con -20px */
      //margin-top:-13px; /* este hack, es equivalente al anterior: todos los IE */
      _margin-top:-13px;  /* en todos los IE6, o inferior, se verá con -20px */
}


.simple{
	text-decoration: none;
}

.marco{
	z-index: 100;
	position: relative;
	left: 0px;
	top: 0px;
	width: 650px;
	scrolling: no;
}

.prensa{
	z-index: 100;
	position: relative;
	left: 0px;
	top: 0px;
	width: 550px;
	height: 400px;
	scrolling: no;
	border:none
}
/*
.Estilo1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFFFF;
}
.Estilo2 {
	font-size: 12px;
	font-weight: bold;
}
