.contenedor {
  width:100%;
  margin:0px auto;
  vertical-align: top;
	text-align: center;	
  background:#999;
  }
.hojacabecera {
  width:980px;
  margin:0px auto;
  vertical-align: top;
  }
.margencabecera {
  width:2%;
  margin:0px auto;
 	display: inline;
  background:#ccc;
  vertical-align: top;
	}	
.logo {
  width:30%;
  margin:0px auto;
 	display: inline;
  vertical-align: top;
  background:#f00;
  }
.titulo {
  width:63.9%;
  margin:0px auto;
	text-align: right;
  vertical-align: top;
 	display: inline;
  background:#0f0;
  }
.titcab {
	text-shadow: 0.5px 0.5px 0.5px #999;
	font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif; 
  font-weight: bold;
  font-size: 24 px;
  color: #096aae;
	}
.tittelefono {
	text-shadow: 0.5px 0.5px 0.5px #999;
	font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif; 
  font-weight: bold;
  font-size: 24 px;
  color: #2953c1;
	}
.titsub {
	text-shadow: 0.5px 0.5px 0.5px #999;
	font-family: 'Trebuchet MS', verdana, helvetica, arial, sans-serif; 
  font-weight: bold;
  font-size: 24 px;
  color: #d7a212;
	}

@media screen and (max-width:980px) { 
  .hojacabecera {
  	width:100%;
	  }
  }

@media screen and (max-width:660px) { 
  .hojacabecera {
  	width:100%;
	  }
  }
	
