/* Hoja de Estilo Por Erik Blanco Bates */

/* Para los Link */
a{
	text-decoration:underline;
	cursor:pointer;
}
/*Principal Armo la cajita para mostrar los datos aqui simula la barra ser la tabla */
#barra{
	display:table;
	width:700px;
	border:1px solid #0066CC;
	margin:auto;
	text-align:center;
}

#formulario{
	display:table;
	width:300px;
	border:1px solid #0066CC;
	margin:auto;
	text-align:center;
}
/* Para el Encabezado */
#barra1{

	display:table;
	width:150px;
	background-color:#2ea3d0;
	border:1px solid #0066CC;
	margin:auto;
	text-align:center;
}
/* Para Agregar Registros */
#agregar{

	display:table;
	width:700px;
	background-color:#2ea3d0;
	border:1px solid #0066CC;
	margin:auto;

}
/* Empieza el Proceso de los encabezados que mostrara el Listado */
/* Aqui sere por Tabla para mostrar Los Listados */
/* Campos Tabla */
.c_nombre{
	float:left;
	width:200px;
	text-align:center;
	
	font-size:10px;
	 font-family:Arial;
}
.c_departamento{	
	float:left;
	width:150px;
	text-align:center;
	
	font-size:10px;
	 font-family:Arial;
}
.c_sueldo{	
	float:left;
	width:260px;
	
	font-size:10px;
	 font-family:Arial;
}
.c_opciones{
    float_left;
	width:270;
    font-size:10px;
	font-family:Arial;
}
/* Encabezado del Catalogo */
.c_catalogo{
   font-size:10px; 
   font-family:Arial;
   color: #FFFFFF;
   text-align:center;
}
.f_catalogo{
   font-size:10px;
   
   font-family:Arial;
   color: #FFFFFF;
   text-align:center;
}


/* Para el Formulario LABEL,LEGEND , FIELDSET */
/*
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels 
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) 
}*/
