﻿
.img_logo
{
    margin-top:10px;    
    margin-bottom:10px;
}

.btn_ako
{
 margin-top:10px;    
}


.bottom_20
{
 margin-bottom:20px; 
}


.left_10
{
 margin-left:10px;    
}

.left_20
{
 margin-left:20px;    
}
.derecha_10
{
 margin-right:10px;   
}

.derecha_5
{
 margin-right:5px;   
}

.barra_ako
{
 margin-top:20px;    
}


.top20
{
 margin-top:20px;    
}

.top10
{
 margin-top:10px;    
}

.top15
{
 margin-top:15px;    
}

.btncabeza
{
 margin-top:15px; 
 margin-left:30px;
  
}

.a_la_derecha
{
    float:right;
}

.span_asunto_mensaje
{
     min-width:100px;
    
}

.span_ako
{
     min-width:140px;
}

.estado_pedido
{
 margin-left:10px;    
 
}

.grid_linea_enana
{
    font-size:11px;
    
}

.height-img
{
    min-height:238px;

}

.ErrorTextBox {
    border-color: red;
}

.ErrorTextBox:focus {
    border-color: red;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{
    margin-left:0px;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro */
    z-index: 999;
}

.popup-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    min-width: 300px;
}


.divOculto {
    display: none;
}