/*.navbar {  
        background-color: #084B8A;
        background-image: none;
       } Esto es para colocar un color diferente a la barra de nav
       		Color Inicial:  0404B4;
        
       ul.nav li:hover ul{
       display: block;
       font-size: 13px;

       }*/
       body{    
         height: 100%; 
         font-size: 14px;
         position: relative;
         padding-top: 25px;
         background: #F9F9F9;
        }
        .paginacion_ala-derecha {
        float: right !important;
        }
        .jumbotron{
           background: #ffffff;
           padding-left: 5px;
           padding-right: 5px;

        }
        .container{
           background: #fff;
           padding-left: 5px;
           padding-right: 5px;
           height: 100%;
           width: 100%;
        }
        .parrafo{
        	font-size: 14px;
        	color: #9A9595;
        }
        .contenido{
        	font-size: 14px;
        	color: #977748;
          background-color: #E8E8E4;  /* color anterior  rgb(4,23,45)*/
          border-radius: 5px;
          padding: 2px 2px 2px 2px;
        }
       .form-control[disabled] {
          background-color:white;
        }

        footer{
        text-align: left;
			  color: #000; /* color anterior */
			  font-size: 12px;
			  font-family: 'Roboto', sans-serif;
			  padding : 5px 50px 5px 50px;
			  background-color: #D8D8D8;  /* color anterior  rgb(4,23,45)*/
			  position:fixed;
			  left:0px;
			  bottom:0px;
			  height:60px;
			  width:100%;
        }
       a.nounderline:link{   
       text-decoration:none; 
     }
     a:hover {
        color: #9A9595;
     }
     .CampoObligatorio{
      color: #FE2E2E;
     }