@charset "utf-8";
/* CSS Document */

		.pagina_sel{
			color: #fab515;
			font-weight:bold;
			text-decoration: none;
			line-height: 25px;
		}
		.pagina_nsel{
			font-size: 14px;
			text-decoration: none;
			line-height: 25px;
			color: #FFFFFF;
		}
		
		.pagina_nsel:hover{
			color: #fab515;
			font-size: 16px;
			font-weight: bold;
		}
		
		#barra_nav{
			width: 99%;
			background-color: #54565a;
			height: 30px;
			line-height: 30px;
			padding-left: 10px;
			border: 1px solid #737373;
			margin: 0px auto;
			
			-webkit-border-radius: 8px;
			   -moz-border-radius: 8px;
			        border-radius: 8px;
		}
		
		body{
			font-family: Arial;
		}
		
		#contenedor{
			width: 75%;
			height: 800px;
			background-color: #FFFFFF;
			margin: 0px auto;
		}
		
		#cabeza{
			width: 100%;
			height: 50px;
			background-color: #0774bf;
			padding: 4px;
		}
		
		#cab_imagen{
			width: 49%;
			float: left;
		}
		
		#cab_texto{
			width: 50%;
			float: left;
			text-align: right;
			line-height: 17px;
			font-size: 12px;
			padding-top: 8px;
			color: #FFFFFF;
		}
		

		
		#barra_nav_pag{
			width: 48%;
			float: left;
			padding-left: 2px;
			color: #FFFFFF;
		}
		
		#barra_nav_ord{
			width: 48%;
			float: left;
			text-align: right;
			padding-right: 2px;
			height: 30px;
			line-height: 30px;
			color: #FFFFFF;
		}

#panel_izq{
	float: left; 
	width: 20%;
	background-color: #FFFFFF;
	height: 600px;
}

#panel_der{
	width: 80%;
	background-color: #FFFFFF;
	height: 600px;
	
}

		.fila{
			border-bottom: 1px dotted #979494;
		}
		
		.celda_buscar{
			padding: 2px 6px;
		}
		.fila_buscar{
			border-bottom: 1px solid #B4B4B4;
		}
		.link_buscar{
			text-decoration: none;
			color: #000000;
		}
		.boton{
			background-color: #0774bf; 
			padding: 4px 10px; 
			border: 1px solid #0000FF; 
			color: #FFFFFF; 
			-webkit-border-radius: 8px;
			   -moz-border-radius: 8px;
			        border-radius: 8px;
		}

		footer {
  min-height: 70px;
  background-color: #191919;
  background-image: -moz-linear-gradient(top, #191919, #000000);
  background-image: -o-linear-gradient(top, #191919, #000000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #191919), color-stop(1, #000000));
  background-image: -webkit-linear-gradient(#191919, #000000);
  background-image: linear-gradient(top, #191919, #000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#191919', endColorStr='#000000');
  border-top: 1px solid rgba(50, 50, 50, 0.3);
  width: 100%;
  position: relative;
  clear: both;
  margin-top: 0px;
  padding-top: 0px;
  overflow: visible;
}

.footer {
  border-top: 1px solid #222;
}

.post-footer {
  width: 950px;
  margin: 0 auto;
}
		
		.celda{
			color: #FFFFFF;
			text-align: center;
			font-size: 12px;
			
		}
		.fila_01{
			background-color: #FFFFFF;
			text-align: center;
			vertical-align: middle;
			height: 20px;
			line-height: 20px;
		}
		.fila_02{
			background-color: #BDD7EE;
			text-align: center;
			vertical-align: middle;
			height: 20px;
			line-height: 20px;
		}