/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/****************************************************************************************************/


/****************************************************************************************************/


/****************************************************************************************************/

body {
    font-family: "Open Sans";
    font-size: 28px;
    color: #FFF;
    background: url(../img/background.jpg?v=0.1) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contenedorInd {}

#imgCabecera {
    position: absolute;
    top: 0;
    left: 0;
}

#cabecera {
    background: rgba(225,225,225,0.35);
    z-index: 200;
    position: relative;
}

#cabeceraInt {
    height: 90px;
    position: relative;
    overflow: hidden;
    width: 640px;
    left: 50%;
    margin-left: -320px;
}

.cabeceraIntLogin {
    text-align: center;
}

.cabeceraIntLogin img {
    margin-top: 17px;
}

#btMenu {
    width: 70px;
    height: 70px;
    cursor: pointer;
    top: 10px;
    left: 10px;
    position: relative;
    float: left;
    background: url('../img/btmenu.png?v=0.1') no-repeat;
}

#logoCabecera {
    float: left;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -150px;
}

.btMasInfoSup {
    background: url("../img/bt_masInfoSuperior.png?v=0.1") no-repeat;
    width: 70px;
    height: 70px;
    position: relative;
    float: right;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.btMenosInfoSup {
    background: url("../img/bt_menosInfoSuperior.png?v=0.1") no-repeat;
    width: 70px;
    height: 70px;
    position: relative;
    float: right;
    cursor: pointer;
    top: 10px;
    right: 10px;
    display: none;
}

#cajaSuperior,
.cajaChecks,
#cajaRemitente {
    clear: both;
}

.cajaChecks {
    /*margin: 30px 0;*/
    overflow: hidden;
    padding: 10px 5px 10px 0;
}

#cajaSuperior {
    padding: 25px 0 1px;
    position: relative;
}

#contenido {
    position: relative;
    width: 640px;
    left: 50%;
    margin-left: -320px;
}
#contenidoInt {
    padding: 0 20px;
}

#generos {
    margin: 0 0 20px 97px;
    position: relative;
    overflow: hidden;
}

#generos .genero {
    margin-left: 55px;
    float: left;
}

#generos .genero label {
    padding-left: 10px;
    display: block;
    float: right;
    opacity: 0.5;
}

.text,
.selectDiv {
    position: relative;
}

.selectDiv {
    height: auto;
    padding-bottom: 10px;
}

.selectDiv label,
.checksDiv > label {
    color: #000;
    display: block;
    padding: 20px 10px 10px;
}

.contentSelect {
    width: 100%;
    margin-top: 50px;
}

.selectDiv .contentSelect {
    position: relative;
}

.textImg {
    margin-bottom: 29px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.textImg img {
    position: absolute;
    left: 20px;
    top: 10px;
}

.textImg .text {
    box-shadow: none;
}

.loginInput {
    padding-left: 80px!important;
}
.text {
    border-bottom: 1px solid #fff;
}

input[type=number],
input[type=text],
input[type=password] {
    border: none;
    border-radius: none;
    box-shadow: none;
    background: none;
    padding: 10px;
    font-size: 28px;
    width: 100%;
    margin-top: 10px;
    color: #fff;
}

#camposExtra {
    display: none;
}

#btMasInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

#btMenosInfo {
    position: absolute;
    bottom: 3px;
    right: 3px;
    cursor: pointer;
    display: none;
}

.checkColum {
    float: left;
    padding: 3%;
    width: 27%;
}

#cajaRemitente {
    position: relative;
    padding: 0 0 0 25px;
    overflow: hidden;
    height: 54px;
}

#cajaRemitente label {
    color: #113c82;
    display: block;
    margin-top: 12px;
    position: relative;
}

.selector {
    float: none;
    position: relative;
    left: 5%;
    box-shadow: 0 0 4px #777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btEnviar {
    background: url(../img/bt_enviar.png?v=0.1) no-repeat center right 213px rgba(255,255,255,0.65);
    width: 100%;
    cursor: pointer;
    padding: 20px 50px 20px 0;
    border: none;
    border-radius: 5px;
    font-size: 38px;
    color: #004a52;
    margin-bottom: 15px;
}

#flechaPanel {
    height: 15px;
    width: 640px;
    left: 50%;
    margin-left: -320px;
    position: relative;
    background: url('../img/flechaPie.png?v=0.1') no-repeat;
}

#panelPie {
    color: #fff;
    font-size: 20px;
    margin: 20px 0 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 100;
    display: none;
}

#barraPanelPie {
    background: url("../img/back_pie.png?v=0.1") repeat-x scroll 0 0 #135702;
}

#panelIntPie {
    padding: 8px 0;
    width: 640px;
    position: relative;
    left: 50%;
    margin-left: -320px;
}

#panelPieAbierto {
    background: rgba(255,255,255,0.85);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 200;
}

#panelPieAbiertoInt {
    background: url("../img/bt_closeWarning.png?v=0.1") no-repeat 620px 10px;
    width: 640px;
    left: 50%;
    margin-left: -320px;
    position: relative;
    padding: 0 25px;
}

#panelPieAbiertoInt span {
    padding: 20px 0;
    display: block;
    color: #004b52;
}

.warning {
    color: #fff;
    margin: 10px 50px 10px 0;
    font-size: 28px;
}

a {
    color: #3865f9;
}

strong {
    font-weight: bold;
}

td {
    padding-top: 5px;
}

td.submit {
    padding-top: 10px;
}

td label {
    color: #777777;
    font-size: 12px;
    font-weight: bold;
}

td {
    vertical-align: top;
}

p.email {
    color: #777777;
    font-size: 14px;
}

p.email a {
    color: #3865f9;
    font-size: 14px;
    font-weight: bold;
}

#avisoLink {
    padding-bottom: 25px;
}

#ventanaMenu {
    display: none;
    background: rgba(255,255,255,0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#ventanaMenuInt {
    height: 595px;
    width: 580px;
    position: relative;
    left: 50%;
    top: 130px;
    margin-left: -290px;
    background: #ffffff;
}

.contentBts {
    overflow: hidden;
    top: 90px;
    position: relative;
}

#btSettings {
    background: url(../img/bt_settings.png?v=0.1);
    width: 155px;
    height: 154px;
    cursor: pointer;
    float: left;
}

#btList {
    background: url(../img/list_button.png?v=0.1);
    width: 153px;
    height: 154px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
}

#btStats {
    background: url(../img/stats_button.png?v=0.1);
    width: 153px;
    height: 154px;
    cursor: pointer;
    margin: 0px auto;
}

#btCerrar {
    width: 37px;
    height: 37px;
    background: url(../img/bt_closeWarning.png?v=0.1);
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#lineaSep {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #c8c8c8;
    margin-left: 5%;
    position: relative;
    top: 140px;
    width: 90%;
}

.cambiarDis {
    position: relative;
    top: 160px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

#infoAacc {
    position: relative;
    text-align: center;
    top: 180px;
    font-family: 'Open Sans', sans-serif;
}

#nomAcc {
    color: #7b7b7b;
    font-size: 16px;
    margin-top: 10px;
}

#urlAcc {
    margin-top: 10px;
}

#urlAcc a {
    color: #2951a6;
    font-size: 16px;
    text-decoration: none;
}

.datosIntList {
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #e3e3e3;
    line-height: 30px;
    display: none;
}

.descList {
    padding: 5px 20px;
    font-size: 20px;
}

.inputDate {
    color: #777777;
    border: 1px solid #111!important;
    background: #fff!important;
    margin: 10px 0 0 55px;
    font-size: 30px;
}

.oculto {
    display: none;
}

#cajaSelectAll {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 4px #777;
    float: right;
    margin: 0 30px 30px;
    overflow: hidden;
}

.txtAviso {
    padding: 30px 0;
    color: #004b52;
}

.columnas {
    overflow: hidden;
    width: 100%;
}

.columnas .columna {
    width: 50%;
    float: left;
}

.columnasRadio .columna {
    padding: 3%;
    width: 44%;
}

.columnasChecks {
    margin: 10px 0;
}

.columnas .columna .tituloLabel {
    color: #000;
}

.columnas .columna .wifiTerraza {
    margin: 10px 0 0 10px;
}


/* --------------- DIAS DE SEMANA --------------- */

.contenedorDias {
    padding-top: 20px;
    padding-left: 14px;
    overflow: hidden;
}

.checkDias {
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 3px;
}

.checkDias div.checker {
    width: 85px !important;
    height: 85px !important;
}

.checkDias div.checker input {
    width: 85px !important;
    height: 85px !important;
}


/*LUNES*/

.checkDias div.checker span {
    background-image: url("../img/spriteDiasNaranja.png?v=0.1") !important;
    background-repeat: no-repeat !important;
    -webkit-font-smoothing: antialiased;
    width: 85px !important;
    height: 85px !important;
    display: inline-block;
    zoom: 1;
    text-align: center;
}

.checkDias.lunes div.checker span {
    background-position: 0px 0px !important;
}

.checkDias.martes div.checker span {
    background-position: 0px -85px !important;
}

.checkDias.miercoles div.checker span {
    background-position: 0px -170px !important;
}

.checkDias.jueves div.checker span {
    background-position: 0px -255px !important;
}

.checkDias.viernes div.checker span {
    background-position: 0px -340px !important;
}

.checkDias.sabado div.checker span {
    background-position: 0px -425px !important;
}

.checkDias.domingo div.checker span {
    background-position: 0px -510px !important;
}

.checkDias.lunes div.checker span.checked {
    background-position: -85px 0px !important;
}

.checkDias.martes div.checker span.checked {
    background-position: -85px -85px !important;
}

.checkDias.miercoles div.checker span.checked {
    background-position: -85px -170px !important;
}

.checkDias.jueves div.checker span.checked {
    background-position: -85px -255px !important;
}

.checkDias.viernes div.checker span.checked {
    background-position: -85px -340px !important;
}

.checkDias.sabado div.checker span.checked {
    background-position: -85px -425px !important;
}

.checkDias.domingo div.checker span.checked {
    background-position: -85px -510px !important;
}

.ui-delete-element {
    background-image: url(../img/deleteRed32.png?v=0.1) !important;
    margin-left: -18px;
    width: 32px !important;
    height: 32px !important;
}

.iconoBrowse {
    background-image: url(../img/add.png?v=0.1) !important;
    width: 32px !important;
    height: 32px !important;
    margin-top: -15px !important;
}

.textoEstado {
    font-size: 1.5em;
}

.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status {
    width: 68px !important;
    vertical-align: middle;
}

.iconoSubir {
    background-image: url(../img/upload.png?v=0.1) !important;
    width: 24px !important;
    height: 32px !important;
    margin-top: -15px !important;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    font-size: 2em !important;
    padding: 0.4em 1em 0.4em 2.1em;
}

div.selector {
    background: none;
    border: none;
}

.listado {
    background-color: #fff;
}

.botonEnvio {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16a25+0,ffa84c+100 */
    background: #f16a25;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f16a25 0%, #ffa84c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f16a25 0%, #ffa84c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f16a25 0%, #ffa84c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f16a25', endColorstr='#ffa84c', GradientType=0);
    /* IE6-9 */
    width: 100%;
    font-size: 24px;
    padding: 31px;
    color: white;
    border: none;
}

.checksDiv{
    padding-bottom:10px;
}

.divLogout{
    text-align: center;
    margin:60px 0px;
}
.divLogout a{
    color:#004b52;
    text-decoration: none;
	text-align:center;
}

.hideSup {
    display: none;
}

.inputHide {
    display: none;
}

.btDelUpload {
    background: url("../img/delUpload.png?v=0.1") no-repeat;
    height: 37px;
    width: 37px;
    cursor: pointer;
    float: right;
}

.btMasCampos {
    background: url("../img/bt_masInfo.png?v=0.1") no-repeat;
    height: 54px;
    width: 54px;
    cursor: pointer;
    float: right;
}

.btMenosCampos {
    background: url("../img/bt_menosInfo.png?v=0.1") no-repeat;
    height: 54px;
    width: 54px;
    cursor: pointer;
    float: right;
    display: none;
}

.btCamara {
    background: url("../img/bt_camara.png?v=0.1") no-repeat;
    height: 54px;
    width: 54px;
    cursor: pointer;
    float: right;
}

.btsUtils {
    margin: 20px 0;
    overflow: hidden;

}



/* SELECT 2 */

.select2-container--default .select2-selection--single {
    background: none;
    border: none;
    height: 46px;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 12px 5px 5px 10px;
    margin-right: 90px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../img/arrow_select.png?v=0.1) no-repeat;
    width: 47px;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0;
}

.select2-dropdown {
    background: rgba(255,255,255,0.90);
    color: #004a52;
}

.contentArchs {
    margin: 20px 0;
    overflow: hidden;
    padding: 10px 5px 10px 0;
}

.sinCatalogos {
    border-bottom: 1px solid #fff;
    padding: 10px;
}

.check label.nombreLabel {
    padding: 10px;
    border-bottom: 1px solid #59bcb4;
    width: 470px;
    display: block;
}




 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 40px;
  margin-top: 7px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #fff;

}

.slider:before {
-webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  background: url(../img/check_off.png?v=0.1) no-repeat center center #fff;
}



input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  background: url(../img/check_on.png?v=0.1) no-repeat center center #fff;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.left {float: left;}
.right {float: right;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FFF;
   opacity:  0.5;
    
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FFF;
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FFF;
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FFF;
   opacity:  0.5;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FFF;
   opacity:  0.5;
}

.login-form {
    padding: 0 20px;
}

.progresoUpload {
    margin-top: 10px;
}

.bloqueTrans {
    background: rgba(225,225,225,0.20);
    padding: 10px;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.contentArchs .archivoDescarga {
    padding-left: 30px;
}

.contentArchs .check label.nombreLabel {
    width: 440px;
}

.uploadedFile {
    clear: both;
    margin-top: 5px;
    overflow: hidden;
}

.sinTop {
    margin-top: 14px;
}

textarea {
    width: 100%;
    background: none;
    color: #fff;
    font-size: 28px;
    padding: 10px;
    border: none;
    height: 140px;
    margin-top: 10px;
}