


/************************************************************************************
RESET CSS
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
 
img, fieldset {
    border: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
    margin: 2px;
}
 



/************************************************************************************
ESTILOS GENERALES

# para id
. para class

*************************************************************************************/
/*body {
    background: #fff url(bg.jpg) repeat center top;
    font: .81em/150% Arial, Helvetica, sans-serif;
    font: 10px 'trebuchet MS', Arial, Helvetica;
    color: #666;
}*/

a {
    color: #026acb;
    text-decoration: none;
    outline: none;
}
a:hover {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #000;
}
p {
    margin: 0 0 1.2em;
    padding: 0;
}
 
/* list */
ul, ol {
    /*margin: 1em 0 1.4em 24px;*/
    margin: 1em 2% 1em 2%;
    padding: 0;
    line-height: 140%;
}
li {
    margin: 0 0 0 0;
    padding: 0;
}
 
/* headings */
h1, h2, h3, h4, h5, h6 {
    /*line-height: 1.4em;
    margin: 20px 0 .4em;

    color: #ff0000;*/
}
h1 {
    text-align: center;
    font-size: 2em;
}
h2 {
    /*font-size: 1.6em;*/
    font-size: 15px;
}


h5 {
    text-align: center;
    font-size: 15px;
    padding: 5px;
    margin: auto;
}
h5:hover {
    background: #eee;
    padding: 5px;
}




input[type=search] {
    -webkit-appearance: none;
    outline: none;
}
 

#pagewrap {
    /*width: 980px;
    margin: 0 auto;*/
    width: auto;   
    margin: 0 2%;
}
#header {
    position: relative;
    height: 160px;
}
 
/* site description */
#site-description {
    color: #212121;

    left: 250px;
    position: absolute;
    top: 30px;
}
#searchform {
    /* position: absolute;
    right: 10px;
    bottom: 6px;
    z-index: 100;
    width: 160px;*/
    position: absolute;
    top: 5px;
    right: 1%;
    z-index: 100;
    height: 40px; 
}

#searchform_2 {
    /* position: absolute;
    right: 10px;
    bottom: 6px;
    z-index: 100;
    width: 160px;*/
    position: absolute;
    top: 5px;
    right: 1%;
    z-index: -1;
    height: 40px; 
}


#searchform #s {
    width: 140px;
    float: right;
    /*background: #fff;*/
    background: #DDE2FB;
    border: none;
    padding: 6px 10px;
    /* border radius */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* box shadow */
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
    /* transition */
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    transition: width .7s;
}
#main-nav {
    width: 100%;
    background: #ccc;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    /* gradient */
    background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
    background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
    /*background: linear-gradient(-180deg, #b9b9b9, #6a6a6a);*/
    background: linear-gradient(90deg, #303F9F, #C5CAE9);

    /* rounded corner */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* box shadow */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
}
#main-nav li:first-child {
    margin-left: 10px;
}
#main-nav a {
    line-height: 100%;
    
    color: #fff;
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
    color: #fff;
    background: #474747;
    /* gradient */
    background: -webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#797979));
    background: -moz-linear-gradient(top,  #cdcdcd,  #797979);
    background: linear-gradient(-90deg, #cdcdcd, #797979);
     background: linear-gradient(180deg, #303F9F, #C5CAE9);

}
#content {
    background: #fff;
    /*margin: 3px auto;*/
    margin: 3px 1% 3px 1%;
    padding: 0px 2px;
    /*width: 660px;*/
    
    width: 98%;
    float: right;             /* alinea el content a la izquierda o derecha, dejando sidebar a la der o izq */
    /* rounded corner 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    /* box shadow 
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);*/
}
h2.post-title {
    /*background: #666666;*/
    background: #595959;
    border-radius: 10px;
    padding: 15px 15px ;
    border-top: 0px solid #888;
    border-bottom: 0px solid #888;
    text-align: center;
    color: #333333;
    font-size: 17px;
}
h2.post-title a {
    color: #ffffff;
    /*font-size: 0.9em;*/
    text-shadow: 0px 0px 0px #333333;
}

h3.post-title {
    /*background: #666666;*/
    background: #c0c0c0;
    border-radius: 5px;
    padding: 15px 17px ;
    border-top: 0px solid #888;
    border-bottom: 0px solid #888;
    text-align: center;
    /*color: #FFFFFF;*/
    color: #5e5e5e;
    font-size: 18px;
    margin: 0 30% 0 30%;
    /* gradient */
    /*background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#999999));
    background: -moz-linear-gradient(top,  #666666, #999999);
    background: linear-gradient(-180deg, #666666, #999999);
    background: linear-gradient(180deg, #666666, #999999);*/
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#f2f2f2));
    background: -moz-linear-gradient(top,  #e6e6e6 #f2f2f2);
    background: linear-gradient(-180deg, #e6e6e6, #f2f2f2);
    background: linear-gradient(180deg, #e6e6e6, #f2f2f2);    
}

h3.post-title a {
    color: #FFFFFF;
    /*font-size: 0.9em;*/
    text-shadow: 1px 1px 2px #333333;

}

h4.post-title {
    background: #5AD6FF;

    border-radius: 5px;
    padding: 15px 17px ;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #888;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 12% 0 12%;
    /*width: 45%;*/
}
h4.post-title a {
    color: #333333;
    /*font-size: 0.9em;*/
    /*text-shadow: 0px 0px 0px #333333;*/
}


.post {
    margin-bottom: 20px;
}
.post-title {
    margin: 0 0 5px;
    padding: 0;
    font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
    text-decoration: none;
    color: #000;
}
.post-meta {
    margin: 0 0 10px;
    font-size: 90%;
}
 
figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 260px;
}



.titulo2 {
    background: #ffffff;
    padding: 21px 0 2px 0;

    margin: 21px 0 20px 0px;
    font-size: 18px;
    text-align: center;    
    color: #212121;
}

.bloque_articulos { /* este bloque contiene el cuadro de novedades */
     background: #07627F;
     padding: 10px;
     /*margin: 1px 2px 25px 10px;*/
     margin: 1px 2px 25px 1%;
     float: left;
     height: auto;
     /* rounded corner */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.bloque_articulos_cat { /* este bloque contiene el cuadro de articulos del cat.pl */
     background: #07627F;
     /*padding: 10px;*/
     padding: 10px;
     /*margin: 1px 2px 25px 10px;*/
     margin: 1px 2px 25px 1%;
     float: left;
     height: auto;
     /* rounded corner */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.bloque_sugiere { /* este bloque contiene el cuadro de articulos del p.pl */
     background: #07627F;
     /*padding: 10px;*/
     padding: 1%;
     /*margin: 1px 2px 25px 10px;*/
     /*margin: 1px 2px 25px 1%;*/
margin: 0 0px 0px 0;

     float: left;
     height: auto;
     /* rounded corner */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.redondea {
    padding: 5px;
    /* rounded corner */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.cuerpo {
    margin-left: 100px;
    margin-right: 100px;
    text-align: justify;

}



.novedades {                /* aplica para cada una de las novedades, es decir a cada tablita */
    margin: 5px 5px;
    padding: 10px;
    /*width: 165px;*/
    width: 180px;
    height: 290px;
    background: #fff;
    float:left;

    /*text-align: center;*/

    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/*.fondo {
background: #ccc;
width: 300px;
height: auto;
}*/

.logo_marcas  {
   
    clear: both;
    text-align: center;
padding: 2%;
margin: 1px 2px 25px 1%;


    /* rounded corner 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    /* box shadow 
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    box-shadow: 0 1px 10px rgba(0,0,0,.4);*/
}


.decora_1 {
    display: block;
} 
.decora_2 {
    display: none;
} 

#sidebar {
    /*width: 280px;
    float: right;
    margin: 30px 0 30px;*/

    width: 25%;
    float: left;               /* si el content esta a la izquierda este debara ser right */
    /* margin: 30px 30px 30px 0; */
    margin: 30px 2% 30px 0;
}

.noticias {
        margin: 0 5% 30px 5%;
        clear: both;

         /* esquinas redondeadas */
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        /* sombra de la caja */
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        box-shadow: 0 1px 10px rgba(0,0,0,.4);       
}


.noticias p {
        padding: 10px 10px 0 10px;
        text-align: justify;
}
.noticias h4 {
        background: #e74c3c;
        color: #fff;
}




/*.slogan2 {
    display: none;
}*/

.slogan {
    margin: 10px 0 20px 0; 
    text-shadow: 4px 4px 5px #c0c0cc; 
    font-size: 18px; 
    text-align: center; 
    font-weight: bold; 
    font-style: italic; 
    font: 18px Arial, Helvetica;
}

.slogan1 {
    margin: 10px 0 20px 0; 
    text-shadow: 4px 4px 5px #c0c0cc;     
    text-align: center; 
    font-weight: bold; 
    font-style: italic; 
    font: 24px Arial, Helvetica;
}

.concepto {
    margin: 10px 0 20px 0; 
    text-shadow: 4px 4px 5px #c0c0cc;     
    text-align: center; 
    font-weight: bold; 
    font-style: italic; 
    font: 24px Arial, Helvetica;
}
.concepto1 {
    margin: 10px 0 20px 0; 
    text-shadow: 4px 4px 5px #c0c0cc;     
    text-align: center; 
    font-weight: normal; 
    font-style: italic; 
    font: 18px Arial, Helvetica;
}


.notadiasiguiente {
    margin: 10px 15% 1px 15%; 
    text-shadow: 0px 0px 0px #333333;  
    color: #444444;   
    text-align: left; 
    font-weight: normal; 
    font-style: normal; 
}


.nota1 {
    margin: 10px 5% 1px 5%; 
    text-shadow: 0px 0px 0px #333333;  
    color: #444444;   
    text-align: left; 
    font-weight: normal; 
    font-style: normal; 
}


.sugiere {
    margin: 10px 10px;
    text-shadow: 0px 0px 0px #c0c0cc;    
    color: #ffffff;  
    text-align: center; 

    font-style: italic; 
    font: 15px Arial, Helvetica;
}



.xxxxmes_ano td {  /* meses de mas tapices */
    background: #ccc;
    text-align: center;
    padding: 12px 4px 12px 4px;
    font-size: 15px; 
    font-weight: bold;
    /* esquinas redondeadas */
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
    border-radius: 5px;
}


.xxxxunahistoriadelclub {
        /*margin-right: auto;
        margin-left: auto;*/
        /*margin: 0 5% 30px 5%;*/
        /*margin: auto;
        clear: both;
        text-decoration: none;
        width: 210px; */

        margin: 20% 5% 20% 5%;

         /* esquinas redondeadas */
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        /* sombra de la caja */
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        box-shadow: 0 1px 10px rgba(0,0,0,.4);  
}
.xxxxunahistoriadelclub1 {
        clear: both;
        width: 40%; 
        margin: 5% 5% 5% 5%;
        float:left;
         /* esquinas redondeadas */
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        /* sombra de la caja */
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        box-shadow: 0 1px 10px rgba(0,0,0,.4);  
}





.lafotodehoy {
        margin: 20% 5% 20% 5%;
        text-align: center;
float:left;
         /* esquinas redondeadas */
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        /* sombra de la caja */
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        box-shadow: 0 1px 10px rgba(0,0,0,.4);  
}


.xxxxunadehumor {
        clear: both;
        width: 266px; 
        
        margin: 5% 5% 5% 5%;
        
         /* esquinas redondeadas */
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        /* sombra de la caja */
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        box-shadow: 0 1px 10px rgba(0,0,0,.4);  
}



xxxxxiframe {
  width: 100px;
}

.xxxxlafotodehoy1 {
        width: 40%; 
        margin: 5% 5% 5% 5%;
        text-align: center;
        float:left;
        /* esquinas redondeadas */
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
         border-radius: 8px;
        /* sombra de la caja */
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
        box-shadow: 0 1px 10px rgba(0,0,0,.4);  
}


.widget {  

    background: #03A9F4;

    margin: 0 0 30px;
    padding: 10px 20px;
    /* rounded corner */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* box shadow */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}


.porque {  

    clear: both;
    background: #fff;
    color: #212121;
    padding: 2% 2% 2% 2%;
    /*margin: 1px 2px 25px 1%;*/
margin: 1px 15% 25px 15%;   
text-align: left;

     /* esquinas redondeadas */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* sombra de la caja */
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    box-shadow: 0 1px 10px rgba(0,0,0,.4);  
}



.marco {  

    background: #fff;
    color: #212121;
    margin: 0 0 20px;
    padding: 10px 20px;
    margin: 4% 4% 4% 4%;

     /* esquinas redondeadas */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* sombra de la caja */
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    box-shadow: 0 1px 10px rgba(0,0,0,.4);  
}


}

.logo_marcas a {
    padding: 10% 0;
    margin: 4% 0 10% 0;
    background: ccc;

}


.widgettitulo {
    background: none repeat scroll 0 0 #666666;;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    margin: 0 0 5px;
    padding: 6px 6px;
    text-align: center;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget li {
    margin: 0;
    padding: 2px 0;
    list-style: none;
    clear: both;
    border-top: solid 1px #eee;
}
section.widget ul li a {
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-size: 1.2em;
    padding: 11px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease-out;
}
section.widget ul li a:hover {
    background: #fff;
    color: #6B6B6B !important;
    text-decoration: none;
}


section.widget1 ul li a:hover {
    /*background: #ccc;*/
    color: #6B6B6B !important;
    text-decoration: none;
}
section.widget1 ul li a {
    color: #0000ff;
    font-weight: normal;

}

/*---FOOTER---*/
#footer {
    
background: none repeat scroll 0 0 #07627F;
    /*background: none repeat scroll 0 0 #ccc;
    background: light-primary-color;*/

    
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;

    clear: both;

    /* color: #ffffff;
    font-size: 90%;
    text-align: center;
    margin-left:0px;*/

    /*width: 100%;
    height: 200px;*/
    height: auto;
}
#footer a {
    color: #fff;
}



 .menu_pie_pagina {
    margin: auto;
    
    font-size: 19px;
} 

 .menu_pie_pagina td {
    border: 0px solid black;
    vertical-align: top;
    width: 17%;
    color: #ffffff;
    font-size: 1em;


      /* esquinas redondeadas 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
     sombra de la caja 
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
    box-shadow: 0 1px 10px rgba(0,0,0,.4); */
       

}  

 .menu_pie_pagina td ul li {
    list-style: none;
}  

.menu_pie_pagina td ul li a {    
    font-size: 13px;    
}


.info_sslatino {
    color: #ffffff;
    text-align: center;
    padding: 18px;
    text-align: center;
    font-size: 14px; 
}



.clearfix:after { 
    visibility: hidden; 
    display: block; 
    font-size: 0; 
    content: " "; 
    clear: both; 
    height: 0; 
}

.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }









/*********************************************************************************************************
----- CONDICIONALES DE MEDIA QUERIES -----
**********************************************************************************************************/
 
 @media screen and (max-width: 1980px) {

.tablapedido {
    width: 50%;
}


 }





@media screen and (max-width: 980px) {
 
    #pagewrap {
        width: 95%;
    }

    figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 230px;
    }
    #sidebar {
        /*width: 10%;*/
        width: 100px;
    }
    #sidebar .widget {
        padding: 8% 7%;
        margin-bottom: 10px;
    }

    .notadiasiguiente {
        margin: 10px 10% 1px 10%; 
        text-shadow: 0px 0px 0px #333333;  
        color: #444444;   
        text-align: left; 
        font-weight: normal; 
        font-style: normal; 
    }    

.porque {  

    padding: 2% 5% 2% 5%;
margin: 1px 10% 25px 10%;  
}

.tablapedido {
    width: 60%;
}



    
}

 
@media screen and (max-width: 650px) {

    #header {
        height: auto;
    }


.logo {
    width: 125px;
    height: auto;
    width: auto\9; /* ie8 */
}

.decora_1 {
    display: none;
} 
.decora_2 {
    display: block;
} 

.tablapedido {
    width: 80%;
}




#searchform {
    top: 5px;
}

    #main-nav {
        position: static;
    }
    #site-logo {
        margin: 15px 100px 5px 0;
        position: static;
    }
 
    /* site description */
    #site-description {
        margin: 0 0 15px;
        position: static;
        text-align: center;
    }


    figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 180px;
    }
    #sidebar {
        width: 100%;
        margin: 0;
        float: none;
    }
    #sidebar .widget {
        padding: 3% 4%;
        margin: 0 0 10px;
    }

    .notadiasiguiente {
        margin: 10px 5% 1px 5%; 
        text-shadow: 0px 0px 0px #333333;  
        color: #444444;   
        text-align: left; 
        font-weight: normal; 
        font-style: normal; 
    }    

.porque {  

    padding: 2% 7% 2% 7%;
margin: 1px 5% 25px 5%;  
}


}
 
@media screen and (max-width: 480px) {
 
    html {
        -webkit-text-size-adjust: none;
    }
    #main-nav a {
        font-size: 90%;
        padding: 10px 8px;
    }
    figure.post-imagen img {
    float: left;
    margin: 5px;
    max-width: 130px;
    }


.decora_1 {
    display: none;
} 
.decora_2 {
    display: block;
} 

.cuerpo {
    margin-left: 50px;
    margin-right: 50px;
} 
 
.boton_buscar img{
    display: none;
}

.texto2 {
display: none;
}

    .notadiasiguiente {
        margin: 10px 1px 1px 1px; 
        text-shadow: 0px 0px 0px #333333;  
        color: #444444;   
        text-align: left; 
        font-weight: normal; 
        font-style: normal; 
    }

.porque {  

    padding: 2% 10% 2% 10%;

margin: 1px 1px 25px 1px;  

}

.tablapedido {
    width: 95%;
}

}

/* Palette generated by Material Palette - materialpalette.com/indigo/light-blue */

.dark-primary-color    { background: #303F9F; }
.default-primary-color { background: #3F51B5; }
.light-primary-color   { background: #C5CAE9; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #03A9F4; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #727272; }
.divider-color         { border-color: #B6B6B6; }


