body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#252F37;
	margin: 0;
}
.fondo-texto {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(/images/medio3_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.texto_azul {
	color: #006699;
}

.vinculo_contacto {
	color: #0166A1;
	text-decoration: none;
}
.vinculo_contacto:hover {
	color: #999999;
	text-decoration: none;
}
.texto_gris {
	color: #999999;
}
.texto_centro-marjen {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.linea_abajo-botonera {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.texto_novedades-marjen {
	margin-top: 10px;
	margin-bottom: 10px;
}
.vinculo_actualidad {

	color: #666666;
	text-decoration: none;
}
.vinculo_actualidad:hover {
	color: #0166A1;
}
.recuadro-foto {
	border: 1px solid #006699;
}

/*-- noticia -----------------------------------------------------------------*/

.noticia {
  padding-right: 50px;
  overflow: hidden;
}

  .noticia-titulo a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-style: italic;
	text-align:left
    margin: 20px 0 10px 0;
    text-decoration: none;
  }
  
    .noticia-titulo a:hover {
      text-decoration: underline;
    }
  
  .noticia-imagen {
    float: left;
    padding: 0 10px 10px 0;
  }
  
    .noticia-imagen img {
      display: block;
      border: 1px solid #DDD;
      padding: 2px;
    }
    
    .noticia-imagen a:hover img {
      border-color: #000;
    }    
    
  .noticia-copete, noticia-cuerpo {
    line-height: 18px;
    font-size: 12px;
  }

.noticia-completa .noticia-categoria {
  text-transform: uppercase;
  color: #999;
  margin: 10px 0 5px 0;
}
    
.noticia-completa .noticia-titulo a {
  font-size: 26px;
  margin: 0 0 5px 0;
}

.noticia-completa .noticia-fecha {
  color: #999;
  margin-bottom: 5px;
}

.noticia-completa .noticia-cuerpo {
  clear: both;
  border-top: 1px solid #DDD;
  margin-top: 10px;
  padding-top: 10px;
}
    
/*-- categoria-noticia -------------------------------------------------------*/    

.categoria-noticia-titulo {
  text-transform: uppercase;
  margin-top: 20px;
  color: #999;
  border-bottom: 1px solid #DDD;
}

/*-- form --------------------------------------------------------------------*/

.form {
  
}

  .form-fila {
    margin: 15px 0;
  }
  
  .form-fila label {
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
  }
  
  .form-help {
    color: #999;
  }

