.Heading{

    display: table-row;

    font-weight: bold;

    text-align: center;

}

.Row{

    display: table-row;

}

.Cell{

    display: table-cell;

    border: solid;

    border-width: thin;

    padding-left: 5px;

    padding-right: 5px;

}
/*
.body:not(.template-slider) #Header {
min-height: 250px;
display: none;
}
*/

.title{
display: flex;
padding: 1% 35%;
}

.header-classic #Header .top_bar_left, .header-classic #Header .top_bar_right {
background-color: transparent;
width: 100%;
}

.input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty {
color: #626262;
background-color: rgba(255, 255, 255, 1);
border-color: #EBEBEB;
width: 100% !important;
margin: 0 !important;
text-align: center;
border-radius: 10px;

}

input[type="date"] {
color: #626262 !important;
border-color: #EBEBEB  !important;
width: 100%  !important;
background-color:rgba(255, 255, 255, 1);
margin: 0 !important;
text-align: center;
border-radius: 10px;
}

.fondoTituloPrincipal{
background: pink;
border-radius: 10px;
border: 2px solid;
font-size:25px;
}

.fondoTituloPrincipalFace{
background: #3b5998;
color:white;
border-radius: 10px;
border: 2px solid;
font-size:25px;
}

.fondoTituloPrincipalI {
background: #C13584;
border-radius: 10px;
border: 2px solid;
font-size: 25px;
color:white;
}

.fondoTituloPrincipalGD{
background: #4e7bbe;
border-radius: 10px;
border: 2px solid;
font-size:25px;
}

.fondoTituloPrincipalGS{
background: #a9a9a9;
border-radius: 10px;
border: 2px solid;
font-size:25px;
}

.fondoTitulo{
background: #FADCE6;
border-radius: 10px;
border: 2px solid;
}

.fondoTituloFace{
background: #4e71ba;
border-radius: 10px;
border: 2px solid;
color: white;
}

.fondoTituloI{
background: #F56040;
border-radius: 10px;
border: 2px solid;
color: white;
}


.fondoTituloInsta{
background: #FFDC80;
border-radius: 10px;
border: 2px solid;
color: white;
}

.clase_table {
border-collapse: separate;
border-spacing: 10;
border-radius: 15px;
-moz-border-radius: 20px;
padding: 2px;
}

table, th, td {
border-collapse: separate;
border-spacing: 10;
border-radius: 15px;
-moz-border-radius: 20px;
padding: 2px;
}