/* 
    autor: chs;
    data: 24/02/2016;
    comentario: footer;
*/
footer 
{
    /*background:rgba(255,255,255, 0.7);*/
    background-color: #002e52;
    background-image: url('_imagenes/otmsistemas.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: 0px;
    text-align: center;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    clear: both;
    height: 66px;

}

.copyright
{
    color:#fff;
    font-size:10px;
    line-height:10px;
    float: left;
    margin-left: 100px;
}
footer a 
{
    color:#fff;
    font-size:10px;
    line-height:10px;
    text-decoration:none;
   
}
footer a:hover
{
    color:#fff;
     text-decoration:none;
   
}



/*menús centrados footer y header tamaños superiores a 701*/
footer .menu-menu-footer-container, .menu-menu_pe-container
{
    height: auto; /*Junto a overflow: hidden; aplicará a nuestro elemento nav el mismo alto que el más alto de sus elementos hijos */
    overflow: hidden;
    margin: 0 auto; /* Centro el contenedor */
    /*width: 100%;  Defino el ancho de mi página 
    float: left;*/
}

footer .menu-image-title
{
   font-size:0.9em;
   line-height:0.8em;
   font-weight:normal;
}

/*CHS 29/02 Caixa de buscas*/
#searchform
{
    float: right;
    margin: -30px 10px;

}
#searchform input#s
{   
    padding:9px;
    background:rgba(64,138,250,0.80);
    height: 10px !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius:0 !important;
}

#searchform  input#searchsubmit.btn 
{
    width:40px;
    height:40px;
    background:rgba(2,74,184,0.80) url(_imagenes/readmore.png) no-repeat 50% 50%;
    text-indent:-9999px;
    border:1px solid rgba(255,255,255,0.2) !important;
    border-left:0;
    border-radius:0 !important;
    box-shadow: none;
    cursor: pointer;
}

.copi
{
    color:#4C2810;
    font-size:10px;
}

footer .main-content
{
     margin-left: 180px;
}

footer  ul#menu-menuinferioruno
{
    width: 40%;
    display: block;
    list-style-type: none;
    list-style-position: inside;
    float: left;
    text-align: left;
}
footer  ul#menu-menuinferiordos
{
    width: 60%;
    display: inline-flex;
    list-style-type: none;
    list-style-position: inside;
}

footer ul#menu-menuinferioruno li
{
    list-style-type: none;
    text-transform: none;
    float: left;
    width: 50%;
}

footer ul#menu-menuinferiordos li
{
    list-style-type: none;
    text-transform: none;
     width: 25%;
}

footer span
{
    padding: 1px 1px;
}

footer h3{
    color: #4C2810;
    font-size:18px;
    line-height:30px;
    text-decoration:none;
}

footer h4{
    color: #4C2810;
    font-size:16px;
    line-height:30px;
    text-decoration:none;
}

footer .logofoot
{
  width:39%;
  float:left;
}

footer .logofoot img
{
  margin: 10px 30px;
}
footer .menu-item a img
{
	margin: 5px 0px 10px 0px;
}
.bandalaraxa
{
    height: 30px;
    background-color: #F59600;
    background-image: url('_imagenes/fondo_pe.png');
    background-repeat: repeat;
    background-position: 0 0;
    float: none;
    width: 100%;
}