/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
    -webkit-font-smoothing: antialiased;
}


/*-------------------------
    General Styles
--------------------------*/


html{
    /*
    background-color:#ebebec;

    background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:radial-gradient(center, #ebebec, #b4b4b4);
    */
    background-color:#fbfbfb;

    /*background-image:-webkit-radial-gradient(center, #fff, #b4b8cf);
    background-image:-moz-radial-gradient(center, #fff, #b4b8cf);
    background-image:radial-gradient(center, #fff, #b4b8cf);*/
    
    /*min-height:900px;*/
}

body{
    font:15px/1.3 Arial, sans-serif;
    font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
    color: #4f4f4f;
}

a, a:visited {
    outline:none;
    color:#000;
}

a:hover{
    text-decoration:none;
}

section, footer, header, aside{
    display: block;
}


/*----------------------------
    The file upload form
-----------------------------*/


#upload, #upload2, #upload3, #upload4{
    /*font-family:'PT Sans Narrow', sans-serif;*/
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    /*width:250px;*/
    padding:30px;
    border-radius:3px;

    margin: 10px auto 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop, #drop2, #drop3, #drop4{
    background-color: #2E3134;
    /*padding: 40px 50px;*/
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a, #drop2 a, #drop3 a, #drop4 a{
    background-color:#17923f;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    /*margin-top:12px;*/
    line-height:1;
}

#drop a:hover, #drop2 a:hover, #drop3 a:hover, #drop4 a:hover{
    background-color:#127b34;
}

#drop input, #drop2 input, #drop3 input, #drop4 input{
    display:none;
}

#upload ul, #upload2 ul, #upload3 ul, #upload4 ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
    max-height: 254px;
    overflow: auto;
}

#upload ul li, #upload2 ul li, #upload3 ul li, #upload4 ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    /*height: 52px;*/
    height: 22px;

    position: relative;
}

#upload ul li input, #upload2 ul li input, #upload3 ul li input, #upload4 ul li input{
    display: none;
}

#upload ul li p, #upload2 ul li p, #upload3 ul li p, #upload4 ul li p{
    /*width: 144px;*/
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    /*top: 20px;*/
    left: 100px;
}

#upload ul li i, #upload2 ul li i, #upload3 ul li i, #upload4 ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    /*display:block;*/
}

#upload ul li canvas, #upload2 ul li canvas, #upload3 ul li canvas, #upload4 ul li canvas{
    top: 12px;
    left: 32px;
    position: absolute;
}

#upload ul li span, #upload2 ul li span, #upload3 ul li span, #upload4 ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 20px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span, #upload2 ul li.working2 span, #upload3 ul li.working3 span, #upload4 ul li.working4 span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p, #upload2 ul li.error p, #upload3 ul li.error p, #upload4 ul li.error p{
    color:red;
}


/*----------------------------
    The Demo Footer
-----------------------------*/


footer{
    background-color: #080808;
    color:#eee;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}
/*
footer h2{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top:0;
    left: 50%;
    bottom:0;
    margin-left: -420px;
    padding:13px 20px 0;
    border:1px solid #000;
    border-width:0 1px;
    background-color:rgba(0,0,0,0.6);
    box-shadow:0 0 5px #000 inset;
    line-height: 1;
    margin-top: 0;
}

footer h2 a{
    color: #EEEEEE !important;
    text-decoration:none !important;
}

footer h2 i{
    font-style:normal;
    color:#888;
}
*/
#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{
    opacity:1;
}

#tzine-actions{
    /*
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
    */
    margin-right: 25px;
    text-align: right;
}

#tzine-actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;
}

.title{
    /*margin-left: 100px;*/
    font-size: 20px;
    font-weight: 300;
}

.div_title{
    float: left;
    height: 350px;
    width: 50%;
}

.div_left{
    float: left;
    height: 140px;
    /*width: 50%;*/
}

.div_3{
    width: 33.33%;
}

.div_left_subir{
    float: left;
    height: 285px;
    /*width: 50%;*/
}

.div_img_background{
    padding-top: 40px;
    padding-bottom: 40px;
}

.form{
    float: right;
    width: 50%;
    height: 350px;
}

.div_right{
    float: right;
    /*width: 50%;*/
    height: 140px;
    text-align: right;
}

.div_right_eliminar{
    float: right;
    /*width: 50%;*/
    height: 285px;
}

.blue_line{
    border: 0; height: 0; box-shadow: 0 1px 2px 1px #ebebeb;
}

.black_line{
    border: 0; height: 0; box-shadow: 0 1px 2px 1px #000;
}

.header{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color:#fff;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.head{
    position: relative;margin: 0 auto;max-width: 1040px;
}

.ajaxanswer{
    padding-top: 25px;
    padding-bottom: 10px;
}

.main{
    margin: 0 auto;
    max-width: 1040px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.visualizador{
    max-width: 1040px;
}

table { 
	width: 100%; 
	border-collapse: collapse; 
}

tr:nth-of-type(odd) { 
	background: #eee; 
}
th { 
	background: #333; 
	color: white; 
	font-weight: bold; 
}
td, th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}

.dwnld_files, .no_underline{
    color:#000;
    text-decoration:none; 
}
.dwnld_files:hover{
    text-decoration: underline; 
}

.logo{
    float: left;
}
.menu{
    float: right;
    text-decoration: none;
    padding-top: 20px;
}
.close{
    background: #999;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}
.close:hover{
    background: #666;
}
.close:visited{color:#fff;}

.dir_vacio{
    padding-top: 10px;
    margin-bottom: 50px;
    background: #eee;
    text-align: center;
    color: #333399;
    margin-top: 10px;
    padding-bottom: 8px;
}

.loading {
   top:0;
   right:0;
   width:100%;
   height:100%;
   position:fixed;
   text-align:center;
   /* IE filter */filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity:0.5;    /* Mozilla extension */
   -khtml-opacity:0.5;  /* Safari/Conqueror extension */
   opacity:0.5; /* CSS3 */
   z-index:1000;
   background-color:white;
   display:none;
 }

 .loading img {
   margin-top:15%;
 }

/* 
.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #2ba659;
}
*/
.accordion dd,
.accordion__panel {
  /*background-color: #eee;*/
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  /*background-color: #eee;*/
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #eee;
  text-align: center;
  font-weight: 700;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #444;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  /*border-bottom: 1px solid #30bb64;*/
  margin-bottom: 10px;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #ccc;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #ccc;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  /*max-height: 50em;*/
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    /*max-height: 15em;*/
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
