/* CSS Document */

body {
  font-size: 70%;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color:#555;
}

#container, #footer_container {
  width: 780px;
  margin:0px auto;  
  text-align:left; 
}

#trailimageid
{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
	color:#444;
	text-align: left;
	background-color:#990000;
}

#trailimageid h2 {
  color:#000;
  font-size:12px;
  margin-bottom:0em;
}

#logo_flotante {
  position:absolute;
  top: 5px;
  left: 50%;
  padding-left:248px;
  z-index: 500;
}
