Vés al contingut (premeu Retorn)

Sou a: Inici / scripts / recerca.css

recerca.css

text/css recerca2.css — 503 B

Continguts del fitxer

.area-recerca {
  	background: #fff;
  	display: block;
  	padding: 0;
    width: 100%;
  }

.img-area-recerca {
    padding: 0px;
    display: block;
  	position: relative;
  }

.nom-area-recerca {
  	background: none repeat rgba(85, 85, 85, 0.9);
  	bottom: 0;
  	left: 0;
  	padding: 8px 0px 1px 0px;
  	position: absolute;
    width: 100%;
    border: 0px solid #000000;
  }

.nom-area-recerca p {
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }