@charset "utf-8";
/* CSS Document */
#presentacionmirador {
  background: url(../imgspuntos/portada_oyambre.jpg) no-repeat top center;

  width:960px;
  height:380px;

  margin: 20px auto;
  
  padding-bottom: 20px;
  border-bottom: 1px solid #c0c0c0;
}

#presentacionmirador h2 {
  margin-left:40px;
  padding-top: 30px;
  font-size: 5.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  color:#74921e;
  font-weight: 600;
  letter-spacing: -.03em;
  background-color: black;
}

#presentacionmirador .arregloruta {
  width:153px;
  height:44px;
  margin:20px 0 0 35px;
  background-color: black;
}

#presentacionmirador .arregloruta p{
  font-size: 1.3em;
  color:#FFF;
  text-transform: uppercase;
  padding-top: 13px;
  margin-left:12px;
  float:left;
  letter-spacing: .07em;
}

.uloyambre{
	font:x-small Arial,Helvetica,sans-serif;
	color:#666;
	font-size:.9em;
	list-style-type:circle;
	list-style-position:outside;
	margin-left:25px;
}

.lioyambre{
	margin-bottom:10px;
}