html, body {
   margin:0;
   padding:0;
   width:100%;
   height:100%;
   background-image: url(imagenes/fondo.png);
   background-repeat: repeat-x;
}

a:link, a:visited {
   text-decoration: none;
   color: #000000;
}

a:hover {
   color: #C40000;
}

div {
   font-family: Verdana;
   color: #777777;
   font-size: 14px;
}

.barra{
   width: 1024px;
   height:25px;
   text-align: right;
   display: table-cell;
   vertical-align: middle;
   color: #ffffff;
   font-weight: bold;
}

.cabecera{
   width: 1024px;
   min-height:150px;
   height: auto !important;
   margin:0 auto 0 auto;
   text-align: center;
}

.cuerpo{
   width: 1024px;
   height: auto !important;
   margin:0 auto 0 auto;
   background-color: #ffffff;
}

.menu{
   width: 200px;
   height: auto !important;
}

.parrilla{
   width: 800px;
   border-left: 1px solid #ffffff;
}

.boton{
   width: 200px;
   height: 30px;
   color: #ffffff;
   background-color: #1E4280;
   display: table-cell;
   vertical-align: middle;
   text-indent: 10px;
   font-size: 12px;
   border-bottom: 1px solid #ffffff;
}

.boton:hover {
   background-color: #C7C7DD;
   cursor: hand;
   color: #1E4280;
   font-weight: bold;
}

.boton_activo {
   background-color: #C7C7DD;
   cursor: hand;
   color: #1E4280;
   font-weight: bold;
   width: 200px;
   height: 30px;
   display: table-cell;
   vertical-align: middle;
   text-indent: 10px;
   font-size: 12px;
   border-bottom: 1px solid #ffffff;
}

.pie{
   width: 1024px;
   height: 50px;
   margin:0 auto 0 auto;
   background-color: #ffffff;
}

.texto1{
   font-size: 24px;
   text-align: center;
   color: #DB0000;
}

.titulo{
   font-size: 28px;
   text-align: center;
   color: #000000;
}

.franquicias{
   position: absolute;
   top:5px;
   left: 5px;
   color: #ffffff;
   font-size: 12px;
}