/* CSS Document */
	
a:link.menu{

font-size:13px; color:#696969;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}

a:focus.menu{

font-size:13px; color:#696969;
background-color:#FFF;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}
a:hover.menu{

font-size:13px; 
color:#696969;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}

a:visited.menu{

font-size:13px; color:#696969;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}

a:active.menu{

font-size:13px; color:#696969;
background-color:#FFF;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}


#idU{
	
	background-color: #fff;
	
}
/**//**/

a:link.salir{

font-size:13px; color:#FFF;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}

a:focus.salir{

font-size:13px; color:#fff;
background-color:#FFF;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}
a:hover.salir{

font-size:13px; 
color:#fff;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}

a:visited.salir{

font-size:13px; color:#fff;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}

a:active.salir{

font-size:13px; color:#fff;
background-color:#FFF;

font-family:Calibri;
text-decoration:none;
text-align:center;
font-weight:bolder;}



		#menu{
			width:100px;
			height: 110%;
            background-color:#DBDBDB;
			position: fixed;
			float: left;
			margin-top:0px;
            padding-left:5px;
			border-right:1px #000000 solid;
			background-color:#DBDBDB; 
 		}
		#menu2{
		background-color:#DBDBDB;		
		}
		
		#contenedor{
			margin-top:80px;
			padding-left: 100px;
		}
		#contenido{
			padding: 30px;
		}
		
		#Superior {
 position:fixed;
 top:0;
 left:0; 
 width:100%;
 height:80px;
  background-image:url(../fondo.jpg); 
  background-repeat:repeat-x; 
  background-color:#DBDBDB; color:#000000;
}

#agrupacion {
 top:0;
 left:0; 
 width:100%;
 height:100%;
  background-color:#696969; color:#fff;text-align: center;
}


.button {
  padding: 5px 5px;



  outline: none;
  color: #fff;

  border: none;
  border-radius: 2px;
  width:104px;
  height:40px;
}

#button {
background-color: #fbbc86
}

.button:hover {background-color: #fbbc86}

.button:active {
  background-color: #fbbc86;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}