h1 {
    color: black;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.tabla-tiendas td {
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 15px;
}


.naranja14 {
    color: #f58220;
    font-size: 14px;
}
.naranja24 {
    color: #f58220;
    font-size: 24px;
}

.negro12 {
    color: black;
    font-size: 12px;
}


.blanco14 {
    color: white;
    font-size: 14px;
}
.forma td{ padding: 8px;}


select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}


input[type="text"] ,textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

input[type="text"]:focus, textarea:focus {
    border-color: #F58220;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(254, 130, 32, 0.6);
    outline: 0 none;
}