	body {
		overflow-y: scroll;
	}
	.contacto {
		position:relative;
		height:47px;
		padding-top:35px;
		width:100%;
		font-size: 18px;
		color:#555;
		background-image:url('../../img/eCliente/logo_eCliente.png');
		background-repeat: no-repeat;
   		background-position: left center;
   		background-size:auto;
	}
	
	.contacto .telefono {
		position:relative;
		float:right;
		border-right:1px solid #000;
		margin-right:10px;
		padding-right:10px;
	}
	
	.contacto .email {
		position:relative;
		float:right;
		margin-right:20px;
	}
	
	.email a {
		text-decoration:none;
	}
	
	.tituloCabecera {
		position:relative;
		float:left;
		width:100%;
		height:47px;
		padding-top:4px;
		color:#fff;
		background-color:#008a2f;
		text-align:center;
		font-size: 36px;
		font-weight:bold;
	}
	
	@media only screen and (max-width: 620px) {
			
		.contacto {
			height:62px;
			padding-top:20px;
		}
		
		.contacto .telefono {
			border-right:none;
			width:100%;
			text-align:right;
			padding-top:2px;
			margin-top:-45px;
		}
		
		.contacto .email {
			width:100%;
			text-align:right;
			margin-top:20px;
		}
	}
	
	@media only screen and (max-width: 560px) {
			
    	.contacto {
   			height:45px;
			padding-top:80px;
   			background-position: center top;
		}
		
		.contacto .telefono {
			text-align:center;
			padding-right:0px;
			margin-right:0px;
		}
		
		.contacto .email {
			text-align:center;
			padding-right:0px;
			margin-right:0px;
		}
	}
	
	@media only screen and (max-width: 700px) {
		.tituloCabecera.textoLargo {
			height:95px;
		}
	}

	