﻿/*------------ 1002 ---------------------------------------------------*/
/*------------ FONT-SIZE (BASE) ---------------------------------------------------*/
body { font-size: 16px; }
/*------------ HEADER ---------------------------------------------------*/
#cd-menu-trigger, header { background: #1A1A1A !important; /* Gris */ }
.buscarinput { background: #346ED8 !important; /* Azul 3 */ color: #fff !important; /* Blanco */ font-weight: 700; }
nav#cd-top-nav.ingresocontacto { background-color: #346ED8 !important; color: #fff !important; }
/*------------ MENU LATERAL ---------------------------------------------------*/
.altura:hover { background: #346ED8 !important; /* Azul 3 */ color: #fff !important; /* Blanco */ }
/*------------ FOOTER ---------------------------------------------------*/
footer { background: #000000 !important; /* Negro */ color: #fff !important; /* Blanco */ }
/*------------ SLIDER (VISTAS) ---------------------------------------------------*/
#vistas { background: #1A1A1A !important; /* Gris */ }
#vistas > h1 { color: #fff !important; /* blanco */ }
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background: #346ED8 !important; /* Azul */ }
.owl-page span { background:  #888888 !important; /* Gris */ }
.owl-page.active span { background:  #346ED8 !important; /* Azul */ }
/*------------ SECCION (DETALLE) ---------------------------------------------------*/
#peliuno { background: #fff !important; /* Blanco */ }
.secciondetalle h2{color: #346ED8 !important; /* Azul */ }
.conjuntotitulo { border-left: 14px solid #346ED8 !important; /* Azul */ color: #CD0A0A !important; /* Azul */ }
.ticket { background: #346ED8 !important; /* Azul */ color: #fff !important; /* Blanco */ }
#ticket { background: #f8c915 url(/Content/img/ticket.png) no-repeat center center !important; /* Amarillo 3 */ color: #fff !important; /* Blanco */ }
.trailer p { background: #232A35 !important; /* Gris 2 */ color: #fff !important; /* Blanco */ }
#trailer { background: #1A1A1A url(/Content/img/trailer.png) no-repeat center center !important; /* Gris 2 */ color: #fff !important; /* Blanco */ }
/*------------ POPUP (COMPRA) ---------------------------------------------------*/
.activecompra { background: #346ED8 !important; /* Azul */ color: #fff !important; /* Blanco */ }
/*------------ CARTELERA ---------------------------------------------------*/
#semana #cartelerasemana2, .botoncomplejohoy { background: #346ED8; /* Azul */ color: #fff; /* Blanco */ }
.combopelititulo { border-left: 7px solid #346ED8; /* Azul */ }
.combopelititulo h2 { color: #346ED8; /* Azul */ }
.combopelititulo h3 { color: #888888; /* Gris */ }
/*------------ FILTRO ---------------------------------------------------*/
.filtro .active { background: #346ED8; /* Azul */ color: #fff; /* Blanco */ }
/*------------ SECCION (CONTENIDO 2 COLUMNAS) ---------------------------------------------------*/
.sectionContent p.Titulo{font-weight:700; text-align:center;}
/*------------ POPUP ---------------------------------------------------*/
.cd-form input[type=button], .cd-form input[type=submit] { background: #346ED8 !important;}
.cd-form input[type=button]:hover, .cd-form input[type=submit]:hover { background: #1a53ba !important;}
.no-touch .cd-form input[type=button]:hover, .no-touch .cd-form input[type=button]:focus{background: #1a53ba !important;}
.btn-format-grey{background: #346ED8; /* Azul */ color: #fff; /* Blanco */}
    .btn-format-grey:hover { background: #1a53ba !important; }
/*------------ HORARIOS ---------------------------------------------------*/
#inpSiguienteCarrito,#inpAgregarAlCarrito, input.next, .next, .backBtn,  .check-list li.selected { background-color: #346ED8 !important; /* Azul */ color: #fff !important; /* Blanco */ }
#inpSiguienteCarrito:hover,#inpAgregarAlCarrito:hover, input.next:hover, .next:hover, .backBtn:hover, .check-list li:hover, .check-list li.selected:hover { background-color: #1a53ba !important; /* Azul */ color: #fff !important; /* Blanco */ }

select:disabled,input:disabled,button:disabled,input.next:disabled,button.next:disabled,#inpAgregarAlCarrito:disabled,
a.disable,input.disable,div.disable,span.disable,button.disable,.filtro .active:hover,
a.disable:hover,input.disable:hover,div.disable:hover,span.disable:hover,button.disable:hover{background-color:#E5E5E5 !important; /* Gris disable */}