@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'misolight';
    src: url('miso-light-webfont.eot');
    src: url('miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'misoregular';
    src: url('miso-regular-webfont.eot');
    src: url('miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
    
@font-face {
    font-family:"MisoBold";
    src:url("miso-bold.eot?") format("eot"),
    url("miso-bold.ttf") format("truetype"),url("miso-bold.svg#Miso-Bold") format("svg");
    font-weight:normal;
    font-style:normal;
    }

body{
		font-family: "misoregular";
		font-size: 15px;
		
		margin: 0px;
        padding: 0px;
        
	}

#Encabezado{
    width: 900px;
    height: 206px;
    margin: auto;
    padding: 0px;
    display: block;
    clear:both;
    margin-top: 0px;
    
}	
.Cuerpo{
    width: 900px;
    background-color: white;
    margin: auto;
    padding: 0px;
    
    height: 400px;
   
    
}

.Pie{
    width: 900px;
    background-color: white;
    margin: auto;
    padding: 0px;
    overflow: hidden;
    height: 20px;
    
}
/*MENU*/
.Menu{
    margin:auto;
    width: 868px;
    display: block;
    clear:both;
    background-color: white;
    padding-left: 16px;
    padding-right: 16px;
    height: 40px;
    text-align: left;
    vertical-align: top;
}

#Mensaje{
    color:white;
    margin-left: 50px;
    background-color: red;
    float:right ;
    display: none;
    font-size:20px;
    padding: 5px;
}
#Procesando{
    color:white;
    right: 250px;
    top:500px;
    background-color: #7E944E ;
    float:right ;
    display: none;
    padding: 5px;
    font-size:20px;
}
/* CATALOGO PRODUCTO */
.Estructura{
      padding-top: 10px;
      font-family: misoregular;
      float: left;
      margin: auto;
     
 }
.Estructura ul{
    list-style: none;
    margin:0;
    padding:0;
    width:150px;
	
}
.Estructura ul li ul{
    width:150px;
}
.Estructura ul li{
    margin-top:5px;
    padding:0px;
    background-color: white;
}
.Estructura ul li a{
    padding-top:3px;
    border-style: solid;
    border-width: 1px;
    padding-left: 0px;
    display:block;
    text-decoration: none;
    color:white;
    font:bold 17px misoregular;
    height:23px;
    background: #FF8000 url(../Imagenes/arrow.png) no-repeat center right;
   
}
.Estructura ul li ul li{
     margin-top:0px;
}
.Estructura ul li ul a{

    margin-top:1px;
    margin-left: 1px;
    display:block;
    text-decoration: none;
    color:white;
    font-size:14px;
    height:15px;
    font-weight: normal;
    background:  #808FB1;
}
.Estructura ul li a:hover{
    background: #FFA953  url(../Imagenes/arrow.png) no-repeat center right;
    cursor: pointer;
}
.Estructura ul li ul a:hover{
    background: #3D4474;
}

.Estructura ul li ul{
    display:none;

}
/*PRODUCTOS*/
#Producto{
    margin-top: 10px;
    margin-left: 50px;
    
    width: 650px;
    margin-bottom: 20px;
    text-align: left;
    height: 435px;
    overflow-y: auto;
    
}

#Busqueda {
    background-color: white;
    background-image: url('../Imagenes/elementos-17.png');
    border-bottom:solid 1px #00246B;
    border-top:solid 1px #00246B;
    border-left:solid 1px #00246B;
    border-right: none;
    background-repeat: no-repeat;
    padding-left:25px;
    background-size: 24px 24px;
    width: 90px;
    height: 23px;
}
#fondo,#fondoPendiente{
    position: fixed;
    left:0px;
    top:0px; 
    width: 5000px;
    height:  5000px;
    display: none;
  z-index: 2;
    
}

#Carrito{
    position: fixed;
    top:30%; 
    right: 24%; 
    width: 680px;
    margin-bottom: 20px;
    text-align: left;
     background-color:#3D4474 ;
    z-index: 5;
}
#Pendiente{
    position: fixed;
    top:18%; 
    right: 24%; 
    width: 680px;
    margin-bottom: 20px;
    text-align: left;
    background-color:#3D4474 ;
    height: 400px;
    z-index: 5;
    overflow-y: scroll;
}

input[type=text],  input[type=password],select{
    	font-family: "misoregular";
		font-size: 15px;
        border:solid 1px #666666;
        color: #274B74;
        }
        
        
.EncabezadoTabla {
    background-color:#293466 ;
    
    color:white;
    text-align: center;
    vertical-align: middle;
    
}


.EncabezadoVentanaa{
    background-color: #FF8000;
    font-size: 17px;
    padding: 5px;
    color: white;

}

.Ventana {
    background-color: #D8D8D8;
    
    text-align: center; 
    display: inline-block;
    color:#666666;
    font-size: 18px;
  width: 300px;
    font-family: "MisoBold";
   
    
}
input[type=button]{
    font-family: "MisoBold";
	font-size: 20px;
    border:solid 0px #FF8000;
    background-color: #FF8000;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}
a{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
    color:white;
}

.borderImg {
    border-bottom: 4px solid transparent;
    
    -webkit-border-image: url(../Imagenes/Linea.png) 20%; /* Safari 3.1-5 */
    -o-border-image: url(../Imagenes/Linea.png) 20% round; /* Opera 11-12.1 */
    border-image: url(../Imagenes/Linea.png) 5 round;
}

