			

		
		/* IE8 uses \0 */
		@media all\0 { 
			#MVH-pelis-contenedor{
				display: none;
			}
		} 
		
		/* IE9 uses \9 */
		@media all and (monochrome:0) { 
			#MVH-pelis-contenedor{
				display:block\9;
			}
		} 
		
		/* IE10 and IE11 both use -ms-high-contrast */
		@media all and (-ms-high-contrast:none)
		 {
			 #MVH-pelis-contenedor { display:block } /* IE10 */
			 *::-ms-backdrop, #MVH-pelis-contenedor { display: block } /* IE11 */
		 }		
			
		.MVH-contenedor{
			border: 1px solid #d3e1e4;
			background: #fff;
			margin-bottom: 20px;	
		}
		
		.MVH-h2{
			font-size: 32px;
			font-family: TelefonicaRegular;
			color: #fff;
		}
		
		.MVH-h3{
			font-size: 30px;
			font-family: ApercuMovistarBold;
			color: #005c84;
		}
		
		.MV-fondo-TV{
			background: #003245;
			/* background: url('/estaticos/imagenes/elementos/fondos/fondo-home-destacado-tv-03.jpg') no-repeat center; */
			background-size: cover;
		}
		
		.MVH-fondo-atc {
		background: url("/estaticos/imagenes/elementos/fondos/fondo-atc-home-318.jpg")	no-repeat center;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/estaticos/imagenes/elementos/fondos/fondo-atc-home-318.jpg',sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/estaticos/imagenes/elementos/fondos/fondo-atc-home-318.jpg',sizingMethod='scale')";
		/* background-attachment: fixed; */
		height: 318px;
	}
	.MVH-inputform {
		width: 72%;
		height: 34px;
		padding: 6px 12px;
		font-size: 18px;
		line-height: 1.428571429;
		color: #555;
		background-color: #fff;
		background-image: none;
		font-style: italic;
		font-family: MovistarTextRegular;
		border: 0px;
		opacity: .8;
	}	
	.MVH-btn-search {
		margin-left: 20px;
		width: 22%;
		background-color: #006fa1;
		font-size: 18px;
		border-color: #006fa1;
		padding: 4px 40px;
		vertical-align: top;
		border-radius: 2px !important;
	}	

@media (max-width: 768px) {
 .MVH-btn-search {
  margin-left: 10px;
  padding: 4px 9px;
  }
 .MVH-fondo-atc {
  background-attachment: scroll;
  }
 }
 
 /* INI Estilos mÃ³dulo MiMovistar */
 	.MVH-MiMovistarBox{
		background-color: #DDE6E3;
		color: #4F5759;
		padding-top: 20%;
		text-align: center;
	}
	.MVH-hoverDarkCaja{
		background-color: #005c84;
		opacity: 1 !important;
		transition: all .3s ease;
		-moz-transition: all .3s ease;
	}	
	.MVH-ZoomIco {
		color: white !important;
		transform: scale(1.2);
		transition: all .3s ease;
		-moz-transform: scale(1.2);
		-moz-transition: all .3s ease;		
	}	
	.MVH-h3-blanco {
		color: white;
		transition: all .3s ease;
		-moz-transition: all .3s ease;
	}
 /* FIN Estilos mÃ³dulo MiMovistar */
 