body {
		display: block;
		margin: 0 auto;
		max-width: 98%;
		
		
		background: rgba(158,195,219,1);
		background: -moz-linear-gradient(left, rgba(158,195,219,1) 0%, rgba(93,147,187,1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(158,195,219,1)), color-stop(100%, rgba(93,147,187,1)));
		background: -webkit-linear-gradient(left, rgba(158,195,219,1) 0%, rgba(93,147,187,1) 100%);
		background: -o-linear-gradient(left, rgba(158,195,219,1) 0%, rgba(93,147,187,1) 100%);
		background: -ms-linear-gradient(left, rgba(158,195,219,1) 0%, rgba(93,147,187,1) 100%);
		background: linear-gradient(to right, rgba(158,195,219,1) 0%, rgba(93,147,187,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec3db', endColorstr='#5d93bb', GradientType=1 );
	

                font-family: 'Open Sans', sans-serif;
		font-style: normal;
		font-weight: 200;
		font-size:14px;

		padding: 15px;
		text-align:justify;
}


#marco_titulo {	
	/*height: 100px;*/
	margin-top: 5px;
	margin-bottom: 30px;
	display:flex;
	vertical-align: middle;
}

#marco_imagen {
	height: 200px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
    background-position: 10%;
    border-style: solid;
    border-radius: 20px;
    background-size: 100% auto;
	-webkit-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	font-weight: 400;
	font-size:14px;
    text-align: center;
	text-shadow: 2px 2px #DCDCDC;
	display: flex;
    justify-content: flex-end;
    align-content: left;
    flex-direction: column;
}

    
@media (min-width: 700px) {
        .tabla_grande{
            display: table-cell;
        }
		
        .tabla_chica {
            display:none;

        }        

}


@media (max-width: 700px) {
	#marco_imagen {
		height: 150px;
	}
        .tabla_grande{
            display: inline-block;
        }
        .tabla_chica {
            display:none;

        }        

}


@media (max-width: 450px) {
	#marco_imagen {
		height: 90px;
	}
        
        .tabla_grande{
            display: none;
        }
        .tabla_chica {
            display: inline-block;
        } 
		
		.form_grande{
            display: none;
		}

}



#marco_sub_titulo{
	margin-top: 10px;
	display: flex;
	background-color: #DCDCDC;
	
	-webkit-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
}

#marco_central {
	/*margin-top: 10px;*/
	margin-bottom: 20px;
	display: flex;
        min-height: 300px;
	
	-webkit-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
}

#marco_pie {
	
	text-align: center;
	height: 50px;
	margin-top: 5px;

	font-size:80%;
	
	background-color: #DCDCDC;

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #000000;
		
	-webkit-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
	
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#marco_oculto {
	height: 0px;
	display:none;
}

#area_trabajo {
	width:100%;
	background-color: #DCDCDC;
	padding:10px;
        text-align: center;

}



#logo {
	width: 100px;
	margin-right:5px;
}

#titulo {
	width: 490px;
	margin-right:5px;
    margin: 0 auto;
    text-align: center;
	text-shadow: 2px 2px #DCDCDC;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#usuario {
	font-size:70%;
	width: 300px;
	text-align:right;
	
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

tr:nth-child(old) 	{background-color: white;}
tr:nth-child(even) 	{background-color: lightsteelblue;}


table {
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid black;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

h4 {
	text-align: center;
}

#marco_carga_archivo {
    font-size:80%;
    height: 40px;
    /* margin-left: 50%; */
    margin-right: 0px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 10px 10px 102px 2px rgba(0,0,0,0.75);
    bottom: 10px;
    right: 10px;
    margin-right: 0px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 150px;
    z-index: 15; 
}

#marco_preview {
   width: 90%;
   height: 90%;
   position: fixed;
   top: 5%;
   left: 5%;
}

#marco_preview_img {
       display: inline;

}

.barra_comando {
    display: list-item;
    text-align: center;
    list-style: none;
}

.articulo {
    text-align: left;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 17px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}

from {
    border: 1px;
}

from span:first-child {
    text-align: right;
    width: 300px;
}



.datos_flotante {
    position: fixed;
    z-index: 10;
    float: right;
    border: 1px solid #FFFFFFFF;
    right: 10px;
    overflow: auto;
    top: 10px;
    background-color: #FFFFFFFF;
    padding: 5px;
}

.permiso_interno {
    display:none;
}

.ui-autocomplete{
    background-color: white;
    border: 1pt;
    width: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ui-helper-hidden-accessible{
    display:none;
}

input[type='range'] {
  display: inline;;
  width: 150px;
}

input[type='range']:focus {
  outline: none;
}

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #777;
  width: 20px;
  height: 20px;
  border: 3px solid #333;
  border-radius: 50%;
  margin-top: -9px;
}

input[type=range]::-moz-range-thumb {
  background-color: #777;
  width: 15px;
  height: 15px;
  border: 3px solid #333;
  border-radius: 50%;
}

input[type=range]::-ms-thumb {
  background-color: #777;
  width: 20px;
  height: 20px;
  border: 3px solid #333;
  border-radius: 50%;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: #777;
  height: 3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  outline: none;
}

input[type=range]::-moz-range-track {
  background-color: #777;
  height: 3px;
}

input[type=range]::-ms-track {
  background-color: #777;
  height: 3px;
}

input[type=range]::-ms-fill-lower {
  background-color: HotPink
}

input[type=range]::-ms-fill-upper {
  background-color: black;
} 