body {
    background: none repeat scroll 0 0 #fff;
}
.logo-box {
    background: none repeat scroll 0 0 #fff;
    display: block;
    padding: 1.25em;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
}
h1 {
    color: #000;
    font-family: impact,tahoma;
    font-size: 1.5em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.aside-nav ul {
    background: none repeat scroll 0 0 #fff;
}
.aside-nav li a {
    border-bottom: 1px solid #c0c0c0;
    color: #000;
}
.aside-nav li a:link, .aside-nav li a:visited {
    color: #000;
}
.aside-nav li > ul,.aside-nav li ul ul {
    background: none repeat scroll #58ACFA;
}
.top-nav li a:hover, .aside-nav li a:hover,.aside-nav > ul > li.active-item > a:link, .aside-nav > ul > li.active-item > a:visited {
    background: none repeat scroll 0 0 #000;
}
i {
    color: #E36132;
    display: inline-block;
    font-size: 1.2em;
    width: 1.8em;
}
.date {
    text-align: center;
}
.date span {
    font-size: 2.7em;
}
.date i {
    color: #D0D0D0;
    font-size: 1.5em;
    width: auto;
}
#search,#social {
    border-top: 1px solid #c0c0c0;
    padding: 1.25em;
    position: relative;
}
#search i {
    margin-left: 0.625em;
    width: auto;
}
#social i {
    color: #B0B0B0;
    font-size: 1.8em;
    width: auto;
}
article hr {
    color: #E0E0E0;
    margin: 1.25em 0;
}
#content-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#content-wrapper {
    background: none repeat scroll 0 0 #fff;
}
img#background {
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -10;
}

.pie_pa
{
  float: right;
}

.footer {
    background: none repeat scroll 0 0 #000;
}

@media screen and (max-width: 768px) 
{
    .aside-nav li a,#search,#social 
    {
        padding: 0.625em 1.25em;
    }
    .date 
    {
        text-align: left;
    }

    #contenido
    {
        overflow: auto;
        position: fixed;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) 
{
  .pie_pa
  {
    float: left;
  }
}

#boton a:hover 
{
  color: #fff;
}

/* Ventana Modal */
.modalDialog {
    overflow: auto;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#000, #999);
    background: -webkit-linear-gradient(#000, #999);
    background: -o-linear-gradient(#000, #999);
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }

#contenido li
{
    color: white;
}

/* Tablas */
table {
  text-align: left;
  line-height: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ed1c40;
  width: 100%;
  margin: 10% auto;
  border-radius: .25rem;
}

thead tr:first-child {
  background: #ed1c40;
  color: #fff;
  border: none;
  text-align: center;
  font-size: 18px;
}

th:first-child,
td:first-child {
  padding: 0 15px 0 20px;
}

th {
  font-weight: 500;
}

thead tr:last-child th {
  border-bottom: 3px solid #ddd;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*
tbody tr:hover {
  background-color: #f2f2f2;
  cursor: default;
}
*/

tbody tr:last-child td {
  border: none;
}

tbody td {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}

td:last-child {
  text-align: right;
  padding-right: 10px;
}

.button {
  color: #aaa;
  cursor: pointer;
  vertical-align: middle;
  margin: 2px;
  width: 50px;
  padding: 8px;
}

.shopping_cart:hover {
  color: green;
}

.delete:hover {
  color: #dc2a2a;
}