.contenidor {
    width: 400px;
    height: 150px;
}
.contenidor img {
    max-height: 100%;
    max-width: 100%;
    margin:auto;
    display:block;
}
.imatge{
    display: block;
    max-width: 400px;
    max-height: 150px;
    width:100%;
    height:auto;
}
.imatgeBanner{
  display: block;
  width:100%;
  height:auto;
}
.imatge_anteerior{
	display:block;
	height: auto;
	width:100%;
}
.Boto{
  cursor: pointer;
}
div.Animacio {
	width:100%;
	overflow:hidden;
}
div.Animacio p {
	font-size: 18pt;
	font-weight: bold;
	animation-name: Animacio;
	animation-duration: 20s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes Animacio {
	from {
		margin-left: 100%;
		width: 300%; 
	}
	to {
		margin-left: -100%;
		width: 100%;
	}
}
.splash{
  cursor : pointer;
  position : fixed;
  top : 50%;
  left : 50%;
  width : 50%;
  transform : translate(-50%,-50%);    
  background-color: rgba(0,0,0);
  transition : all ease-in-out 600ms;
}
.splash img {
	width: 100%;
	height: 100%;
}
.Amagar{
  transition : 0.5s;
  display : none;
}
.color2{
  background: #f5f5f5;
}
.vl {
    border-left: 3px solid #DEDEDE;
    height: 22px;
}
input {
          font-size: 14px;
}
