/*----------------------------------------*/
/* Hoja de Estilos para GenteConIdeas.com */
/* Autor: SergioIglesias.net              */
/*----------------------------------------*/

body {
  background: #000;
  color: #fff;
  font: normal 0.7em Arial;
  padding: 0;
  margin: 0;
  text-align: center;
}
a { color: #fff; }
a:hover { text-decoration: none; }
img { border: none; }

.limpiar { clear: both; }

/* contacto */
#contact-content {
  background: #305B88;
}
#contact-content h2 {
  color: #fff;
  background: #244466;
  padding: 4px 8px;
}
#contact-content .container {
  padding: 10px 24px;
  text-align: left;
}
#contact-content .container p {
  padding: 0 10px;
  font-size: 1.4em;
  font-family: "MS Trebuchet", Verdana, Arial;
}
#contact-content h3 a {
  background: url(../images/favicon.ico) no-repeat 8px center!important;
  color: #F0C247;
  padding: 4px 8px 4px 28px;
  font-size: 1.5em;
  text-decoration: none;
  width: 300px;
  margin: 0 auto;
  display: block;
}

#contact-button {
	border-top:#ffffff solid 3px;
	margin-bottom: 40px;
}

#contact-button a {
	float:right;
	height:21px;
	text-indent:-9999px;
	width:136px;
	line-height:21px;
}

#contact-button a { background-image:url(../images/contacta.gif); }

/* para anuncio */
#topbar{
  width: 300px; 
  position:absolute;
  z-index: 999;
  visibility:hidden;
  border: 1px solid #888;
}
.anuncio {
  background: #000;
  padding: 2px;
}
.anuncio h2 {
  background: #305B88 url(../images/favicon.ico) no-repeat 4px center;
  color: #fff;
  padding: 4px 0 4px 26px;
  font-size: 1em;
  font-family: Arial, "Trebuchet MS", Verdana;
  /*font-style: italic;*/
  margin-bottom: 2px;
  margin-top: 0;
  text-align: left;
}
.anuncio p {
  margin-bottom: 4px;
  font-family: Arial, "Trebuchet MS", Verdana;
}
.anuncio em {
  font-family: "Trebuchet MS", Verdana, Arial;
  font-size: 1.1em;
  color: #305B88;
  font-style: normal;
}
.anuncio div {
  background: #CCD6E2;
  padding: 2px 4px 8px!important;
  color:#000;
}
.cerrar a {
  float: right;
  margin-top: 5px;
  margin-right: 3px;
}
