.anuari {
  color: #007abc;
  padding: 0;
}
#post ul.contacts {margin-left: 0;}
li.contact {
  background-color: #DCEAF4;
  border: 3px solid #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  float: left;
  font-weight: 200;
  height: 220px;
  list-style-type: none;
  margin: 10px;
  padding: 10px;
  text-align: center;
  width: 270px;
}
li.contact dl {margin: 0;}
li.contact dt {font-weight: bold;}
li.contact dt, li.contact dd {line-height: 20px;}

/*campo del for de Search*/
.form-busca {
  position: fixed;
  height: 40px;
  top: 30px;
  right: 0;
}
.inputbusca {
  background: none repeat scroll 0 0 #cddff7;
  border: 2px solid #cddff7;
  border-radius: 10px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2) inset, 0 0 10px rgba(0,0,0,0.5);
  clear: both;
  color: #000000;
  padding: 10px;
  position: absolute;
  right: 20px;
}
#clearSearch {
  position: absolute;
  right: 0;
  border: none;
  background: none;
  font-size: 1.7rem;
}
::-webkit-input-placeholder { 
	color: #666 !important;
	font-style:italic;
	text-overflow: ellipsis; 
}
:-moz-placeholder { 
	color: #666 !important;
	font-style:italic;
	text-overflow: ellipsis;
}
::-moz-placeholder { 
	color: #666 !important;
	font-style:italic;
	text-overflow: ellipsis;
} /* for the future */
:-ms-input-placeholder { 
	color: #666 !important;
	font-style:italic;
	text-overflow: ellipsis;
}

.inputbusca:hover {background: #fff;}
.inputbusca:hover::-webkit-input-placeholder { color:#007abc!important;}
.inputbusca:hover:-moz-placeholder { color:#007abc!important;}
.inputbusca:hover::-moz-placeholder { color:#007abc!important;}
.inputbusca:hover:-ms-input-placeholder { color:#007abc!important;}

.inputbusca:focus {
    background: #fff;
    box-shadow:0 0 5px 1px #007abc, 1px 1px 7px 2px rgba(0, 0, 0, 0.2) inset;
    outline: none;
}
.inputbusca:focus::-webkit-input-placeholder { color: #CBCBCB!important;}
.inputbusca:focus:-moz-placeholder { color:#CBCBCB!important;}
.inputbusca:focus::-moz-placeholder { color:#CBCBCB!important;}
.inputbusca:focus:-ms-input-placeholder { color:#CBCBCB!important;}

.retrat {
  background-color: #F5F5F5;
  border: 10px solid #FFFFFF;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  height: 130px;
  margin: -40px auto -3px;
  overflow: hidden;
  padding: 0;
  width: 130px;
}
.retrat > img {
  margin-left: -4px;
  margin-top: -6px;
}
.contact > h1 {
  color: #000000;
  display: inline-block;
  font-size: 1.4em;
  height: auto;
  line-height: 0.9em;
  overflow: hidden;
  text-shadow: 1px 1px 1px #ffffff;
  width: 250px;
  margin: 10px 0;
}
.contact > h2 {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.2em;
  height: 40px;
  line-height:1.2em;
  margin-top: -11px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.contact > p {margin-top:-13px;}

.anuficha {
  border-radius: 10px 10px 10px 10px;
  padding: 30px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
}

.fotoperso {
  position: relative;
  float: right;
}
.anuficha > h3 {
  color: #007ABC;
  font-family: trebuchet ms;
  font-weight: lighter;
  margin-bottom: -20px;
  text-shadow: 0 0 1px #FFFFFF;
}
.anuficha > p {
  margin-left: 10px;
  margin-top: 20px;
}
.anuficha > ol {display: inline-block;}
.anuficha > ol li {
  display: block;
  float: left;
  list-style: square inside none;
  margin-left: 10px;
  padding-right: 30px;
}




#footer {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 105px;
  color: #A4A4A4;
  font-size: 1.1em;
  position: fixed;
  width: 100%;
}
#footer > ul {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 20px 10px 10px;
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
}
#footer li {
  float: left;
  list-style: square inside none;
  padding-right: 10px;
  width: 33%;
}
#footer a {color: #FFFFFF;}
#footer a:hover {text-decoration: underline;}