  /* Set height of the grid so .sidenav can be 100% (adjust if needed) */

	.container{ 

	padding-left:107px; 

	padding-right:107px;

	text-align:justify;

	font-family:'Times New Roman', Times, serif;

	color:#4D4B4B;

	font-size:19px;
       line-height: 120%;  /*esta es la propiedad para el interlineado*/

	

	}

				

.navbar-default  .navbar-nav li a:hover{

  /* background-color: #9B3B40;*/

	 border-top:solid 3px #6C6C6C;

	color:#4D4B4B;

}	

.navbar-default  .navbar-nav li a:focus{

	 border-top:solid 3px #990000;

	 background-color: #fff;

	 color:#666;

}

.navbar-default  .navbar-nav li a:active{

	 background-color: #fff;

	 color:#666;

}

	.dos{

	 padding-left:70px;

	 padding-right:70px;

		}

	 .n {style=" border-top:solid 2px #990000;"}

		

	.navbar{

		 background:#FFF;

		 padding-left:150px;

		 padding-right:150px;

		 border-bottom:solid 1px #D3D3D3;

		 font-size:16px;

	 

		/* -webkit-box-shadow: -1px 1px 27px -12px rgba(0,0,0,1);

         -moz-box-shadow: -1px 1px 27px -12px rgba(0,0,0,1);

         box-shadow: -1px 1px 27px -12px rgba(0,0,0,1);*/

-webkit-box-shadow: 0px 6px 14px -4px rgba(224,224,224,1);

-moz-box-shadow: 0px 6px 14px -4px rgba(224,224,224,1);

box-shadow: 0px 6px 14px -4px rgba(224,224,224,1);

		 }		 

    .row.content {height: 100%;}

    /* Set gray background color and 100% height */

    .sidenav {

      background-color: #f1f1f1;

      height: 100%;

    }

    /* Set black background color, white text and some padding */

    .dee {

      background-color: #2B2B2D;

      color: white;

    }

	 .de {

      background-color: #999;

      color: white;

    }		

		/* Sombra general */

	.drop-shadow {

		position:relative;

		width:100%;

		-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.5) inset;

		   -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.5) inset;

				box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.5) inset;

	}

	

 



	.drop-shadow:before,

	.drop-shadow:after {

		content:"";

		position:absolute;

		z-index:-2;

	}

	/* Bordes redondeados */	

.lifted:before,

	.lifted:after {

		bottom:15px;

	

		width:50%;

		height:50%;



		-webkit-box-shadow:0 10px 10px rgba(0, 0, 10, 0.7);

		   -moz-box-shadow:0 10px 10px rgba(0, 0, 10, 0.7);

				box-shadow:0 10px 10px rgba(0, 0, 10, 0.7);

		-webkit-transform:rotate(-3deg);

		   -moz-transform:rotate(-3deg);

			-ms-transform:rotate(-3deg);

			 -o-transform:rotate(-3deg);

				transform:rotate(-3deg);

	}

	.lifted:after {

		right:10px;



		-webkit-transform:rotate(3deg);

		   -moz-transform:rotate(3deg);

			-ms-transform:rotate(3deg);

			 -o-transform:rotate(3deg);

				transform:rotate(3deg);

	}

	.drop-shadow:hover {

		 background-color: #000;

		}

		

	.a{ font-family:Verdana;

	font-size:16px;

	color:#000;}



    /* On small screens, set height to 'auto' for sidenav and grid */

    @media screen and (max-width: 767px) {

			  

	.container{ 

	padding-left:5px; 

	padding-right:5px;}

	

	.navbar-default  .navbar-nav li:hover{

   /* background-color: #9B3B40;*/

	border-top:solid 3px #6C6C6C;

	color:#4D4B4B;

}

	.dos{

	  padding-left:0px; 

	padding-right:0px;	

		}	

	.navbar{

		 background:#FFF;

		 padding-left:0px;

		 padding-right:0px;

		 padding-bottom:-20px}

		

      .sidenav {

        height: auto;

        padding: 15px;

      }

      .row.content {height: auto;} 

	  .dee {

      background-color: #2B2B2D;

      color: white;

    }

    }