﻿.menu
{
background-color: #00547E;
border-bottom: 4px solid #04A3ED;
width: 100%;
height: auto;
padding: 0 10px;
position: absolute;
margin: 0px;
z-index: 1;
opacity: 0.9;
}

.menu  .navbar-nav > .active > a
{
background-color : #04A3ED;
color: white;
font-weight: bold;
}

.menu  .navbar-nav >  li >  a
{
font-size: 13px;
color: white;
padding: 10px 35px;

}
.menu  .navbar-nav >  li >  a:hover
{
background-color: #04A3ED;
}

.navbar-header > p
{
font-family: 'Raleway','Ubuntu Condensed', sans-serif;
padding: 0px;
margin-left: 390px;
text-decoration: none;
color: white;
font-size: 25px;
}
.navbar-header > p:hover
{
text-decoration: none;
color: none;
}
.navbar-header > a
{
font-family: 'Ubuntu Condensed', sans-serif;
padding: 0px;
margin-left: 350px;
text-decoration: none;
color: white;
font-size: 12px;
}
.navbar-p {
    font-family: 'Raleway','Ubuntu Condensed', sans-serif;
padding: 0px;
margin-left: 400px;
text-decoration: none;
color: white;
font-size: 12px;
margin-bottom: 0px;

}
.navbar-p > a{
    font-family: 'Raleway','Ubuntu Condensed', sans-serif;
    color: white;
    font-size: 12px;

}




.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #00547E;
  text-align: center;
}


#container{
  margin-top: 50px;
  color: #fff;
  width: 100%;
}

.fa-twitter {
    color: #4099FF;
}

.fa-facebook {
    color: #3B5998;
}

.fa-youtube-play {
    color: #e52d27;
}

.fa-rss {
    color: #FF6600;
}

.fa-vine {
    color: #00a478;
}

.fa-flickr {
    color: #ff0084;
}

.fa-twitch {
    color: #6441A5;
}

.fa-linkedin {
    color: #007bb6;
}

.fa {
    opacity: 0.7;
    transition: 1s;
    -webkit-transition: 1s;
}

    .fa:hover {
        opacity: 1;
        transition: 1s;
        -webkit-transition: 1s;
    }

.copyrights {

    box-sizing:border-box;
    /*color:rgb(51, 51, 51);*/
    color: white;
    display:block;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px;
    height:70px;line-height:20px;
    margin-top:25px;
    margin-left:150px;
    text-align:center;
    text-size-adjust:100%;
    width:814px;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

/*.content_menu
{
  border: 0px solid; 
  width: 18%;
  float: right;
  
  margin-right: 10px;
  margin-bottom: 50px;
  padding-left: 5px;
  padding-bottom:300px;
}*/

.headtabla table
{
  border: none;
  border: 0px solid #CCC;
  width: 100%;
  border-collapse: collapse;
  margin-top: 0; 
  margin-bottom: 0;
}

.headtabla table,td
{
  border: 0px solid #CCC;
  border-collapse: collapse;
  font: x-small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  margin-top: 0; 
  margin-bottom: 0;
  padding:2px;
}

.cuerpo { 
 
     background: url(../imagenes/fondo4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  
}

.panel-default {
opacity: 0.9;
margin-top:30px;
}
.form-group.last { margin-bottom:0px; }

#note {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 340px;
    margin: auto;
    position: absolute;
    left: 250px;
    top: 100px;
    text-align: left;
    padding: 10px;
}

#note2 {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 340px;
    margin: auto;
    position: static;
    margin-top: -55px;
    right: 50px;
    bottom: 100px;
    text-align: left;
    padding: 10px;
}

/** {
    margin:0;
}

html, body{
    height:100%;    
}*/

.cabeceratabla table
{
  border: none;
  border: 0px solid #CCC;
  width: 100%;
  border-collapse: collapse;
  margin-top: 0; 
  margin-bottom: 0;
}

.cabeceratabla table,td
{
  border: 0px solid #CCC;
  border-collapse: collapse;
  font: 11px "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
  margin-top: 0; 
  margin-bottom: 0;
  padding:2px;
}


.scroll-bar {

    height:790px; 
    overflow-y:auto; 
    overflow-x:auto;
}
