﻿.bloque {
    border-radius: 8px !important;
    width: 200px !important;
    text-align: center;
    border-color:cornflowerblue;
    border-bottom-width:medium;
}

.bloqueB {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    text-align: center;
    border-bottom-width:medium;
}

.bbuttons {
    border: 1px solid !important;
    height: 20px;
    border-color: #d4d4d4 !important;
}

.sombra {
    -webkit-box-shadow: 0px 28px 21px -11px rgba(0,0,0,1);
    -moz-box-shadow: 0px 28px 21px -11px rgba(0,0,0,1);
    box-shadow: 0px 20px 21px -11px rgba(0,0,0,1);            
}

.auto-style1 {
    float: left;
    width: 73%;
}